diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-08 10:33:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-08 10:33:27 +0000 |
commit | 922f0baccf93217b92e33eafb8e52c6df255f058 (patch) | |
tree | b5c0900c75dc0dc71603801fcaf5cdc348ed4deb /gas/ChangeLog | |
parent | ff5075ca5ca2a554be09abeb274f14dd1e351361 (diff) | |
download | gdb-922f0baccf93217b92e33eafb8e52c6df255f058.zip gdb-922f0baccf93217b92e33eafb8e52c6df255f058.tar.gz gdb-922f0baccf93217b92e33eafb8e52c6df255f058.tar.bz2 |
* config/tc-avr.c (mcu_types): Add new devices: ATtiny43U, ATtiny48.
* doc/c-avr.texi: Document new devices.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6694d44..1ea8040 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2007-10-08 Eric B. Weddington <eweddington@cso.atmel.com> + + * config/tc-avr.c (mcu_types): Add new devices: ATtiny43U, + ATtiny48. + * doc/c-avr.texi: Document new devices. + 2007-10-08 Nick Clifton <nickc@redhat.com> PR gas/5133 |