* config/avr/avr.h (device_to_arch): Rename to device_to_ld.
commit28cd3cde8db8242ed734027a48c3e38abd6cc695
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Feb 2013 09:00:25 +0000 (28 09:00 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Feb 2013 09:00:25 +0000 (28 09:00 +0000)
tree9347de85a8e37b51437f88b609b684b0083d5469
parenta67868a51933e68d60fc3737f1ccd3ca85d0b3de
* config/avr/avr.h (device_to_arch): Rename to device_to_ld.
(avr_device_to_arch): Rename to avr_device_to_ld.
(avr_device_to_as): New prototype.
(EXTRA_SPEC_FUNCTIONS): Add device_to_as.
(ASM_SPEC): Use device_to_as to get -mmcu= and -mno-skip-bug=.
* config/avr/driver-avr.c (avr_device_to_as): New.
(avr_device_to_arch): Rename to avr_device_to_ld.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196330 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/avr/avr.h
gcc/config/avr/driver-avr.c