processor. The original source is available at ALTERA FTP site;
ftp://ftp.altera.com/outgoing/download/support/ip/processors/nios2/gnu/
There are two distict sets for 10.0 release, as gcc-3.4.6 and gcc-4.1.x.
This package is made from gcc3 set since the latter set fails to compile
so far.
The differences from ALTERA original gcc3 are;
1. gcc/c-parse.y definition.
2. modified libgcc.a to make possible to use SOFTFLOAT NetBSD libc.
Twelve (12) routines are eliminated to avoid conflicts.
3. new ldscript nios2elf-netbsd.x for NetBSD/nios2.
(makoto on behalf of nisimura)