setjmp fixes for hppa
Matthew Wilcox
willy@ldl.fc.hp.com
Tue Jun 5 23:13:00 GMT 2001
I don't feel that these files can be legitimately copyrighted. These
files boil down to 2 lines each. And they're obvious. But change the
copyright on them to whatever you feel like.
2001-06-05 Matthew Wilcox <willy@ldl.fc.hp.com>
* sysdeps/hppa/bsd-_setjmp.S, sysdeps/hppa/bsd-setjmp.S: new files.
diff -urNx CVS glibc-223/sysdeps/hppa/bsd-_setjmp.S glibc-merge/sysdeps/hppa/bsd-_setjmp.S
--- glibc-223/sysdeps/hppa/bsd-_setjmp.S Wed Dec 31 17:00:00 1969
+++ glibc-merge/sysdeps/hppa/bsd-_setjmp.S Fri May 4 18:20:31 2001
@@ -0,0 +1,17 @@
+/* setjmp.S
+ * Copyright 2001 Matthew Wilcox, Hewlett-Packard
+ */
+
+ .text
+ .align 4
+ .globl _setjmp
+ .export _setjmp, code
+ .level 2.0
+ .proc
+ .callinfo
+ .import __sigsetjmp
+_setjmp:
+ b __sigsetjmp
+ ldi 0, %r25
+
+ .procend
diff -urNx CVS glibc-223/sysdeps/hppa/bsd-setjmp.S glibc-merge/sysdeps/hppa/bsd-setjmp.S
--- glibc-223/sysdeps/hppa/bsd-setjmp.S Wed Dec 31 17:00:00 1969
+++ glibc-merge/sysdeps/hppa/bsd-setjmp.S Fri May 4 18:18:16 2001
@@ -0,0 +1,17 @@
+/* setjmp.S
+ * Copyright 2001 Matthew Wilcox, Hewlett-Packard
+ */
+
+ .text
+ .align 4
+ .globl setjmp
+ .export setjmp, code
+ .level 2.0
+ .proc
+ .callinfo
+ .import __sigsetjmp
+setjmp:
+ b __sigsetjmp
+ ldi 1, %r25
+
+ .procend
More information about the Libc-alpha
mailing list