Subject: Re: /usr/src/lib/libc/arch/mips/sys/__sigreturn14.S build fails a/o March 26
To: None <port-mips@netbsd.org>
From: Toru Nishimura <locore32@gaea.ocn.ne.jp>
List: port-mips
Date: 04/01/2004 18:11:39
> If I change __sigreturn14.S back to using RSYSCALL instead of PSEUDO macro,
> the expansion correctly results in:
>
>        li $2,SYS_291; syscall;
>
> I don't know if this is a macro error, gcc preprocessor error, or what.

The 2nd operand of "li" (load immediate value) should have end up with a number,
not a symbolic.  Is it CPP puzzle?

Toru Nishimura/ALKYL Technology