From: Nick Clifton Date: Thu, 18 Jul 2013 11:52:47 +0000 (+0000) Subject: * config/tc-avr.c (md_show_usage): Add avrxmega2 to help text X-Git-Tag: sid-snapshot-20130801~117 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c997c2767dbcb0522cc4f586a4f172cf7f08fcf;p=external%2Fbinutils.git * config/tc-avr.c (md_show_usage): Add avrxmega2 to help text --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 63f9e6a..3ca1cd6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2013-07-18 Senthil Kumar Selvaraj + + * config/tc-avr.c (md_show_usage): Add avrxmega2 to help text + 2013-07-18 Vishnu K.S * config/tc-avr.c: Make ata6289's ISA to AVR_ISA_AVR4. diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index 39eb6ff..332aa2d 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c @@ -456,6 +456,7 @@ md_show_usage (FILE *stream) " avr5 - enhanced AVR core with up to 64K program memory\n" " avr51 - enhanced AVR core with up to 128K program memory\n" " avr6 - enhanced AVR core with up to 256K program memory\n" + " avrxmega2 - XMEGA, > 8K, < 64K FLASH, < 64K RAM\n" " avrxmega3 - XMEGA, > 8K, <= 64K FLASH, > 64K RAM\n" " avrxmega4 - XMEGA, > 64K, <= 128K FLASH, <= 64K RAM\n" " avrxmega5 - XMEGA, > 64K, <= 128K FLASH, > 64K RAM\n"