* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / gas / testsuite / lib / dounssym
CommitLineData
acf11ed1
KR
1#!/bin/sh
2# $Id$
3# objdump the symbol table, but strip off the headings and symbol
4# numbers and sort the result. Intended for use in comparing symbol
5# tables that may not be in the same order.
6
7objdump +symbols +omit-symbol-numbers $1 \
8 | sort
9#eof
This page took 0.218944 seconds and 4 git commands to generate.