diff options
author | Alan Modra <amodra@gmail.com> | 2000-09-05 02:42:16 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-09-05 02:42:16 +0000 |
commit | 1bd916895e07d6a81e774e50c4a8d95ae3ee51dc (patch) | |
tree | b118275f5d2ba670ec3f68ebbd114f2c7a9891a7 /bfd/ChangeLog | |
parent | 832d951ba4ee02c091e78f55cff863e648b5d7a0 (diff) | |
download | gdb-1bd916895e07d6a81e774e50c4a8d95ae3ee51dc.zip gdb-1bd916895e07d6a81e774e50c4a8d95ae3ee51dc.tar.gz gdb-1bd916895e07d6a81e774e50c4a8d95ae3ee51dc.tar.bz2 |
(SEC_HAS_GOT_REF): Define new flag for asection.
(bfd_get_unique_section_name): New function.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cae9129..ab44781 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2000-09-05 Alan Modra <alan@linuxcare.com.au> + * section.c (SEC_HAS_GOT_REF): Define new flag for asection. + (bfd_get_unique_section_name): New function. + * bfd_in2.h: Regenerate. + * elf64-hppa.c (elf64_hppa_check_relocs): Handle R_PARISC_PCREL12F. (elf64_hppa_size_dynamic_sections): Remove the FIXME at bfd_zalloc comment. |