[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Kaffe porting issues



At (time_t)1008187389 Matthew Wilcox wrote:

> Er.  Userspace should _never_ include asm/* headers.

Switching to signal.h (which pulls in bits/sigcontext.h) worked
for mips, but causes other problems on sparc:

signal.c:33: parse error before `__siginfo_t'
signal.c:33: warning: function declaration isn't a prototype
signal.c:34: parse error before `__siginfo_t'
signal.c:34: warning: function declaration isn't a prototype
signal.c:70: parse error before `__siginfo_t'
signal.c:71: warning: function declaration isn't a prototype
signal.c: In function `nullException':
signal.c:81: `sig' undeclared (first use in this function)
signal.c:81: (Each undeclared identifier is reported only once
signal.c:81: for each function it appears in.)
signal.c:86: `ctx' undeclared (first use in this function)
signal.c:86: `UREG_FP' undeclared (first use in this function)
signal.c: At top level:
signal.c:94: parse error before `__siginfo_t'
signal.c:95: warning: function declaration isn't a prototype
signal.c: In function `floatingException':
signal.c:99: `sig' undeclared (first use in this function)
signal.c:104: `ctx' undeclared (first use in this function)
signal.c:104: `UREG_FP' undeclared (first use in this function)

--
John R. Daily                                    Progeny Linux Systems
Consultant                                          jdaily@progeny.com
               Master of the ephemeral epiphany



Reply to: