PR gas/5322
authorNick Clifton <nickc@redhat.com>
Tue, 8 Jan 2008 08:37:13 +0000 (08:37 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 8 Jan 2008 08:37:13 +0000 (08:37 +0000)
* lib/gas-defs.exp (gas_host_run): Add fourth argument to regsub command.

gas/testsuite/ChangeLog
gas/testsuite/lib/gas-defs.exp

index 315e2dd..cedaa25 100644 (file)
@@ -1,3 +1,9 @@
+2008-01-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR gas/5322
+       * lib/gas-defs.exp (gas_host_run): Add fourth argument to regsub
+       command.
+
 2008-01-05  H.J. Lu  <hongjiu.lu@intel.com>
 
        * gas/i386/intel.s: Add tests for fadd, faddp, fdiv, fdivp,
index 112bb52..af9f565 100644 (file)
@@ -63,7 +63,8 @@ proc gas_host_run { cmd redir } {
        set command "$cmd 2>gas.stderr"
        set return_contents_of "gas.stderr"
     } elseif [regexp ">&.*" $redir] then {
-       set output_file [regsub ">&" $redir ""]
+       # See PR 5322 for why the following line is used.
+       regsub ">&" $redir "" output_file       
        set command "$cmd 2>&1"
     } elseif [regexp "2>.*" $redir] then {
        set output_file "gas.out"