summaryrefslogtreecommitdiff
path: root/gas/config/tc-avr.c
diff options
context:
space:
mode:
authorEric B. Weddington <eric.weddington@atmel.com>2008-01-23 17:36:23 +0000
committerEric B. Weddington <eric.weddington@atmel.com>2008-01-23 17:36:23 +0000
commit3d92ba2e2f16feb747b6515703a12ef8d9dd1fef (patch)
tree09714ed1aaf51d22d4b4d3e5ff34d7ab9159715c /gas/config/tc-avr.c
parent1c7da8dd220280cf817e29199a839a18384ff3de (diff)
downloadbinutils-redhat-3d92ba2e2f16feb747b6515703a12ef8d9dd1fef.tar.gz
/gas:
2008-01-23 Eric B. Weddington <eric.weddington@atmel.com> * config/tc-avr.c (mcu_types): Change opcode set for at86rf401. /include: 2008-01-23 Eric B. Weddington <eric.weddington@atmel.com> * opcode/avr.h (AVR_ISA_RF401): Add new opcode set for at86rf401.
Diffstat (limited to 'gas/config/tc-avr.c')
-rw-r--r--gas/config/tc-avr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c
index 0beec9035b..1e6f7e693d 100644
--- a/gas/config/tc-avr.c
+++ b/gas/config/tc-avr.c
@@ -84,7 +84,7 @@ static struct mcu_type_s mcu_types[] =
{"at90s8515", AVR_ISA_2xxx, bfd_mach_avr2},
{"at90s8535", AVR_ISA_2xxx, bfd_mach_avr2},
{"at90c8534", AVR_ISA_2xxx, bfd_mach_avr2},
- {"at86rf401", AVR_ISA_2xxx, bfd_mach_avr2},
+ {"at86rf401", AVR_ISA_RF401, bfd_mach_avr2},
{"attiny13", AVR_ISA_TINY2, bfd_mach_avr2},
{"attiny2313", AVR_ISA_TINY2, bfd_mach_avr2},
{"attiny261", AVR_ISA_TINY2, bfd_mach_avr2},