aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'gold/testsuite')
-rw-r--r--gold/testsuite/start_lib_test_3.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gold/testsuite/start_lib_test_3.c b/gold/testsuite/start_lib_test_3.c
index 555eea1..86444e0 100644
--- a/gold/testsuite/start_lib_test_3.c
+++ b/gold/testsuite/start_lib_test_3.c
@@ -22,9 +22,4 @@
This is a test of the --start-lib and --end-lib options. */
-extern void t3 (void);
-
-void
-t3 (void)
-{
-}
+static char t3[] = "t3";