diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-08-22 08:32:40 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-08-22 08:32:40 +0000 |
commit | b2064611d4230414258b5a3a1e8f49e5b0af2f3f (patch) | |
tree | a6dd4bf218ffecc8295d1475b1871fcc2eb724b7 /bfd/ChangeLog | |
parent | fec8276095570d58a8d32a0956d831e0e58e4981 (diff) | |
download | gdb-b2064611d4230414258b5a3a1e8f49e5b0af2f3f.zip gdb-b2064611d4230414258b5a3a1e8f49e5b0af2f3f.tar.gz gdb-b2064611d4230414258b5a3a1e8f49e5b0af2f3f.tar.bz2 |
bfd/
Fix PR ld/3290 regression for cross-files DW_FORM_ref_addr relocations.
* elflink.c (elf_link_add_object_symbols): Make debug symbols local
now only for non-RELOCATABLE targets.
ld/testsuite/
* ld-x86-64/dwarfreloc.exp, ld-x86-64/dwarfreloc.rd,
ld-x86-64/dwarfreloc1.s, ld-x86-64/dwarfreloc2.s: New test.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0b753bf..dc62936 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2008-08-22 Jakub Jelinek <jakub@redhat.com> + + Fix PR ld/3290 regression for cross-files DW_FORM_ref_addr relocations. + * elflink.c (elf_link_add_object_symbols): Make debug symbols local + now only for non-RELOCATABLE targets. + 2008-08-20 Bob Wilson <bob.wilson@acm.org> * elf-bfd.h (elf_object_id): Add XTENSA_ELF_TDATA. |