aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2012-06-08 02:25:08 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2012-06-08 02:25:08 +0000
commitef0cd8fe8b4576fe98f4405d99431ed225ef3c17 (patch)
tree4358fa772fe03342c09520b01769b10b0f6c3309 /gcc
parentf53448204ea5b6add4dfef869ec81533f1b1e85a (diff)
downloadgcc-ef0cd8fe8b4576fe98f4405d99431ed225ef3c17.zip
gcc-ef0cd8fe8b4576fe98f4405d99431ed225ef3c17.tar.gz
gcc-ef0cd8fe8b4576fe98f4405d99431ed225ef3c17.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/config/cris/cris.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 35f54dc..19cbade 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -768,7 +768,7 @@
* config/cris/cris.h (CC1_SPEC): Pass through all -march=
and -mcpu= options.
(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>
diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h
index 0660b494..eb25bff 100644
--- a/gcc/config/cris/cris.h
+++ b/gcc/config/cris/cris.h
@@ -186,7 +186,7 @@ extern int cris_cpu_version;
#define MAYBE_AS_NO_MUL_BUG_ABORT
#endif
-/* Override previous definitions (linux.h). */
+/* Override previous definitions (../linux.h). */
#undef ASM_SPEC
#define ASM_SPEC \
MAYBE_AS_NO_MUL_BUG_ABORT \