Commited (with Roland's suggested of using .size x,.-x, but that was
only check so that it compiled, no test runs)
2005-05-24 Alfred M. Szmidt <[EMAIL PROTECTED]>
* i386/include/mach/i386/asm.h (END): New macro.
* i386/include/mach/i386/syscall_sw.h (kernel_trap): Call END.
_
That looks fine. It probably wouldn't hurt to make it:
#define END(x) .size x,.-x
___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd
The following is needed to be able to compile glibc succesfully (glibc
redefines ENTRY that makes uses of END).
Ok to apply?
2005-05-24 Alfred M. Szmidt <[EMAIL PROTECTED]>
* i386/include/mach/i386/asm.h (END): New macro.
* i386/include/mach/i386/syscall_sw.h (kernel_trap): Ca