diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-22 17:31:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-22 17:31:08 +0000 |
commit | 85eb51104bdc2170a835c0198e1e00e1dfe4edfa (patch) | |
tree | 341a247ef282d6f08a8b8d23ef06c6ecbd95de99 /binutils/testsuite | |
parent | 26597c8633310d53e876dba69e836ffcb572e793 (diff) | |
download | gdb-85eb51104bdc2170a835c0198e1e00e1dfe4edfa.zip gdb-85eb51104bdc2170a835c0198e1e00e1dfe4edfa.tar.gz gdb-85eb51104bdc2170a835c0198e1e00e1dfe4edfa.tar.bz2 |
Rename -I to -J. Deprecate old use of -I, but leave it enabled for now.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/windres/windres.exp | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index de484f1..f69caef 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-04-22 Dimitrie O. Paun <dpaun@rogers.com> + + * binutils-all/windres/windres.exp: Add test for the new -J + option. Remove use of -I as it now generates a warning message. + 2003-04-03 Nick Clifton <nickc@redhat.com> * binutils-all/windres/dialogid.rc: Replace "Static" with diff --git a/binutils/testsuite/binutils-all/windres/windres.exp b/binutils/testsuite/binutils-all/windres/windres.exp index 858ce98..bd76178 100644 --- a/binutils/testsuite/binutils-all/windres/windres.exp +++ b/binutils/testsuite/binutils-all/windres/windres.exp @@ -1,4 +1,4 @@ -# Copyright 2001 Free Software Foundation, Inc. +# Copyright 2001, 2003 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -81,8 +81,8 @@ foreach res $res_list { setup_xfail *-* } - verbose "$wr -I rc -O res $res tmpdir/$broot.res" 1 - catch "exec $wr -I rc -O res $res tmpdir/$broot.res" err + verbose "$wr -J rc -O res $res tmpdir/$broot.res" 1 + catch "exec $wr -J rc -O res $res tmpdir/$broot.res" err if ![string match "" $err] then { send_log "$err\n" |