Removes support in the ARM assembler for the unsigned variants of the VQ(R)DMLAH...
[deliverable/binutils-gdb.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
This page took 0.045533 seconds and 4 git commands to generate.