URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [tic4x/] [rebuild.sh] - Rev 832
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