]> git.ipfire.org Git - thirdparty/gcc.git/commit - contrib/ChangeLog
gcc_update (gcc/config/arm/arm-tables.opt): Also depend on gcc/config/arm/arm-fpus...
authorJoseph Myers <joseph@codesourcery.com>
Thu, 19 May 2011 16:27:59 +0000 (17:27 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 19 May 2011 16:27:59 +0000 (17:27 +0100)
commit12d844c83053a523f291565a757220fee255995c
treed00d0264dfa526f521248b5d943af0d2149389f8
parent9e350e99cb9f93ea99216c9c2a40517111636116
gcc_update (gcc/config/arm/arm-tables.opt): Also depend on gcc/config/arm/arm-fpus.def.

contrib:
* gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
gcc/config/arm/arm-fpus.def.

gcc:
* config/arm/arm-fpus.def: New.
* config/arm/genopt.sh: Generate Enum and EnumValue entries from
arm-fpus.def.
* config/arm/arm-tables.opt: Regenerate.
* config/arm/arm.c (all_fpus): Move contents to arm-fpus.def.
(arm_option_override): Don't decode FPU name to string here.
* config/arm/arm.opt (mfpu=): Use Enum.
* config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt, arm.o):
Update dependencies.

From-SVN: r173916
contrib/ChangeLog
contrib/gcc_update
gcc/ChangeLog
gcc/config/arm/arm-fpus.def [new file with mode: 0644]
gcc/config/arm/arm-tables.opt
gcc/config/arm/arm.c
gcc/config/arm/arm.opt
gcc/config/arm/genopt.sh
gcc/config/arm/t-arm