From 85eb51104bdc2170a835c0198e1e00e1dfe4edfa Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 22 Apr 2003 17:31:08 +0000 Subject: Rename -I to -J. Deprecate old use of -I, but leave it enabled for now. --- binutils/testsuite/ChangeLog | 5 +++++ binutils/testsuite/binutils-all/windres/windres.exp | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'binutils/testsuite') 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 + + * 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 * 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" -- cgit v1.1