aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-09-13 01:47:16 +0000
committerKevin Buettner <kevinb@redhat.com>2000-09-13 01:47:16 +0000
commit78f0949be7cc59219063bf349b1d260807a6a254 (patch)
tree96a82e96741440e086cde42cb8a9134861fa6719 /gdb/ChangeLog
parentdcd619bedd024cbf98ee895bfb15a195bfa0c852 (diff)
downloadgdb-78f0949be7cc59219063bf349b1d260807a6a254.zip
gdb-78f0949be7cc59219063bf349b1d260807a6a254.tar.gz
gdb-78f0949be7cc59219063bf349b1d260807a6a254.tar.bz2
In objfile_relocate(), don't assume that offsets associated with one
of SECT_OFF_TEXT, SECT_OFF_DATA, or SECT_OFF_BSS will be adequate for relocating all of the sections in an objfile.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c89ace0..4085e75 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2000-09-12 Kevin Buettner <kevinb@redhat.com>
+
+ * objfiles.c (objfile_relocate): Don't assume that offsets
+ associated with one of SECT_OFF_TEXT, SECT_OFF_DATA, or
+ SECT_OFF_BSS will be adequate for relocating all of the
+ sections in an objfile.
+
2000-09-12 Fernando Nasser <fnasser@cygnus.com>
* remote-rdi.c (arm_rdi_open): Fix typo in error message.