projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd83b40
)
* toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
author
Neil Booth
<neil@daikokuya.co.uk>
Mon, 24 Mar 2003 20:44:54 +0000
(20:44 +0000)
committer
Neil Booth
<neil@gcc.gnu.org>
Mon, 24 Mar 2003 20:44:54 +0000
(20:44 +0000)
From-SVN: r64820
gcc/ChangeLog
patch
|
blob
|
history
gcc/toplev.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 189a3d2212c737a45930a135db978b2e3276446a..cb19818353f4f46ec7510c0d2ade158b9ac55805 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2003-03-24 Neil Booth <neil@daikokuya.co.uk>
+
+ * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
+
2003-03-24 Janis Johnson <janis187@us.ibm.com>
* doc/install.texi (Testing): Mention test result links from build
diff --git
a/gcc/toplev.c
b/gcc/toplev.c
index eadcb36958f910b0fcfe079d374603877f2b1ffb..abcd0adcca551fb994e6a18416547897ef7dea8a 100644
(file)
--- a/
gcc/toplev.c
+++ b/
gcc/toplev.c
@@
-4465,9
+4465,6
@@
independent_decode_option (argc, argv)
return 2;
}
- if (*arg == 'Y')
- arg++;
-
switch (*arg)
{
default: