* config/tc-mips.c (macro): Handle new macros: "lca" and "dlca"
[deliverable/binutils-gdb.git] / gas / testsuite / lib / dounsreloc
CommitLineData
252b5132
RH
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
This page took 0.193396 seconds and 4 git commands to generate.