Commit ef0cd8fe by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

Fix discrepancies in submitted patch vs.

Fix discrepancies in submitted patch vs. committed patch for CRIS
-march= fix change on 2012-05-31 and ditto typo ChangeLog.

From-SVN: r188324
parent f5344820
...@@ -768,7 +768,7 @@ ...@@ -768,7 +768,7 @@
* config/cris/cris.h (CC1_SPEC): Pass through all -march= * config/cris/cris.h (CC1_SPEC): Pass through all -march=
and -mcpu= options. and -mcpu= options.
(ASM_SPEC): Ditto, not just -march=v32, but translate non-v10, (ASM_SPEC): Ditto, not just -march=v32, but translate non-v10,
non-v32 into --march=v0_v0_v10. non-v32 into --march=v0_v10.
2012-05-31 Richard Sandiford <rdsandiford@googlemail.com> 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
......
...@@ -186,7 +186,7 @@ extern int cris_cpu_version; ...@@ -186,7 +186,7 @@ extern int cris_cpu_version;
#define MAYBE_AS_NO_MUL_BUG_ABORT #define MAYBE_AS_NO_MUL_BUG_ABORT
#endif #endif
/* Override previous definitions (linux.h). */ /* Override previous definitions (../linux.h). */
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC \ #define ASM_SPEC \
MAYBE_AS_NO_MUL_BUG_ABORT \ MAYBE_AS_NO_MUL_BUG_ABORT \
......
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