diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-10-11 13:48:36 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-10-11 13:48:36 +0000 |
commit | 7f1204bb4f7b558ade9e406e33d062df04798966 (patch) | |
tree | 808061e02ed32c0828a27b8ce261937b9bb0c313 /bfd/ChangeLog | |
parent | 87e5235d04a80dc2be7d53d442016998ef8fb555 (diff) | |
download | gdb-7f1204bb4f7b558ade9e406e33d062df04798966.zip gdb-7f1204bb4f7b558ade9e406e33d062df04798966.tar.gz gdb-7f1204bb4f7b558ade9e406e33d062df04798966.tar.bz2 |
* elf.c (bfd_section_from_shdr): Handle SHT_GNU_LIBLIST.
(special_sections): Add .gnu.liblist and .gnu.conflict.
(assign_section_numbers): Handle SHT_GNU_LIBLIST.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a2d4bff..558074e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2004-10-11 Jakub Jelinek <jakub@redhat.com> + + * elf.c (bfd_section_from_shdr): Handle SHT_GNU_LIBLIST. + (special_sections): Add .gnu.liblist and .gnu.conflict. + (assign_section_numbers): Handle SHT_GNU_LIBLIST. + 2004-10-11 Alan Modra <amodra@bigpond.net.au> PR 233 |