aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-score.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-10-13 06:55:50 +0000
committerNick Clifton <nickc@redhat.com>2006-10-13 06:55:50 +0000
commitec6e49f44cf16f200634edd04c6e55ab0e2436b0 (patch)
tree085684c8243cd47e884bf8280174bccada8e91c6 /gas/config/tc-score.c
parent3e4d11fe10c19b231a98999eca27182b998b9ad4 (diff)
downloadgdb-ec6e49f44cf16f200634edd04c6e55ab0e2436b0.zip
gdb-ec6e49f44cf16f200634edd04c6e55ab0e2436b0.tar.gz
gdb-ec6e49f44cf16f200634edd04c6e55ab0e2436b0.tar.bz2
* config/tc-score.c (md_show_usage): Print -KPIC option usage.
Diffstat (limited to 'gas/config/tc-score.c')
-rw-r--r--gas/config/tc-score.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/config/tc-score.c b/gas/config/tc-score.c
index 05c0c0b..15fec2a 100644
--- a/gas/config/tc-score.c
+++ b/gas/config/tc-score.c
@@ -5814,9 +5814,11 @@ md_show_usage (FILE * fp)
fprintf (fp, _("\
-USE_R1\t\tassemble code for no warning message when using temp register r1\n"));
fprintf (fp, _("\
- -O0\t\tassemble will not any optimization \n"));
+ -KPIC\t\tassemble code for PIC\n"));
fprintf (fp, _("\
- -G gpnum\tassemble code for setting gpsize and default is 8 byte \n"));
+ -O0\t\tassembler will not perform any optimizations\n"));
+ fprintf (fp, _("\
+ -G gpnum\tassemble code for setting gpsize and default is 8 byte\n"));
fprintf (fp, _("\
-V \t\tSunplus release version \n"));
}