This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gold patch committed: Don't require __tcf_0


The retain_symbols_file_test.sh script checks that the executable has
the symbol __tcf_0.  This is actually a symbol generated by g++, not
one that is in the source code.  I removed the check for the symbol,
so that the test would be not as dependent on a particular compiler.

Ian


2009-10-09  Ian Lance Taylor  <iant@google.com>

	* testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.


Index: testsuite/retain_symbols_file_test.sh
===================================================================
RCS file: /cvs/src/src/gold/testsuite/retain_symbols_file_test.sh,v
retrieving revision 1.2
diff -u -r1.2 retain_symbols_file_test.sh
--- testsuite/retain_symbols_file_test.sh	22 Sep 2009 19:54:46 -0000	1.2
+++ testsuite/retain_symbols_file_test.sh	10 Oct 2009 01:24:31 -0000
@@ -47,7 +47,6 @@
 check_present 't16b::t16b()'
 check_present 't20a::get()'
 check_present 't18()'
-check_present '__tcf_0'
 check_absent 't10'
 check_absent 't1()'
 check_absent 't16b::t()'

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]