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