* gendef: Remove STABS directives.
This commit is contained in:
parent
962acfe58a
commit
01cdb57d40
|
@ -1,3 +1,7 @@
|
||||||
|
2009-03-14 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* gendef: Remove STABS directives.
|
||||||
|
|
||||||
2009-03-13 Corinna Vinschen <corinna@vinschen.de>
|
2009-03-13 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* mktemp.cc: Remove STABS specific link-time warning. Align copyright
|
* mktemp.cc: Remove STABS specific link-time warning. Align copyright
|
||||||
|
|
|
@ -99,7 +99,6 @@ EOF
|
||||||
$res = <<EOF . longjmp () . $res;
|
$res = <<EOF . longjmp () . $res;
|
||||||
.text
|
.text
|
||||||
|
|
||||||
.stabs "_sigfe:F(0,1)",36,0,0,__sigfe
|
|
||||||
__sigfe_maybe:
|
__sigfe_maybe:
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %edx
|
pushl %edx
|
||||||
|
@ -139,7 +138,6 @@ __sigfe:
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.global __sigbe
|
.global __sigbe
|
||||||
.stabs "_sigbe:F(0,1)",36,0,0,__sigbe
|
|
||||||
__sigbe: # return here after cygwin syscall
|
__sigbe: # return here after cygwin syscall
|
||||||
pushl %edx
|
pushl %edx
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
|
@ -165,7 +163,6 @@ __sigbe: # return here after cygwin syscall
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.global _sigreturn
|
.global _sigreturn
|
||||||
.stabs "sigreturn:F(0,1)",36,0,0,_sigreturn
|
|
||||||
_sigreturn:
|
_sigreturn:
|
||||||
movl %fs:4,%ebx
|
movl %fs:4,%ebx
|
||||||
incl $tls::incyg(%ebx)
|
incl $tls::incyg(%ebx)
|
||||||
|
@ -203,7 +200,6 @@ _sigreturn:
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.global _sigdelayed
|
.global _sigdelayed
|
||||||
.stabs "sigdelayed:F(0,1)",36,0,0,_sigdelayed
|
|
||||||
_sigdelayed:
|
_sigdelayed:
|
||||||
pushl %ebp
|
pushl %ebp
|
||||||
movl %esp,%ebp
|
movl %esp,%ebp
|
||||||
|
|
Loading…
Reference in New Issue