On 31/07/13 14:48, Sofiane Naci wrote:
Hi,

This patch is part of the ongoing work of ARM/AARCH64 instruction
classification cleanup.

This patches moves the scheduling dependency routines from arm.c into a new
file aarch-common.c, preparing them to be used in AARCH64.

OK for trunk?

Thanks
Sofiane

-----

ChangeLog:

        * 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.

OK.

R.

Reply via email to