repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf32-ppc.c (LWZU_0_X_11): Delete.
[binutils.git]
/
gas
/
testsuite
/
lib
/
dounssym
blob
a44da62fb0a15368c9adf0c44679a8927c7cec7b
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