GCC 4.x fixes for Hurdy bits (2/5)

Alfred M. Szmidt ams@gnu.org
Fri Jun 10 06:29:00 GMT 2005


END needs to be called due to CFI usage.

2005-06-10  Alfred M. Szmidt  <ams@gnu.org>

	* sysdeps/mach/i386/syscall.S: Call END.

--- sysdeps/mach/i386/syscall.S
+++ sysdeps/mach/i386/syscall.S
@@ -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)



More information about the Libc-alpha mailing list