summaryrefslogtreecommitdiff
path: root/elf/ifuncmain5.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-10-30 00:48:54 -0700
committerUlrich Drepper <drepper@redhat.com>2009-10-30 00:48:54 -0700
commit31c759bf37a7a41faf8b13800deb769e8a5f3871 (patch)
treeb1e594e990e74cff74ab667cfb4a57faa790e6dd /elf/ifuncmain5.c
parent51a71cf063505d689337cf998670691a0a4b2410 (diff)
Uglify IFUNC tests for PPC.
Diffstat (limited to 'elf/ifuncmain5.c')
-rw-r--r--elf/ifuncmain5.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/ifuncmain5.c b/elf/ifuncmain5.c
index 7f128d006e..f398085cb4 100644
--- a/elf/ifuncmain5.c
+++ b/elf/ifuncmain5.c
@@ -2,8 +2,6 @@
#include <stdlib.h>
-int global = -1;
-
extern int foo (void);
extern int foo_protected (void);