2011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
* config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
This commit is contained in:
parent
ef844a53d2
commit
4fb8d1c60a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
|
||||||
|
|
||||||
|
* config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
|
||||||
|
|
||||||
2011-03-18 Alan Modra <amodra@gmail.com>
|
2011-03-18 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
|
* config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
|
||||||
|
|
|
@ -398,7 +398,7 @@ void
|
||||||
md_show_usage (FILE *stream)
|
md_show_usage (FILE *stream)
|
||||||
{
|
{
|
||||||
fprintf (stream,
|
fprintf (stream,
|
||||||
_("AVR options:\n"
|
_("AVR Assembler options:\n"
|
||||||
" -mmcu=[avr-name] select microcontroller variant\n"
|
" -mmcu=[avr-name] select microcontroller variant\n"
|
||||||
" [avr-name] can be:\n"
|
" [avr-name] can be:\n"
|
||||||
" avr1 - classic AVR core without data RAM\n"
|
" avr1 - classic AVR core without data RAM\n"
|
||||||
|
|
Loading…
Reference in a new issue