aboutsummaryrefslogtreecommitdiff
path: root/gdb/core.c
diff options
context:
space:
mode:
authorgdb-3.4 <gdb@fsf.org>1989-11-05 21:02:37 +0000
committerPedro Alves <palves@redhat.com>2012-06-03 15:36:32 +0100
commit1c997a4ae86938343edb715efc3fc742c5f668fe (patch)
tree9e3c70728a3987732436b7fa4b4cfef433a0669a /gdb/core.c
parent4187119d59afd156703cfcbc6be287c5085f1867 (diff)
downloadbinutils-1c997a4ae86938343edb715efc3fc742c5f668fe.zip
binutils-1c997a4ae86938343edb715efc3fc742c5f668fe.tar.gz
binutils-1c997a4ae86938343edb715efc3fc742c5f668fe.tar.bz2
gdb-3.4
Diffstat (limited to 'gdb/core.c')
-rw-r--r--gdb/core.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/core.c b/gdb/core.c
index d6a9a22..40e44fe 100644
--- a/gdb/core.c
+++ b/gdb/core.c
@@ -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;