OSDN Git Service

PR target/54536
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Sep 2012 10:43:20 +0000 (10:43 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Sep 2012 10:43:20 +0000 (10:43 +0000)
* config/avr/avr-mcus.def (at90usb1287): Set LIBRARY_NAME to "usb1287".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191132 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/avr/avr-mcus.def

index 0a43ed8..c53ed7b 100644 (file)
@@ -1,3 +1,8 @@
+2012-09-10  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR target/54536
+       * config/avr/avr-mcus.def (at90usb1287): Set LIBRARY_NAME to "usb1287".
+
 2012-09-10  Jan Hubicka  <jh@suse.cz>
 
        * lto-cgraph.c (compute_ltrans_boundary): Do not care about aliases.
index 462d6a2..7d28829 100644 (file)
@@ -196,7 +196,7 @@ AVR_MCU ("atmega1284p",          ARCH_AVR51, "__AVR_ATmega1284P__",      0, 0, 0
 AVR_MCU ("atmega128rfa1",        ARCH_AVR51, "__AVR_ATmega128RFA1__",    0, 0, 0x0200, 2, "m128rfa1")
 AVR_MCU ("at90can128",           ARCH_AVR51, "__AVR_AT90CAN128__",       0, 0, 0x0100, 2, "can128")
 AVR_MCU ("at90usb1286",          ARCH_AVR51, "__AVR_AT90USB1286__",      0, 0, 0x0100, 2, "usb1286")
-AVR_MCU ("at90usb1287",          ARCH_AVR51, "__AVR_AT90USB1287__",      0, 0, 0x0100, 2, "usb1286")
+AVR_MCU ("at90usb1287",          ARCH_AVR51, "__AVR_AT90USB1287__",      0, 0, 0x0100, 2, "usb1287")
 /* 3-Byte PC.  */
 AVR_MCU ("avr6",                 ARCH_AVR6, NULL,                        0, 0, 0x0200, 4, "m2561")
 AVR_MCU ("atmega2560",           ARCH_AVR6, "__AVR_ATmega2560__",        0, 0, 0x0200, 4, "m2560")