diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-09-16 22:24:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-09-16 22:24:33 +0000 |
commit | e621c5cc37b19a53cdb14c3fb97e7867ed72fbb7 (patch) | |
tree | 6aac74239ca36111795dd1bff5629c30ddb36acf /bfd/ChangeLog | |
parent | c9de302ba51a69ae54c6640571fe9f8ed491095c (diff) | |
download | gdb-e621c5cc37b19a53cdb14c3fb97e7867ed72fbb7.zip gdb-e621c5cc37b19a53cdb14c3fb97e7867ed72fbb7.tar.gz gdb-e621c5cc37b19a53cdb14c3fb97e7867ed72fbb7.tar.bz2 |
* elfcode.h (elf_map_symbols): Create section symbols for all
sections, not just allocated sections; debugging sections can have
relocs.
(elf_symbol_from_bfd_symbol): If there is an output section, use
the section index from that rather than the input section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f359f45..98c69a2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,6 +1,21 @@ +Thu Sep 16 18:20:30 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * elfcode.h (elf_map_symbols): Create section symbols for all + sections, not just allocated sections; debugging sections can have + relocs. + (elf_symbol_from_bfd_symbol): If there is an output section, use + the section index from that rather than the input section. + +Thu Sep 16 12:20:50 1993 Ken Raeburn (raeburn@cygnus.com) + + * libbfd-in.h (bfd_flush, bfd_stat): Reflect John's changes to + libbfd.h, which is regenerated from this file. + + * bfd-in.h (symtype): Deleted typedef. + Wed Sep 15 11:48:37 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) - * libbfd.h (COERCExx): Cast x to bfd_signed_vma before doing the + * libbfd.c (COERCExx): Cast x to bfd_signed_vma before doing the xor and subtract. Otherwise it will not sign extend if the type of bfd_vma is larger than int. |