]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/lib/dounsreloc
This commit was generated by cvs2svn to track changes on a CVS vendor
[thirdparty/binutils-gdb.git] / gas / testsuite / lib / dounsreloc
1 #!/bin/sh
2 # $Id$
3 # objdump the reloc table, but strip off the headings and reloc
4 # numbers and sort the result. Intended for use in comparing reloc
5 # tables that may not be in the same order.
6
7 objdump +reloc +omit-relocation-numbers +omit-symbol-numbers $1 \
8 | sort
9 #eof