This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Re: -Wp,<options>


> Index: gcc.c
> ...
> --- 3105,3112 ----
>     fputs (_("  -print-multi-os-directory Display the relative path to OS libraries\n"), stdout);
>     fputs (_("  -Wa,<options>            Pass comma-separated <options> on to the assembler\n"), stdout);
>     fputs (_("  -Wp,<options>            Pass comma-separated <options> on to the preprocessor\n"), stdout);
> +   fputs (_("  -Xassembler <arg>        Pass <arg> on to the assembler\n"), stdout);
> +   fputs (_("  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor\n"), stdout);
>     fputs (_("  -Wl,<options>            Pass comma-separated <options> on to the linker\n"), stdout);
>     fputs (_("  -Xlinker <arg>           Pass <arg> on to the linker\n"), stdout);
>     fputs (_("  -save-temps              Do not delete intermediate files\n"), stdout);

The ordering here is inconsistent.
Probably it's best if all the -X options are adjacent,
and in the same order as the corresponding -W[apl] options.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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