From 6894310219af8c9a811814973c3375716d2e3dde Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 12 Dec 2008 16:33:05 +0000 Subject: * 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. --- gold/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gold/ChangeLog') diff --git a/gold/ChangeLog b/gold/ChangeLog index 17e3b41e13..3e1b99f7a8 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,12 @@ 2008-12-12 Ian Lance Taylor + * 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. -- cgit v1.2.1