* config/tc-avr.c (md_show_usage): Add avrxmega2 to help text

This commit is contained in:
Nick Clifton 2013-07-18 11:52:47 +00:00
parent 8be59acb82
commit 8c997c2767
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-07-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* config/tc-avr.c (md_show_usage): Add avrxmega2 to help text
2013-07-18 Vishnu K.S <vishnu.k_s@atmel.com>
* config/tc-avr.c: Make ata6289's ISA to AVR_ISA_AVR4.

View file

@ -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"