2004-05-19 Alain Magloire
Patch contributed by James Langley. Let Elf.java recognize Altera?s Nios and Nios II magic numbers. The number for Nios II is an official number assigned by SCO, the one for Nios was randomly chosen, but doesn't conflict with any of the ones already in Elf.java.
Final fix for bug 61505. When an option was set, a toolr reference was created but the "copy constructor" was not doing a complete copy, so the output of the tool was lost. This fix addresses that