URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [tic4x/] [rebuild.sh] - Rev 352
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/sh echo "Rebuilding opcodes.s from allopcodes.S" cat <<EOF >opcodes.s ; File is autogenerated from allopcodes.S - do not edit ; Please use ./rebuild.sh to rebuild this file EOF cpp -P allopcodes.S >>opcodes.s
Go to most recent revision | Compare with Previous | Blame | View Log