public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [Patch, avr] Remove atxmega16x1 from known devices list
@ 2014-02-28 11:29 Senthil Kumar Selvaraj
  2014-03-01  9:14 ` Denis Chertykov
  0 siblings, 1 reply; 2+ messages in thread
From: Senthil Kumar Selvaraj @ 2014-02-28 11:29 UTC (permalink / raw)
  To: binutils; +Cc: chertykov

The atxmega16x1 AVR variant doesn't exist, but the device name got
into the device list in gas/config/tc-avr.c. This patch removes the
non-existent device.

If ok, could someone apply please? I don't have commit access.

gas/ChangeLog

	* config/tc-avr.c: Remove atxmega16x1.

diff --git gas/config/tc-avr.c gas/config/tc-avr.c
index 332aa2d..6a672d8 100644
--- gas/config/tc-avr.c
+++ gas/config/tc-avr.c
@@ -261,7 +261,6 @@ static struct mcu_type_s mcu_types[] =
   {"atmega2564rfr2", AVR_ISA_AVR6, bfd_mach_avr6},
   {"atxmega16a4", AVR_ISA_XMEGA,  bfd_mach_avrxmega2},
   {"atxmega16d4", AVR_ISA_XMEGA,  bfd_mach_avrxmega2},
-  {"atxmega16x1", AVR_ISA_XMEGA,  bfd_mach_avrxmega2},
   {"atxmega32a4", AVR_ISA_XMEGA,  bfd_mach_avrxmega2},
   {"atxmega32d4", AVR_ISA_XMEGA,  bfd_mach_avrxmega2},
   {"atxmega32x1", AVR_ISA_XMEGA,  bfd_mach_avrxmega2},


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patch, avr] Remove atxmega16x1 from known devices list
  2014-02-28 11:29 [Patch, avr] Remove atxmega16x1 from known devices list Senthil Kumar Selvaraj
@ 2014-03-01  9:14 ` Denis Chertykov
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Chertykov @ 2014-03-01  9:14 UTC (permalink / raw)
  To: Senthil Kumar Selvaraj; +Cc: binutils

2014-02-28 15:30 GMT+04:00 Senthil Kumar Selvaraj
<senthil_kumar.selvaraj@atmel.com>:
> The atxmega16x1 AVR variant doesn't exist, but the device name got
> into the device list in gas/config/tc-avr.c. This patch removes the
> non-existent device.
>
> If ok, could someone apply please? I don't have commit access.
>
> gas/ChangeLog
>
>         * config/tc-avr.c: Remove atxmega16x1.
>

Committed.

Denis.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-01  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-28 11:29 [Patch, avr] Remove atxmega16x1 from known devices list Senthil Kumar Selvaraj
2014-03-01  9:14 ` Denis Chertykov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).