mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
/gas:
2009-01-26 Eric B. Weddington <eric.weddington@atmel.com> PR 9789 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name. * doc/c-avr.texi: Likewise.
This commit is contained in:
parent
9382254dc7
commit
17f4880d2f
@ -1,3 +1,9 @@
|
||||
2009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
|
||||
|
||||
PR 9789
|
||||
* config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
|
||||
* doc/c-avr.texi: Likewise.
|
||||
|
||||
2009-01-23 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* doc/c-arm.texi (): Document -mwarn-deprecated.
|
||||
|
@ -192,7 +192,7 @@ static struct mcu_type_s mcu_types[] =
|
||||
{"atmega1280", AVR_ISA_AVR51, bfd_mach_avr51},
|
||||
{"atmega1281", AVR_ISA_AVR51, bfd_mach_avr51},
|
||||
{"atmega1284p",AVR_ISA_AVR51, bfd_mach_avr51},
|
||||
{"atmega128rfa",AVR_ISA_AVR51, bfd_mach_avr51},
|
||||
{"atmega128rfa1",AVR_ISA_AVR51, bfd_mach_avr51},
|
||||
{"at90can128", AVR_ISA_AVR51, bfd_mach_avr51},
|
||||
{"at90usb1286",AVR_ISA_AVR51, bfd_mach_avr51},
|
||||
{"at90usb1287",AVR_ISA_AVR51, bfd_mach_avr51},
|
||||
|
@ -72,7 +72,7 @@ atmega16u4, atmega32u4, atmega32u6, at90usb646, at90usb647, at94k, at90scr100).
|
||||
|
||||
Instruction set avr51 is for the enhanced AVR core with exactly 128K program
|
||||
memory space (MCU types: atmega128, atmega1280, atmega1281, atmega1284p,
|
||||
atmega128rfa, at90can128, at90usb1286, at90usb1287, m3000f, m3000s, m3001b).
|
||||
atmega128rfa1, at90can128, at90usb1286, at90usb1287, m3000f, m3000s, m3001b).
|
||||
|
||||
Instruction set avr6 is for the enhanced AVR core with a 3-byte PC (MCU types:
|
||||
atmega2560, atmega2561).
|
||||
|
Loading…
Reference in New Issue
Block a user