re PR driver/31107 (--target-help doesn't say which options are compiler, assembler...
authorRichard Sandiford <richard@codesourcery.com>
Thu, 26 Apr 2007 07:15:41 +0000 (07:15 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 26 Apr 2007 07:15:41 +0000 (07:15 +0000)
commita0f8745469c6a00a25ad20aaac0d56aff2767776
tree010c4663638f6a5bafb1150041a9a53385dc84a9
parent289c40ed97f6048a9e17d592ba4eb165488cfb1d
re PR driver/31107 (--target-help doesn't say which options are compiler, assembler or linker options)

gcc/
PR driver/31107
* doc/invoke.texi (%:print-asm-header): Document.
* gcc.c (asm_options): Use %:print-asm-header() for --target-help
and -ftarget-help.
(static_spec_functions): Add print-asm-header.
(main): Print a banner before the --target-help linker options.
(print_asm_header_spec_function): New function.

From-SVN: r124175
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/gcc.c