This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] add one item to --target-help message for Score


Hello,
This patch add one item to --target-help message.

        * config/tc-score.c (md_show_usage): Print -KPIC option usage.

Index: tc-score.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-score.c,v
retrieving revision 1.1
diff -p -u -r1.1 tc-score.c
--- tc-score.c  16 Sep 2006 23:51:50 -0000      1.1
+++ tc-score.c  13 Oct 2006 00:53:56 -0000
@@ -5814,6 +5814,8 @@ md_show_usage (FILE * fp)
   fprintf (fp, _("\
         -USE_R1\t\tassemble code for no warning message when using temp 
register r1\n"));
   fprintf (fp, _("\
+        -KPIC\t\tassemble code for PIC\n"));
+  fprintf (fp, _("\
         -O0\t\tassemble will not any optimization \n"));
   fprintf (fp, _("\
         -G gpnum\tassemble code for setting gpsize and default is 8 byte 
\n"));


Best regards
                     Ligang


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]