arm.c (FL_TUNE): Define.
authorPaul Brook <paul@codesourcery.com>
Thu, 3 Jun 2010 07:53:17 +0000 (07:53 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Thu, 3 Jun 2010 07:53:17 +0000 (07:53 +0000)
commit12a0a4d4821f9ff8af933551bf2569bcd5de9ec7
treef40e0ba762f9a973d2a00a2b07044e038c5609a5
parentc3f247f4edf681cb26b66f318673d051667a4f16
arm.c (FL_TUNE): Define.

2010-06-03  Paul Brook  <paul@codesourcery.com>

gcc/
* config/arm/arm.c (FL_TUNE): Define.
(arm_default_cpu, arm_cpu_select): Remove.
(all_cores): Populate core field.
(arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
(arm_find_cpu): New function.
(arm_handle_option): Lookup cpu/architecture names.
(arm_override_options): Cleanup mcpu/march/mtune handling.
(arm_file_start): Ditto.

From-SVN: r160213
gcc/ChangeLog
gcc/config/arm/arm.c