diff options
author | gdb-3.4 <gdb@fsf.org> | 1989-11-05 21:02:37 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-06-03 15:36:32 +0100 |
commit | 1c997a4ae86938343edb715efc3fc742c5f668fe (patch) | |
tree | 9e3c70728a3987732436b7fa4b4cfef433a0669a /gdb/core.c | |
parent | 4187119d59afd156703cfcbc6be287c5085f1867 (diff) | |
download | binutils-1c997a4ae86938343edb715efc3fc742c5f668fe.zip binutils-1c997a4ae86938343edb715efc3fc742c5f668fe.tar.gz binutils-1c997a4ae86938343edb715efc3fc742c5f668fe.tar.bz2 |
gdb-3.4
Diffstat (limited to 'gdb/core.c')
-rw-r--r-- | gdb/core.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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; |