summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2008-07-15 18:44:18 +0000
committerH.J. Lu <hjl@lucon.org>2008-07-15 18:44:18 +0000
commit885190016fc9359e8cfdec6db33d69cb3cb1d9e1 (patch)
tree123d2bccd30baaa2d27432e277ebbea8a4fc669a
parentcbddb4ee9e2b0b88a93355ae4108ab6c2d6aeadd (diff)
downloadgdb-885190016fc9359e8cfdec6db33d69cb3cb1d9e1.tar.gz
Add missing ChangeLog entries for
http://sourceware.org/ml/binutils-cvs/2008-05/msg00092.html
-rw-r--r--bfd/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 7f389af0063..769dd8bf119 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -269,6 +269,18 @@
(elf32_arm_output_arch_local_syms): Generate mapping symbols for
long calls stubs.
+2008-05-21 Nick Clifton <nickc@redhat.com>
+
+ * elf32-arm.c (group_sections): Reformat comments.
+
+ PR ld/6446
+ * elf32-frv.c (elf32_frv_relocate_section): Set EF_FRV_PIC by
+ default (for FDPIC). Clear it if any inter-segment relocations
+ are found.
+
+ * elf64-hppa.c (elf64_hppa_finalize_opd): Check NULL return
+ from elf_link_hash_lookup.
+
2008-05-21 Maxim Kuvyrkov <maxim@codesourcery.com>
Add multi-GOT support for m68k.