Commit 053f1126 by Philipp Thomas Committed by Jeff Law

* i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.

From-SVN: r32873
parent 037a1740
2000-04-03 Philipp Thomas <pthomas@suse.de>
* i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
Mon Apr 3 00:02:59 2000 Brad Lucier <lucier@math.purdue.edu>
* Makefile.in (alias.o): Depend on $(TREE_H).
......
......@@ -265,11 +265,11 @@ extern const int x86_promote_hi_regs;
"Do not inline all known string operations" }, \
{ "push-args", -MASK_NO_PUSH_ARGS, \
"Use push instructions to save outgoing arguments" }, \
{ "no-push-args", MASK_NO_PUSH_ARGS, "" \
"UDo not use push instructions to save outgoing arguments" }, \
{ "no-push-args", MASK_NO_PUSH_ARGS, \
"Do not use push instructions to save outgoing arguments" }, \
{ "accumulate-outgoing-args", MASK_ACCUMULATE_OUTGOING_ARGS, \
"Use push instructions to save outgoing arguments" }, \
{ "no-accumulate-outgoing-args",-MASK_ACCUMULATE_OUTGOING_ARGS, "" \
{ "no-accumulate-outgoing-args",-MASK_ACCUMULATE_OUTGOING_ARGS, \
"Do not use push instructions to save outgoing arguments" }, \
SUBTARGET_SWITCHES \
{ "", TARGET_DEFAULT, 0 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment