]> gcc.gnu.org Git - gcc.git/commitdiff
aarch64.c (aarch64_override_options): Fix typo from coretex to cortex.
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Mon, 10 Feb 2014 11:25:16 +0000 (11:25 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Mon, 10 Feb 2014 11:25:16 +0000 (11:25 +0000)
* config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
coretex to cortex.

From-SVN: r207654

gcc/ChangeLog
gcc/config/aarch64/aarch64.c

index 67d7c4bf3d5f10c79adab1ece6dac960f347c703..be69545da96f873deafc2efbce8c75fe0dbc5ec0 100644 (file)
@@ -1,3 +1,8 @@
+2014-02-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
+       coretex to cortex.
+
 2014-02-10  Eric Botcazou  <ebotcazou@adacore.com>
 
        * ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return
index 16c51a8994e7b8a735a52fbdbb13d170436b4c35..784bfa37d93b393e94f59bef948b331e5fb037b5 100644 (file)
@@ -5244,7 +5244,7 @@ aarch64_override_options (void)
 
   /* If the user did not specify a processor, choose the default
      one for them.  This will be the CPU set during configuration using
-     --with-cpu, otherwise it is "coretex-a53".  */
+     --with-cpu, otherwise it is "cortex-a53".  */
   if (!selected_cpu)
     {
       selected_cpu = &all_cores[TARGET_CPU_DEFAULT & 0x3f];
This page took 0.072094 seconds and 5 git commands to generate.