diff options
author | Alan Modra <amodra@gmail.com> | 2001-05-25 03:46:49 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-05-25 03:46:49 +0000 |
commit | 49e9d0d3b6d4d0c13d5ea95be0680d26b4f20f9b (patch) | |
tree | 859f00c34d738ebaaed1739504160f1c7e21420c /bfd/ChangeLog | |
parent | ce34c3732aa131c4796f9bfdd397e6a7bd5aa50b (diff) | |
download | gdb-49e9d0d3b6d4d0c13d5ea95be0680d26b4f20f9b.zip gdb-49e9d0d3b6d4d0c13d5ea95be0680d26b4f20f9b.tar.gz gdb-49e9d0d3b6d4d0c13d5ea95be0680d26b4f20f9b.tar.bz2 |
* elf32-hppa.c (elf32_hppa_relocate_section): Don't allow
undefined millicode syms in shared libs.
(hppa_build_one_stub): Turn BFD_ASSERTs into aborts.
(elf32_hppa_check_relocs): Likewise.
(elf32_hppa_adjust_dynamic_symbol): Likewise.
(elf32_hppa_size_dynamic_sections): Likewise.
(elf32_hppa_relocate_section): Likewise.
(elf32_hppa_finish_dynamic_symbol): Likewise.
(elf32_hppa_finish_dynamic_sections): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d33bf79..388810b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +2001-05-25 Alan Modra <amodra@one.net.au> + + * elf32-hppa.c (elf32_hppa_relocate_section): Don't allow + undefined millicode syms in shared libs. + (hppa_build_one_stub): Turn BFD_ASSERTs into aborts. + (elf32_hppa_check_relocs): Likewise. + (elf32_hppa_adjust_dynamic_symbol): Likewise. + (elf32_hppa_size_dynamic_sections): Likewise. + (elf32_hppa_relocate_section): Likewise. + (elf32_hppa_finish_dynamic_symbol): Likewise. + (elf32_hppa_finish_dynamic_sections): Likewise. + 2001-05-24 Tom Rix <trix@redhat.com> * Makefile.am coff-pmac bfd now defined in coff-rs6000.c |