]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* i386.h (no-accumulate-outgoing-args): Use proper mask.
authorJan Hubicka <jh@suse.cz>
Sat, 25 Aug 2001 13:49:51 +0000 (15:49 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 25 Aug 2001 13:49:51 +0000 (13:49 +0000)
From-SVN: r45171

gcc/ChangeLog
gcc/config/i386/i386.h

index 07285d34914876c09d80047b22fcea66ef4101ef..e4786c2440c02c7bb840ed0087d35696234cdcbf 100644 (file)
@@ -1,3 +1,7 @@
+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
index bc5fd0875c434ecc02c5e9582db869c11f0c699d..9251150ce24629f7f089e3080c82f23a8443f062 100644 (file)
@@ -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,                                    \