diff options
author | Eric Weddington <eric.weddington@atmel.com> | 2008-01-16 17:59:07 +0000 |
---|---|---|
committer | Eric Weddington <eric.weddington@atmel.com> | 2008-01-16 17:59:07 +0000 |
commit | c7b8bedfb267ef82146b5cfdc569e61be7e73a42 (patch) | |
tree | da17b537a3e6f7b0412a3258b08b6f9a71d6efe5 /include/ChangeLog | |
parent | ebe9d9b2eab2589556edaac212988297067655f6 (diff) | |
download | cygnal-c7b8bedfb267ef82146b5cfdc569e61be7e73a42.tar.gz cygnal-c7b8bedfb267ef82146b5cfdc569e61be7e73a42.tar.bz2 cygnal-c7b8bedfb267ef82146b5cfdc569e61be7e73a42.zip |
/gas:
2008-01-03 Eric B. Weddington <eric.weddington@atmel.com>
* config/tc-avr.c (mcu_types): Change opcode set for avr3,
at90usb82, at90usb162.
* doc/c-avr.texi: Change architecture grouping for at90usb82,
at90usb162.
These changes support the new avr35 architecture group in gcc.
/include:
2008-01-03 Eric B. Weddington <eric.weddington@atmel.com>
* opcode/avr.h (AVR_ISA_USB162): Add new opcode set.
(AVR_ISA_AVR3): Likewise.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index c85612163..98fea92b9 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2008-01-03 Eric B. Weddington <eric.weddington@atmel.com> + + * opcode/avr.h (AVR_ISA_USB162): Add new opcode set. + (AVR_ISA_AVR3): Likewise. + 2007-11-17 Thiemo Seufer <ths@mips.com> * elf/mips.h (Tag_GNU_MIPS_ABI_FP): Mention -mips32r2 -mfp64 variant |