summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/as/testscripts/dounsortreloc
blob: d8da0a9d63503164ef913f1d7c88ee6255d27db7 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# $Id$
# objdump the reloc table, but strip off the headings and reloc
# numbers and sort the result.  Intended for use in comparing reloc
# tables that may not be in the same order.

objdump +reloc +omit-relocation-numbers +omit-symbol-numbers $1 \
	| sort
#eof
OpenPOWER on IntegriCloud