summaryrefslogtreecommitdiff
path: root/gas/testsuite/lib/dounsreloc
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/lib/dounsreloc')
-rwxr-xr-xgas/testsuite/lib/dounsreloc8
1 files changed, 0 insertions, 8 deletions
diff --git a/gas/testsuite/lib/dounsreloc b/gas/testsuite/lib/dounsreloc
deleted file mode 100755
index 0d695338245..00000000000
--- a/gas/testsuite/lib/dounsreloc
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-# 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