diff options
author | Eric B. Weddington <eric.weddington@atmel.com> | 2011-03-21 20:25:56 +0000 |
---|---|---|
committer | Eric B. Weddington <eric.weddington@atmel.com> | 2011-03-21 20:25:56 +0000 |
commit | 4fb8d1c60ac887a0e835e9c7dfe5cffd7f1cb3dd (patch) | |
tree | 469f4642aee5a8704de91fe26ca0e5b380d3412c /gas/config/tc-avr.c | |
parent | ef844a53d224c8724b237076359b448bd4e360da (diff) | |
download | gdb-4fb8d1c60ac887a0e835e9c7dfe5cffd7f1cb3dd.zip gdb-4fb8d1c60ac887a0e835e9c7dfe5cffd7f1cb3dd.tar.gz gdb-4fb8d1c60ac887a0e835e9c7dfe5cffd7f1cb3dd.tar.bz2 |
2011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
* config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
Diffstat (limited to 'gas/config/tc-avr.c')
-rw-r--r-- | gas/config/tc-avr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index 67d72d9..4214d61 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c @@ -398,7 +398,7 @@ void md_show_usage (FILE *stream) { fprintf (stream, - _("AVR options:\n" + _("AVR Assembler options:\n" " -mmcu=[avr-name] select microcontroller variant\n" " [avr-name] can be:\n" " avr1 - classic AVR core without data RAM\n" |