* testsuite/start_lib_test_3.c: Mark t3 as used.

This commit is contained in:
Ian Lance Taylor 2010-08-27 17:57:50 +00:00
parent 16be1145cb
commit 809313cb61
2 changed files with 5 additions and 1 deletions

View 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

View 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";