diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-04-13 22:46:00 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-04-13 22:46:00 +0000 |
commit | 166d29937906f9730cc29b92b8755be504f48c85 (patch) | |
tree | 31888bdad97360248e277aed4f187b60c7b04344 /binutils | |
parent | 3e4cd2249e438a169fdc13eb9c2bcd12da8809ee (diff) | |
download | gdb-166d29937906f9730cc29b92b8755be504f48c85.zip gdb-166d29937906f9730cc29b92b8755be504f48c85.tar.gz gdb-166d29937906f9730cc29b92b8755be504f48c85.tar.bz2 |
Make tests work again on alpha-osf1 and sun4 native.
* config/unix.exp: Use nm.new, not nm, from newly built tree.
* binutils.all/objdump.exp: Add more wildcards to list of
single-letter options in pattern for usage message.
* binutils.all/nm.exp: Deleted debug-symbols test, since it only
works for a.out/stabs systems. Fixed regexps to make underscores
optional, since some C compilers don't prepend them. Deleted
check for foo.o symbol, since again some systems don't generate
it.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/config/unix.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/config/unix.exp b/binutils/testsuite/config/unix.exp index 2a41d2b..b5aa505 100644 --- a/binutils/testsuite/config/unix.exp +++ b/binutils/testsuite/config/unix.exp @@ -23,7 +23,7 @@ load_lib util-defs.exp global NM if ![info exists NM] then { - set NM [findfile $base_dir/../nm] + set NM [findfile $base_dir/../nm.new] } global NMFLAGS if ![info exists NMFLAGS] then { |