source: trunk/binutils/gas/testsuite/lib/dounsreloc

Last change on this file was 10, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 266 bytes
Line 
1#!/bin/sh
2# objdump the reloc table, but strip off the headings and reloc
3# numbers and sort the result. Intended for use in comparing reloc
4# tables that may not be in the same order.
5
6objdump +reloc +omit-relocation-numbers +omit-symbol-numbers $1 \
7 | sort
8#eof
Note: See TracBrowser for help on using the repository browser.