home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / amiga / binutils-2.5.2-src.lha / binutils-2.5.2 / gas / testsuite / lib / dounssym < prev    next >
Encoding:
Text File  |  1993-08-26  |  246 b   |  9 lines

  1. #!/bin/sh
  2. # objdump the symbol table, but strip off the headings and symbol
  3. # numbers and sort the result.  Intended for use in comparing symbol
  4. # tables that may not be in the same order.
  5.  
  6. objdump +symbols +omit-symbol-numbers $1 \
  7.     | sort
  8. #eof
  9.