From 8df772b3c665e663f6f9d2a70f9c691590bd3f91 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 19 Feb 2012 05:46:22 +0100 Subject: Drop files unrelated to DDE --- boot-proxy-exc/sigvec.S | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 boot-proxy-exc/sigvec.S (limited to 'boot-proxy-exc/sigvec.S') diff --git a/boot-proxy-exc/sigvec.S b/boot-proxy-exc/sigvec.S deleted file mode 100644 index cc7bb94e..00000000 --- a/boot-proxy-exc/sigvec.S +++ /dev/null @@ -1,23 +0,0 @@ -#include - -.text -ENTRY(sigreturn) - movl $0x67,%eax - lcall $0x7,$0x0 - jb error - ret -ENTRY(_sigreturn) - addl $0xc,%esp - call EXT(sigreturn) - ret -ENTRY(sigvec) - movl $0x6c,%eax - movl $EXT(_sigreturn),%edx - orl $0x80000000,%edx - lcall $0x7,$0x0 - jb error - ret -error: - movl %eax,EXT(errno) - movl $-1,%eax - ret -- cgit v1.2.3