aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-05-17 13:25:04 +0000
committerAlan Modra <amodra@gmail.com>2002-05-17 13:25:04 +0000
commitef60b7ff0e85790141643fc60f82d8d6e86ae014 (patch)
treee3f357bbabe2e3afb281f9929f02c3788e52fb7c /bfd/ChangeLog
parenteb268f46e33ec07755b040e2a9c9d794b96026f9 (diff)
downloadfsf-binutils-gdb-ef60b7ff0e85790141643fc60f82d8d6e86ae014.zip
fsf-binutils-gdb-ef60b7ff0e85790141643fc60f82d8d6e86ae014.tar.gz
fsf-binutils-gdb-ef60b7ff0e85790141643fc60f82d8d6e86ae014.tar.bz2
* elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
(ppc64_elf_relocate_section): Don't warn about reloc overflow when we've already warned about an undefined symbol. Report more detail on reloc errors.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 33998d6..4f10647 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,12 @@
2002-05-17 Alan Modra <amodra@bigpond.net.au>
+ * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
+ (ppc64_elf_relocate_section): Don't warn about reloc overflow when
+ we've already warned about an undefined symbol. Report more
+ detail on reloc errors.
+
+2002-05-17 Alan Modra <amodra@bigpond.net.au>
+
* acinclude.m4 (AM_INSTALL_LIBBFD): New.
* configure.in: Invoke AM_INSTALL_LIBBFD.
* Makefile.am (install-data-local): Revert 2002-05-13. Move to..