diff options
author | Eric B. Weddington <eric.weddington@atmel.com> | 2009-08-01 16:17:23 +0000 |
---|---|---|
committer | Eric B. Weddington <eric.weddington@atmel.com> | 2009-08-01 16:17:23 +0000 |
commit | 11908008aa9b25d68c32a0b43c7a740c409d0df7 (patch) | |
tree | 909dd5cb67758c7e479f7956bd37bbd08c650111 /gas/doc | |
parent | 73930d4df0af879fabeb718d341333559205f325 (diff) | |
download | gdb-11908008aa9b25d68c32a0b43c7a740c409d0df7.zip gdb-11908008aa9b25d68c32a0b43c7a740c409d0df7.tar.gz gdb-11908008aa9b25d68c32a0b43c7a740c409d0df7.tar.bz2 |
/gas:
2009-08-01 Eric B. Weddington <eric.weddington@atmel.com>
* config/tc-avr.c (mcu_types): Add atmega8u2, atmega16u2, atmega32u2.
* doc/c-avr.texi: Likewise.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-avr.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/c-avr.texi b/gas/doc/c-avr.texi index 0a4fca0..6a2e8b1 100644 --- a/gas/doc/c-avr.texi +++ b/gas/doc/c-avr.texi @@ -54,7 +54,8 @@ Instruction set avr31 is for the classic AVR core with exactly 128K program memory space (MCU types: atmega103, at43usb320). Instruction set avr35 is for classic AVR core plus MOVW, CALL, and JMP -instructions (MCU types: attiny167, attiny327, at90usb82, at90usb162). +instructions (MCU types: attiny167, attiny327, at90usb82, at90usb162, atmega8u2, +atmega16u2, atmega32u2). Instruction set avr4 is for the enhanced AVR core with up to 8K program memory space (MCU types: atmega48, atmega48p,atmega8, atmega88, atmega88p, |