This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] INTERNAL_SYSCALL for linux-mips


On Wed, Jan 15, 2003 at 12:06:08AM +0100, Guido Guenther wrote:

> +	register long __v0 asm("$2"); 					\
> +	register long __a3 asm("$7"); 					\

The patch looks fine to me but as a word of warning - I'm using the same
code construct is also being used in the kernel but I've found it very
fragile wrt. misscompilation by gcc over the years ...

  Ralf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]