From 78f0949be7cc59219063bf349b1d260807a6a254 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Wed, 13 Sep 2000 01:47:16 +0000 Subject: 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. --- gdb/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/ChangeLog') 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 + + * 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 * remote-rdi.c (arm_rdi_open): Fix typo in error message. -- cgit v1.1