* config/unix.exp: Add global before seeing if the variables for
authorRob Savoye <rob@cygnus>
Fri, 3 Dec 1993 04:07:15 +0000 (04:07 +0000)
committerRob Savoye <rob@cygnus>
Fri, 3 Dec 1993 04:07:15 +0000 (04:07 +0000)
nm, objdump, and size exist.

binutils/testsuite/config/unix.exp

index 29ea0d8..31fe7e3 100644 (file)
 
 load_lib util-defs.exp
 
+global NM
 if ![info exists NM] then {
     set NM [transform nm]
 }
+global NMFLAGS
 if ![info exists NMFLAGS] then {
     set NMFLAGS ""
 }
+global SIZE
 if ![info exists SIZE] then {
     set SIZE [transform size]
 }
+global SIZEFLAGS
 if ![info exists SIZEFLAGS] then {
     set SIZEFLAGS ""
 }
+global OBJDUMP
 if ![info exists OBJDUMP] then {
     set OBJDUMP [transform objdump]
 }
+global OBJDUMPFLAGS
 if ![info exists OBJDUMPFLAGS] then {
     set OBJDUMPFLAGS ""
 }