diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-12-16 17:30:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-12-16 17:30:08 +0000 |
commit | 963747b358ba6fb838e482202a56c98b5c00f9d2 (patch) | |
tree | 7bfb442500e2eda533d169af08ec9f10b89410bf /bfd | |
parent | 0141b6c27684095a335630814f543169d8fb5930 (diff) | |
download | gdb-963747b358ba6fb838e482202a56c98b5c00f9d2.zip gdb-963747b358ba6fb838e482202a56c98b5c00f9d2.tar.gz gdb-963747b358ba6fb838e482202a56c98b5c00f9d2.tar.bz2 |
* elfcode.h (elf_section_from_bfd_section): Check
bfd_is_abs_section, etc., only after checking for the section in
the BFD and after calling the backend routine.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 99000e9..91b7ca2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 16 12:28:46 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * elfcode.h (elf_section_from_bfd_section): Check + bfd_is_abs_section, etc., only after checking for the section in + the BFD and after calling the backend routine. + Wed Dec 14 20:21:58 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * elfcode.h (elf_map_symbols): Only use section symbols whose |