commit | efb80e7e097d0888e59fbbe4ded2ac5a256f556d | [log] [tgz] |
---|---|---|
author | Kyle McMartin <kyle@mcmartin.ca> | Thu Oct 18 00:06:26 2007 -0700 |
committer | Kyle McMartin <kyle@shortfin.cabal.ca> | Thu Oct 18 00:58:49 2007 -0700 |
tree | 98a0f2f1514501aeebb1877bfcb5b528491e5ad5 | |
parent | 6f7d998e94ec7b7f08bd0c72fc05343435d7fa93 [diff] |
[PARISC] import necessary bits of libgcc.a 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>