aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/crtsavgpr.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rs6000/crtsavgpr.asm')
-rw-r--r--gcc/config/rs6000/crtsavgpr.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/rs6000/crtsavgpr.asm b/gcc/config/rs6000/crtsavgpr.asm
index 6d473963bad..6c5f6720934 100644
--- a/gcc/config/rs6000/crtsavgpr.asm
+++ b/gcc/config/rs6000/crtsavgpr.asm
@@ -38,7 +38,6 @@
/* Called with r11 pointing to the stack header word of the caller of the */
/* function, just beyond the end of the integer save area. */
-CFI_STARTPROC
HIDDEN_FUNC(_savegpr_14) stw 14,-72(11) /* save gp registers */
HIDDEN_FUNC(_savegpr_15) stw 15,-68(11)
HIDDEN_FUNC(_savegpr_16) stw 16,-64(11)
@@ -76,6 +75,5 @@ FUNC_END(_savegpr_17)
FUNC_END(_savegpr_16)
FUNC_END(_savegpr_15)
FUNC_END(_savegpr_14)
-CFI_ENDPROC
#endif