]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/ia64/fixup-dump.pl
gas/
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / ia64 / fixup-dump.pl
CommitLineData
800eeca4
JW
1print "# objdump: -d\n";
2print "# name: ia64 $ARGV[0]\n";
3shift;
4
5while (<>) {
6 if (/.*file format.*/) {
7 $_ = ".*: +file format .*\n";
8 } else {
9 s/([][().])/\\$1/g;
10 }
11 print;
12}