Re: gnumach and glibc

2005-06-02 Thread Alfred M. Szmidt
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. _

Re: gnumach and glibc

2005-05-30 Thread Roland McGrath
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

gnumach and glibc

2005-05-29 Thread Alfred M. Szmidt
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