Remove aarch32 support for falkor/qdf24xx, not in released hardware.
commit96a411453d39e6583fa4d7008761a1977cdbe7fa
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jun 2017 01:55:12 +0000 (7 01:55 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jun 2017 01:55:12 +0000 (7 01:55 +0000)
tree87c713caae23c5db191221b7662ab0e27a04c07f
parenta04297f33a793b98c5e9f257b28aecbd9a253b92
Remove aarch32 support for falkor/qdf24xx, not in released hardware.

gcc/
* config/aarch64/aarch64-cost-tables.h (qdf24xx_extra_costs): Move to
here.
* config/arm/aarch-cost-tables.h (qdf24xx_extra_costs): From here.
* config/arm/arm-cpu-cdata.h: Regenerate.
* config/arm/arm-cpu-data.h, config/arm/arm-cpu.h: Likewise.
* config/arm/arm-tables.opt, config/arm/arm-tune.md: Likewise.
* config/arm/arm-cpus.in: Delete falkor and qdf24xx entries.
* config/arm/arm.c (arm_qdf24xx_tune): Delete.
* config/arm/bpabi.h (BE8_LINK_SPEC): Delete falkor and qdf24xx
support.
* config/arm/t-aprofile (MULTILIB_MATCHES): Delete falkor and qdf24xx
support.
* config/arm/t-rmprofile: Likewise.
* doc/invoke.texi (ARM Options): Drop falkor and qdf24xx support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248944 138bc75d-0d04-0410-961f-82ee72b054a4
14 files changed:
gcc/ChangeLog
gcc/config/aarch64/aarch64-cost-tables.h
gcc/config/arm/aarch-cost-tables.h
gcc/config/arm/arm-cpu-cdata.h
gcc/config/arm/arm-cpu-data.h
gcc/config/arm/arm-cpu.h
gcc/config/arm/arm-cpus.in
gcc/config/arm/arm-tables.opt
gcc/config/arm/arm-tune.md
gcc/config/arm/arm.c
gcc/config/arm/bpabi.h
gcc/config/arm/t-aprofile
gcc/config/arm/t-rmprofile
gcc/doc/invoke.texi