summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/hppa/setjmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/hppa/setjmp.S')
-rw-r--r--newlib/libc/machine/hppa/setjmp.S7
1 files changed, 5 insertions, 2 deletions
diff --git a/newlib/libc/machine/hppa/setjmp.S b/newlib/libc/machine/hppa/setjmp.S
index 6f3668e92..ebc5f8117 100644
--- a/newlib/libc/machine/hppa/setjmp.S
+++ b/newlib/libc/machine/hppa/setjmp.S
@@ -18,6 +18,9 @@
library. Maybe we'll have to have -msoft-float trigger something
like -DSOFT_FLOAT if this issue ever arises. */
+#include "DEFS.h"
+
+#if 0
.SPACE $PRIVATE$
.SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
.SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
@@ -27,8 +30,8 @@
.IMPORT $global$,DATA
.IMPORT $$dyncall,MILLICODE
; gcc_compiled.:
- .SPACE $TEXT$
- .SUBSPA $CODE$
+#endif
+ TEXT_SEGMENT
.align 4
.EXPORT setjmp,ENTRY,PRIV_LEV=3,ARGW0=GR,RTNVAL=GR