]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 21 Jun 2011 10:22:19 +0000 (11:22 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 21 Jun 2011 10:22:19 +0000 (11:22 +0100)
commit1b916ca624af1c90ea0de48060781e6afe692279
tree69b7b9e23ad7eb330dc9b8839efd29d99552f1ee
parentfce37f711ac956692e51040468d8825bf43c03f4
gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.

contrib:
* gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.

gcc:
* config/avr/avr-mcus.def, config/avr/genopt.sh: New files.
* config/avr/avr-tables.opt: New file (generated).
* config.gcc (avr-*-*): Use avr/avr-tables.opt.
* config/avr/avr-devices.c (avr_mcu_types): Move contents to
avr-mcus.def.
* config/avr/avr.c (avr_help, TARGET_HELP): Remove.
(avr_option_override): Don't process -mmcu= argument here.  Set
avr_current_device using avr_mcu_index.
(avr_file_start): Use avr_current_device->name instead of
avr_mcu_name.
* config/avr/avr.opt (mmcu=): Use Enum.
* config/avr/t-avr (avr-devices.o): Update dependencies.
($(srcdir)/config/avr/avr-tables.opt): New.
* target.def (help): Remove.
* doc/tm.texi.in (TARGET_HELP): Remove.
* doc/tm.texi: Regenerate.
* opts.c: Don't include target.h.
(common_handle_option): Don't call targetm.help.
* system.h (TARGET_HELP): Poison.
* Makefile.in (opts.o): Update dependencies.

From-SVN: r175248
17 files changed:
contrib/ChangeLog
contrib/gcc_update
gcc/ChangeLog
gcc/Makefile.in
gcc/config.gcc
gcc/config/avr/avr-devices.c
gcc/config/avr/avr-mcus.def [new file with mode: 0644]
gcc/config/avr/avr-tables.opt [new file with mode: 0644]
gcc/config/avr/avr.c
gcc/config/avr/avr.opt
gcc/config/avr/genopt.sh [new file with mode: 0644]
gcc/config/avr/t-avr
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/opts.c
gcc/system.h
gcc/target.def