* testsuite/start_lib_test_3.c: Mark t3 as used.
authorIan Lance Taylor <ian@airs.com>
Fri, 27 Aug 2010 17:57:50 +0000 (17:57 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 27 Aug 2010 17:57:50 +0000 (17:57 +0000)
gold/ChangeLog
gold/testsuite/start_lib_test_3.c

index d71c9c0..e1d051d 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-27  Ian Lance Taylor  <iant@google.com>
+
+       * testsuite/start_lib_test_3.c: Mark t3 as used.
+
 2010-08-27  Nick Clifton  <nickc@redhat.com>
 
        * options.cc (version_script): Fix small typo in previous
index 86444e0..79b467b 100644 (file)
@@ -22,4 +22,4 @@
 
    This is a test of the --start-lib and --end-lib options.  */
 
-static char t3[] = "t3";
+static char t3[] __attribute__ ((used)) = "t3";