aarch64: override default elf .set handling in gas
[deliverable/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}
This page took 0.953804 seconds and 4 git commands to generate.