Commit d3fe11e6 by Jan Hubicka Committed by Jan Hubicka

* i386.h (no-accumulate-outgoing-args): Use proper mask.

From-SVN: r45171
parent c1cf72f5
Sat Aug 25 15:46:51 CEST 2001 Jan Hubicka <jh@suse.cz>
* i386.h (no-accumulate-outgoing-args): Use proper mask.
2001-08-24 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.c (rs6000_initialize_trampoline): Function
......
......@@ -330,7 +330,7 @@ extern const int x86_epilogue_using_move;
N_("Do not use push instructions to save outgoing arguments") }, \
{ "accumulate-outgoing-args", MASK_ACCUMULATE_OUTGOING_ARGS, \
N_("Use push instructions to save outgoing arguments") }, \
{ "no-accumulate-outgoing-args",-MASK_ACCUMULATE_OUTGOING_ARGS, \
{ "no-accumulate-outgoing-args",MASK_NO_ACCUMULATE_OUTGOING_ARGS, \
N_("Do not use push instructions to save outgoing arguments") }, \
{ "mmx", MASK_MMX, N_("Support MMX builtins") }, \
{ "no-mmx", -MASK_MMX, \
......
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