daily update
[external/binutils.git] / gas / testsuite / gas / tic4x / rebuild.sh
1 #!/bin/sh
2
3 echo "Rebuilding opcodes.s from allopcodes.S"
4 cat <<EOF >opcodes.s
5 ; File is autogenerated from allopcodes.S - do not edit
6 ; Please use ./rebuild.sh to rebuild this file
7
8 EOF
9
10 cpp -P allopcodes.S >>opcodes.s