aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorEric B. Weddington <eric.weddington@atmel.com>2008-06-09 16:07:02 +0000
committerEric B. Weddington <eric.weddington@atmel.com>2008-06-09 16:07:02 +0000
commite8568f6c630ea3d6681195e0a2b0d1e2e3866a1b (patch)
treed7599003048e413be6681de3b32460cddbcf7377 /gas/config
parentc13bb2ea031cc1528245254fd6a94f398df2e7d1 (diff)
downloadgdb-e8568f6c630ea3d6681195e0a2b0d1e2e3866a1b.zip
gdb-e8568f6c630ea3d6681195e0a2b0d1e2e3866a1b.tar.gz
gdb-e8568f6c630ea3d6681195e0a2b0d1e2e3866a1b.tar.bz2
/gas:
2008-06-09 Eric B. Weddington <eric.weddington@atmel.com> * config/tc-avr.c (mcu_types): Remove support for ATmega32HVB device. * doc/c-avr.texi: Likewise.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-avr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c
index 840b726..b10b911 100644
--- a/gas/config/tc-avr.c
+++ b/gas/config/tc-avr.c
@@ -142,7 +142,6 @@ static struct mcu_type_s mcu_types[] =
{"atmega3250p",AVR_ISA_M323, bfd_mach_avr5},
{"atmega3290", AVR_ISA_M323, bfd_mach_avr5},
{"atmega3290p",AVR_ISA_M323, bfd_mach_avr5},
- {"atmega32hvb",AVR_ISA_M323, bfd_mach_avr5},
{"atmega406", AVR_ISA_M323, bfd_mach_avr5},
{"atmega64", AVR_ISA_M323, bfd_mach_avr5},
{"atmega640", AVR_ISA_M323, bfd_mach_avr5},