[PARISC] import necessary bits of libgcc.a
authorKyle McMartin <kyle@mcmartin.ca>
Thu, 18 Oct 2007 07:06:26 +0000 (00:06 -0700)
committerKyle McMartin <kyle@shortfin.cabal.ca>
Thu, 18 Oct 2007 07:58:49 +0000 (00:58 -0700)
Currently we're hacking libs-y to include libgcc.a, but this has
unforeseen consequences since the userspace libgcc is linked with fpregs
enabled. We need the kernel to stop using fpregs in an uncontrolled manner
to implement lazy fpu state saves.

Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

No differences found