diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-12-12 16:33:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-12-12 16:33:05 +0000 |
commit | 6894310219af8c9a811814973c3375716d2e3dde (patch) | |
tree | c1835c8f2e0a1dad7e4e9dc92c89ce42c37c9811 /gold/ChangeLog | |
parent | b0074644c422c28e8be29f9ba5336d80cd05a4b3 (diff) | |
download | gdb-6894310219af8c9a811814973c3375716d2e3dde.zip gdb-6894310219af8c9a811814973c3375716d2e3dde.tar.gz gdb-6894310219af8c9a811814973c3375716d2e3dde.tar.bz2 |
* target-reloc.h (Default_scan_relocatable_relocs): Only discard
r_type == 0 for a local symbol with r_sym == 0.
(scan_relocatable_relocs): Pass r_sym to
local_non_section_strategy.
* reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
r_sym parameter.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 17e3b41..3e1b99f 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,12 @@ 2008-12-12 Ian Lance Taylor <iant@google.com> + * target-reloc.h (Default_scan_relocatable_relocs): Only discard + r_type == 0 for a local symbol with r_sym == 0. + (scan_relocatable_relocs): Pass r_sym to + local_non_section_strategy. + * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add + r_sym parameter. + * configure.ac: Update test for TLS descriptors: they are supported as of glibc 2.9. * configure: Rebuild. |