Fix discrepancies in submitted patch vs. committed patch for CRIS
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Jun 2012 02:25:08 +0000 (02:25 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Jun 2012 02:25:08 +0000 (02:25 +0000)
-march= fix change on 2012-05-31 and ditto typo ChangeLog.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188324 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/cris/cris.h

index 35f54dc..19cbade 100644 (file)
        * 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>
 
index 0660b49..eb25bff 100644 (file)
@@ -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 \