diff options
author | Alan Modra <amodra@gmail.com> | 2002-10-21 01:58:48 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-10-21 01:58:48 +0000 |
commit | 5fe39caef5ecbd0f21eee87f406cfb44a159c65e (patch) | |
tree | 2835061afa316150777ac06479fd3dc89e08fd3a /bfd/ChangeLog | |
parent | b0b05254fcab6c9d787bc5ce467d4a47e626d16c (diff) | |
download | gdb-5fe39caef5ecbd0f21eee87f406cfb44a159c65e.zip gdb-5fe39caef5ecbd0f21eee87f406cfb44a159c65e.tar.gz gdb-5fe39caef5ecbd0f21eee87f406cfb44a159c65e.tar.bz2 |
* archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
perror with bfd_perror.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5ddc2ea..c56f0ec 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-10-21 Elias Athanasopoulos <eathan@otenet.gr> + + * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace + perror with bfd_perror. + 2002-10-19 H.J. Lu <hjl@gnu.org> * elflink.h (elf_link_add_object_symbols): Correctly handle @@ -35,7 +40,7 @@ 2002-10-16 Alan Modra <amodra@bigpond.net.au> * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo, - elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo, + elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo, elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo, elf32-sh64-nbsd.lo, elf32-shqnx.lo. Add elf32-qnx.lo. (BFD32_BACKENDS_CFILES): Likewise for corresponding C files. @@ -270,8 +275,8 @@ * elf32-sh64-lin.c: New file. * elf64-sh64-lin.c: New file. * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec, - bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec. - + bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec. + 2002-10-08 H.J. Lu <hjl@gnu.org> * elf32-i386.c (elf_i386_relocate_section): Re-arrange the |