public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [backport,avr,4.9] Fix typo in avr-mcus.de for built-in macro
@ 2014-05-09 11:59 Georg-Johann Lay
  0 siblings, 0 replies; only message in thread
From: Georg-Johann Lay @ 2014-05-09 11:59 UTC (permalink / raw)
  To: GCC Patches, Denis Chertykov, Pitchumani Sivanupandi

Hi, I just applied the following backport to 4.9:

http://gcc.gnu.org/ml/gcc-cvs/2014-05/msg00310.html

Thanks.



2014-04-16  Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>

	Backport from 2014-04-16 trunk r209446
	2014-04-16  Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>

	* config/avr/avr-mcus.def: Correct typo for atxmega256a3bu macro.



Index: config/avr/avr-mcus.def
===================================================================
--- config/avr/avr-mcus.def     (revision 210270)
+++ config/avr/avr-mcus.def     (working copy)
@@ -291,7 +291,7 @@ AVR_MCU ("atxmega192a3",     ARCH_AVRXME
  AVR_MCU ("atxmega192d3",     ARCH_AVRXMEGA6, AVR_ISA_NONE, 
"__AVR_ATxmega192D3__",     0x2000, 4, "x192d3")
  AVR_MCU ("atxmega256a3",     ARCH_AVRXMEGA6, AVR_ISA_NONE, 
"__AVR_ATxmega256A3__",     0x2000, 5, "x256a3")
  AVR_MCU ("atxmega256a3b",    ARCH_AVRXMEGA6, AVR_ISA_NONE, 
"__AVR_ATxmega256A3B__",    0x2000, 5, "x256a3b")
-AVR_MCU ("atxmega256a3bu",   ARCH_AVRXMEGA6, AVR_ISA_NONE, 
"__AVR_ATxmega258A3BU__",   0x2000, 5, "x256a3bu")
+AVR_MCU ("atxmega256a3bu",   ARCH_AVRXMEGA6, AVR_ISA_NONE, 
"__AVR_ATxmega256A3BU__",   0x2000, 5, "x256a3bu")
  AVR_MCU ("atxmega256d3",     ARCH_AVRXMEGA6, AVR_ISA_NONE, 
"__AVR_ATxmega256D3__",     0x2000, 5, "x256d3")
  AVR_MCU ("atxmega128a3u",    ARCH_AVRXMEGA6, AVR_ISA_RMW, 
"__AVR_ATxmega128A3U__",    0x2000, 3, "x128a3u")
  AVR_MCU ("atxmega128b1",     ARCH_AVRXMEGA6, AVR_ISA_RMW, 
"__AVR_ATxmega128B1__",     0x2000, 3, "x128b1")

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-09 11:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-09 11:59 [backport,avr,4.9] Fix typo in avr-mcus.de for built-in macro Georg-Johann Lay

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).