]> git.ipfire.org Git - thirdparty/gcc.git/commit
2010-06-03 Paul Brook <paul@codesourcery.com>
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Jun 2010 07:53:17 +0000 (07:53 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Jun 2010 07:53:17 +0000 (07:53 +0000)
commit84dad1d2254bad1b6039c2b52cfa45b1f755015e
treef40e0ba762f9a973d2a00a2b07044e038c5609a5
parent050318d9e2c2b0c94959a97a0be729e16ea1f780
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160213 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm.c