diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-07-15 18:44:18 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-07-15 18:44:18 +0000 |
commit | c2f950c8a8e7a75fce1498eb8d0face9bc76a06d (patch) | |
tree | e9e50e9b5952ba3b7e688c839abcda0a625bdb94 /bfd | |
parent | ad1193e7adcb51147335bf83e6229b3ea47bb4b8 (diff) | |
download | gdb-c2f950c8a8e7a75fce1498eb8d0face9bc76a06d.zip gdb-c2f950c8a8e7a75fce1498eb8d0face9bc76a06d.tar.gz gdb-c2f950c8a8e7a75fce1498eb8d0face9bc76a06d.tar.bz2 |
Add missing ChangeLog entries for
http://sourceware.org/ml/binutils-cvs/2008-05/msg00092.html
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7f389af..769dd8b 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. |