This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, AVR] Remove support for ATmega32HVB


Below is a patch that removes support for the ATmega32HVB device. Atmel
has decided to pull this device before it was released to the market and
may release it later under a different name.

Eric Weddington

/gas:

2008-06-04  Eric B. Weddington  <eric.weddington@atmel.com>

	* config/tc-avr.c (mcu_types): Remove support for ATmega32HVB
device.
	* doc/c-avr.texi: Likewise.


diff -u -p -r1.56 tc-avr.c
--- config/tc-avr.c	30 May 2008 14:20:27 -0000	1.56
+++ config/tc-avr.c	4 Jun 2008 21:33:43 -0000
@@ -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},
diff -u -p -r1.17 c-avr.texi
--- doc/c-avr.texi	28 Mar 2008 21:51:38 -0000	1.17
+++ doc/c-avr.texi	4 Jun 2008 21:33:44 -0000
@@ -57,7 +57,7 @@ memory space (MCU types: atmega16, atmeg
 atmega164p, atmega165, atmega165p, atmega168, atmega168p, atmega169,
 atmega169p, atmega32, atmega323, atmega324p, atmega325, atmega325p,
 atmega328p, atmega329, atmega329p, atmega3250, atmega3250p, atmega3290,
-atmega3290p, atmega32hvb, atmega406, atmega64, atmega640, atmega644,
+atmega3290p, atmega406, atmega64, atmega640, atmega644,
 atmega644p, atmega128, atmega1280, atmega1281, atmega1284p, atmega645,
 atmega649, atmega6450, atmega6490, atmega16hva, at90can32, at90can64,
 at90can128, at90pwm216, at90pwm316, atmega32c1, atmega32m1, atmega32u4,



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]