summaryrefslogtreecommitdiff
path: root/gas/testsuite/lib/dounssym
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/lib/dounssym')
-rwxr-xr-xgas/testsuite/lib/dounssym8
1 files changed, 0 insertions, 8 deletions
diff --git a/gas/testsuite/lib/dounssym b/gas/testsuite/lib/dounssym
deleted file mode 100755
index a44da62fb0a..00000000000
--- a/gas/testsuite/lib/dounssym
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-# objdump the symbol table, but strip off the headings and symbol
-# numbers and sort the result. Intended for use in comparing symbol
-# tables that may not be in the same order.
-
-objdump +symbols +omit-symbol-numbers $1 \
- | sort
-#eof