summaryrefslogtreecommitdiffstats
path: root/binutils/testsuite
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-22 17:31:08 +0000
committerNick Clifton <nickc@redhat.com>2003-04-22 17:31:08 +0000
commit85eb51104bdc2170a835c0198e1e00e1dfe4edfa (patch)
tree341a247ef282d6f08a8b8d23ef06c6ecbd95de99 /binutils/testsuite
parent26597c8633310d53e876dba69e836ffcb572e793 (diff)
downloadppe42-binutils-85eb51104bdc2170a835c0198e1e00e1dfe4edfa.tar.gz
ppe42-binutils-85eb51104bdc2170a835c0198e1e00e1dfe4edfa.zip
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/ChangeLog5
-rw-r--r--binutils/testsuite/binutils-all/windres/windres.exp6
2 files changed, 8 insertions, 3 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index de484f1031..f69caef92f 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 858ce98e6b..bd761780ab 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"
OpenPOWER on IntegriCloud