diff options
author | Alan Modra <amodra@gmail.com> | 2000-10-02 09:09:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-10-02 09:09:27 +0000 |
commit | 36605136d4dc16ba344687ef50e48be1196727fe (patch) | |
tree | b7ed385d880c09090eff686b5d64f4434195e0e6 /bfd/ChangeLog | |
parent | 4b6609a057b19dc0dc0278013d096101cba68963 (diff) | |
download | gdb-36605136d4dc16ba344687ef50e48be1196727fe.zip gdb-36605136d4dc16ba344687ef50e48be1196727fe.tar.gz gdb-36605136d4dc16ba344687ef50e48be1196727fe.tar.bz2 |
Correct call to _bfd_elf32_gc_record_vtable.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b4a6def..322ae48 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2000-10-02 Alan Modra <alan@linuxcare.com.au> + + * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to + _bfd_elf32_gc_record_vtable. Correct a comment. + 2000-10-01 Ulf Carlsson <ulfc@engr.sgi.com> From Ralf Baechle <ralf@gnu.org> @@ -6,7 +11,7 @@ produces binaries with got[1] = 0x80000001 to differenciate them for the dynamic linker from the broken binaries produced by old versions. - + 2000-09-30 Petr Sorfa <petrs@sco.com> * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t. @@ -287,7 +292,7 @@ (sh_elf_relocate_section): Likewise. 2000-09-13 Anders Norlander <anorland@acc.umu.se> - + * cpu-mips.c (arch_info_struct): Add mips:4K * bfd-in2.h (bfd_mach_mips4K): New define. * archures.c: Add bfd_mach_mips4K to comment. |