]> git.ipfire.org Git - thirdparty/gcc.git/commit
config.gcc (arm*-*-*): Add aarch-common.o to extra_objs.
authorSofiane Naci <sofiane.naci@arm.com>
Wed, 31 Jul 2013 14:32:39 +0000 (14:32 +0000)
committerSofiane Naci <sofiane@gcc.gnu.org>
Wed, 31 Jul 2013 14:32:39 +0000 (14:32 +0000)
commitc3f35647ff0ca30479971bb449058b733384d728
tree8f78ee617f809fa9d16862c363e929c594cbe1c0
parent701bd1bd9cb1d26a57a812fc3d67563d59c3a2fb
config.gcc (arm*-*-*): Add aarch-common.o to extra_objs.

* config.gcc (arm*-*-*): Add aarch-common.o to extra_objs.  Add
aarch-common-protos.h to extra_headers.
(arm*-*-*): Add arm/aarch-common-protos.h to tm_p_file.
* config/arm/arm.c (arm_early_load_addr_dep): Move from here to ...
(arm_early_store_addr_dep): Likewise.
(arm_no_early_alu_shift_dep: Likewise.
(arm_no_early_alu_shift_value_dep: Likewise.
(arm_no_early_mul_dep: Likewise.
(arm_no_early_store_addr_dep: Likewise.
(arm_mac_accumulator_is_mul_result: Likewise.
(arm_mac_accumulator_is_result: Likewise.
* config/arm/aarch-common.c: ... here.  New file.
* config/arm/arm-protos.h (arm_early_load_addr_dep): Move from here to ...
(arm_early_store_addr_dep): Likewise.
(arm_no_early_alu_shift_dep: Likewise.
(arm_no_early_alu_shift_value_dep: Likewise.
(arm_no_early_mul_dep: Likewise.
(arm_no_early_store_addr_dep: Likewise.
(arm_mac_accumulator_is_mul_result: Likewise.
(arm_mac_accumulator_is_result: Likewise.
* config/arm/aarch-common-protos.h: ... here.  New file.
* config/arm/t-arm (aarch-common.o): Define.

From-SVN: r201376
gcc/ChangeLog
gcc/config.gcc
gcc/config/arm/aarch-common-protos.h [new file with mode: 0644]
gcc/config/arm/aarch-common.c [new file with mode: 0644]
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/t-arm