Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Weddington <eric.weddington@atmel.com>2008-01-16 20:59:07 +0300
committerEric Weddington <eric.weddington@atmel.com>2008-01-16 20:59:07 +0300
commitc7b8bedfb267ef82146b5cfdc569e61be7e73a42 (patch)
treeda17b537a3e6f7b0412a3258b08b6f9a71d6efe5 /include/opcode/avr.h
parentebe9d9b2eab2589556edaac212988297067655f6 (diff)
/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/opcode/avr.h')
-rw-r--r--include/opcode/avr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/opcode/avr.h b/include/opcode/avr.h
index 55bb16103..50a41a0f7 100644
--- a/include/opcode/avr.h
+++ b/include/opcode/avr.h
@@ -40,6 +40,10 @@
AVR_ISA_LPMX | AVR_ISA_SPM)
#define AVR_ISA_M603 (AVR_ISA_2xxx | AVR_ISA_MEGA)
#define AVR_ISA_M103 (AVR_ISA_M603 | AVR_ISA_ELPM)
+#define AVR_ISA_USB162 (AVR_ISA_M603 | AVR_ISA_MOVW | \
+ AVR_ISA_LPMX | AVR_ISA_SPM)
+#define AVR_ISA_AVR3 (AVR_ISA_M603 | AVR_ISA_MOVW | \
+ AVR_ISA_LPMX | AVR_ISA_SPM | AVR_ISA_ELPM)
#define AVR_ISA_M161 (AVR_ISA_M603 | AVR_ISA_MUL | AVR_ISA_MOVW | \
AVR_ISA_LPMX | AVR_ISA_SPM)
#define AVR_ISA_94K (AVR_ISA_M603 | AVR_ISA_MUL | AVR_ISA_MOVW | AVR_ISA_LPMX)