]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove aarch32 support for falkor/qdf24xx, not in released hardware.
authorJim Wilson <jim.wilson@linaro.org>
Wed, 7 Jun 2017 01:55:12 +0000 (01:55 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 7 Jun 2017 01:55:12 +0000 (18:55 -0700)
commit96feaf79b2285aca415fda727e51868b95a8e4d9
tree87c713caae23c5db191221b7662ab0e27a04c07f
parentcebf55fb450856a25940c9e02a19126b1d67083c
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.

From-SVN: r248944
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