Upload Tizen:Base source
[external/binutils.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 }