aboutsummaryrefslogtreecommitdiff
path: root/unix/as.sunos/zz.s
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /unix/as.sunos/zz.s
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'unix/as.sunos/zz.s')
-rw-r--r--unix/as.sunos/zz.s27
1 files changed, 27 insertions, 0 deletions
diff --git a/unix/as.sunos/zz.s b/unix/as.sunos/zz.s
new file mode 100644
index 00000000..1265b86d
--- /dev/null
+++ b/unix/as.sunos/zz.s
@@ -0,0 +1,27 @@
+ .file "zz.c"
+ .version "01.01"
+gcc2_compiled.:
+.text
+ .align 4
+.globl zsvjmp_
+ .type zsvjmp_,@function
+zsvjmp_:
+ pushl %ebp
+ movl %esp,%ebp
+ movl 12(%ebp),%eax
+ movl $0,(%eax)
+ movl 8(%ebp),%eax
+ movl 12(%ebp),%edx
+ movl (%edx),%ecx
+ movl %ecx,(%eax)
+ movl 8(%ebp),%eax
+ addl $4,%eax
+ pushl %eax
+ call setjmp
+ addl $4,%esp
+.L1:
+ leave
+ ret
+.Lfe1:
+ .size zsvjmp_,.Lfe1-zsvjmp_
+ .ident "GCC: (GNU) 2.7.2.3"