This commit is contained in:
gdb-3.4
1989-11-05 21:02:37 +00:00
committed by Pedro Alves
parent 4187119d59
commit 1c997a4ae8
38 changed files with 1819 additions and 620 deletions

View File

@@ -107,19 +107,19 @@ CORE_ADDR text_end;
CORE_ADDR exec_data_start;
CORE_ADDR exec_data_end;
/* Address in executable file of start of text area data. */
/* Offset within executable file of start of text area data. */
int text_offset;
/* Address in executable file of start of data area data. */
/* Offset within executable file of start of data area data. */
int exec_data_offset;
/* Address in core file of start of data area data. */
/* Offset within core file of start of data area data. */
int data_offset;
/* Address in core file of start of stack area data. */
/* Offset within core file of start of stack area data. */
int stack_offset;