summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgcc/crtsavres.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/libgcc/crtsavres.S b/libgcc/crtsavres.S
index 40bd7365..8a77ba16 100644
--- a/libgcc/crtsavres.S
+++ b/libgcc/crtsavres.S
@@ -76,13 +76,9 @@ GLUE(.,name):
#define _GLOBAL(n) \
.text; \
- .stabs __stringify(n:F-1),N_FUN,0,0,n;\
.globl n; \
n:
-/* some stab codes */
-#define N_FUN 36
-
#endif
/* arch/powerpc/lib/crtsavres.S continues */