1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.

This commit is contained in:
Ulrich Drepper
2004-12-22 20:10:10 +00:00
parent 0ecb606cb6
commit a334319f65
6215 changed files with 304673 additions and 494300 deletions

View File

@ -19,8 +19,8 @@
#include <sysdep.h>
.text
.globl __syscall_error
ENTRY(syscall)
ENTRY (syscall)
mov %o0,%g1
mov %o1,%o0
mov %o2,%o1
@ -30,10 +30,11 @@ ENTRY(syscall)
ta 0x6d
bcc,pt %xcc, 1f
mov %o7, %g1
call __syscall_error
mov %g1, %o7
1: retl
bcs,pn %xcc,__syscall_error_handler
nop
END(syscall)
retl
nop
SYSCALL_ERROR_HANDLER
PSEUDO_END (syscall)