diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-07-29 14:45:26 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-07-29 14:45:26 +0000 |
commit | 519ca27d4a720c900ad74e8018cdd5cc08a8b3a6 (patch) | |
tree | 15e4700c597a8932ef07a70f09ebfb848980e46e /libc/sysdeps/linux/i386/__longjmp.S | |
parent | 2ea436fb13abd2793dc39cca24a8f90d8f3b6328 (diff) | |
download | uClibc-alpine-519ca27d4a720c900ad74e8018cdd5cc08a8b3a6.tar.bz2 uClibc-alpine-519ca27d4a720c900ad74e8018cdd5cc08a8b3a6.tar.xz |
Remove stray code alignment (.align 16 and .align 4 directives)
from i386 and x86_64.
Diffstat (limited to 'libc/sysdeps/linux/i386/__longjmp.S')
-rw-r--r-- | libc/sysdeps/linux/i386/__longjmp.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/__longjmp.S b/libc/sysdeps/linux/i386/__longjmp.S index d73a7cda2..e2809c06c 100644 --- a/libc/sysdeps/linux/i386/__longjmp.S +++ b/libc/sysdeps/linux/i386/__longjmp.S @@ -24,7 +24,6 @@ .global __longjmp .type __longjmp,%function -.align 4 __longjmp: movl 4(%esp), %ecx /* User's jmp_buf in %ecx. */ movl 8(%esp), %eax /* Second argument is return value. */ |