2005-05-24 Thomas Schwinge * sysdeps/mach/i386/syscall.S (syscall): Call END. Index: sysdeps/mach/i386/syscall.S =================================================================== RCS file: /cvs/glibc/libc/sysdeps/mach/i386/syscall.S,v retrieving revision 1.3 diff -u -r1.3 syscall.S --- sysdeps/mach/i386/syscall.S 6 Jul 2001 04:56:00 -0000 1.3 +++ sysdeps/mach/i386/syscall.S 24 May 2005 17:01:56 -0000 @@ -24,3 +24,4 @@ pushl %ecx /* Push back return address. */ .byte 0x9a, 0, 0, 0, 0, 7, 0 /* lcall $7, $0 -- gas bug */ ret +END (syscall)