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] Add avrxmega2 to help text


This trivial patch adds avrxmega2 to the list of architecture names that
appear in md_show_usage text.

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

Regards
Senthil

gas/ChangeLog

2013-07-10  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
	* config/tc-avr.c (md_show_usage): Add avrxmega2 to help text
	

diff --git gas/config/tc-avr.c gas/config/tc-avr.c
index 285aa7c..a46389f 100644
--- gas/config/tc-avr.c
+++ 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"


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