Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic4x / rebuild.sh
CommitLineData
48c5eb8a
SS
1#!/bin/sh
2
3echo "Rebuilding opcodes.s from allopcodes.S"
4cat <<EOF >opcodes.s
5; File is autogenerated from allopcodes.S - do not edit
6; Please use ./rebuild.sh to rebuild this file
7
8EOF
9
10cpp -P allopcodes.S >>opcodes.s
This page took 0.45335 seconds and 4 git commands to generate.