diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-12 16:28:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-12 16:28:03 +0000 |
commit | 7337fc21f263cfa76ffdf8378b9e54e9d38790dc (patch) | |
tree | 9b0bec35942c2f862c710029e1dee2b57d471eee /gas/doc | |
parent | 4b93929bf941cecadd453ed23b378ee6ccfeb36e (diff) | |
download | gdb-7337fc21f263cfa76ffdf8378b9e54e9d38790dc.zip gdb-7337fc21f263cfa76ffdf8378b9e54e9d38790dc.tar.gz gdb-7337fc21f263cfa76ffdf8378b9e54e9d38790dc.tar.bz2 |
* config/tc-avr.c (mcu_types): Add new devices: AT90PWM2B, AT90PWM3B.
* doc/c-avr.texi: Document new devices.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 2 | ||||
-rw-r--r-- | gas/doc/c-avr.texi | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 64ce6a1..5a91452 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -3895,7 +3895,7 @@ Some machine configurations provide additional directives. * Scl:: @code{.scl @var{class}} @end ifset @ifset COFF-ELF -* Section:: @code{.section @var{name}} +* Section:: @code{.section @var{name}[, @var{flags}]} @end ifset * Set:: @code{.set @var{symbol}, @var{expression}} diff --git a/gas/doc/c-avr.texi b/gas/doc/c-avr.texi index 2399bcd..c469129 100644 --- a/gas/doc/c-avr.texi +++ b/gas/doc/c-avr.texi @@ -49,7 +49,8 @@ at76c711). Instruction set avr4 is for the enhanced AVR core with up to 8K program memory space (MCU types: atmega48, atmega8, atmega83, atmega85, atmega88, -atmega8515, atmega8535, atmega8hva, at90pwm1, at90pwm2, at90pwm3). +atmega8515, atmega8535, atmega8hva, at90pwm1, at90pwm2, at90pwm2b, +at90pwm3, at90pwm3b). Instruction set avr5 is for the enhanced AVR core with up to 128K program memory space (MCU types: atmega16, atmega161, atmega162, atmega163, |