sunflower-embedded-system-emulator
sunflower-embedded-system-emulator copied to clipboard
Bring benchmarks up to date with current simulator syntax and for current cross compiler
Bring benchmarks up to date with current simulator syntax and for current cross compiler:
- Some simulator syntax changes since the last time the benchmarks were updated (e.g.,
newnodesyntax) - Newest gcc is now for ELF on SuperH, and need to switch back from
startuptomain - Newest C library optimizes strcpy using doubleword operations so doing
strcpyor evenmemmoveto transferNIC_OUIbreaks since the simulator assumes peripheral reads are byte reads. - Other cleanup (no longer compress SPEC distribution files)