From: Nick Clifton Date: Fri, 13 Oct 2006 06:55:50 +0000 (+0000) Subject: * config/tc-score.c (md_show_usage): Print -KPIC option usage. X-Git-Tag: gdb_6_6-2006-11-15-branchpoint~285 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec6e49f44cf16f200634edd04c6e55ab0e2436b0;p=thirdparty%2Fbinutils-gdb.git * config/tc-score.c (md_show_usage): Print -KPIC option usage. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index fd4d462b66d..74928481d72 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-10-13 Mei Ligang + + * config/tc-score.c (md_show_usage): Print -KPIC option usage. + 2006-10-08 Paul Brook * config/tc-arm.c (parse_big_immediate): 64-bit host fix. diff --git a/gas/config/tc-score.c b/gas/config/tc-score.c index 05c0c0b1e18..15fec2af1f4 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")); }