diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2001-04-13 02:22:23 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2001-04-13 02:22:23 +0000 |
commit | 7ce691aec4ef1b3ee705799d7166bc949815440c (patch) | |
tree | 92e5d49ac8ac7a4b6ccb7d11be83f0b23b248ced /ld/ld.1 | |
parent | f5fa8ca231d47662321addbfbde105e2bed0be07 (diff) | |
download | gdb-7ce691aec4ef1b3ee705799d7166bc949815440c.zip gdb-7ce691aec4ef1b3ee705799d7166bc949815440c.tar.gz gdb-7ce691aec4ef1b3ee705799d7166bc949815440c.tar.bz2 |
* ld.texinfo: Document --fatal-warnings.
* ld.1: Regenerate.
* ldmisc.c (vfinfo): Set flag to inhibit making executable if
warnings have been turned into errors.
* lexsup.c (OPTION_WARN_FATAL): Define.
(ld_options): Entry for --fatal-warnings.
(parse_args): Handle OPTION_WARN_FATAL.
* ld.h (ld_config_type): Add fatal_warnings field.
Diffstat (limited to 'ld/ld.1')
-rw-r--r-- | ld/ld.1 | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -2,8 +2,16 @@ ''' $RCSfile$$Revision$$Date$ ''' ''' $Log$ -''' Revision 1.9 2001/03/25 20:32:31 nickc -''' Automate generate on man pages +''' Revision 1.10 2001/04/13 02:22:23 jtc +''' * ld.texinfo: Document --fatal-warnings. +''' * ld.1: Regenerate. +''' +''' * ldmisc.c (vfinfo): Set flag to inhibit making executable if +''' warnings have been turned into errors. +''' * lexsup.c (OPTION_WARN_FATAL): Define. +''' (ld_options): Entry for --fatal-warnings. +''' (parse_args): Handle OPTION_WARN_FATAL. +''' * ld.h (ld_config_type): Add fatal_warnings field. ''' ''' .de Sh @@ -96,7 +104,7 @@ .nr % 0 .rr F .\} -.TH LD 1 "binutils-2.11.90" "23/Mar/101" "GNU" +.TH LD 1 "binutils-2.11.90" "30/Mar/2001" "GNU" .UC .if n .hy 0 .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' @@ -753,6 +761,8 @@ generated by the \-membedded-pic option to the \s-1GNU\s0 compiler and assembler. It causes the linker to create a table which may be used at runtime to relocate any data which was statically initialized to pointer values. See the code in testsuite/ld-empic for details. +.Ip "\f(CW--fatal-warnings\fR" 4 +Treat all warnings as errors. .Ip "\f(CW--force-exe-suffix\fR" 4 Make sure that an output file has a .exe suffix. .Sp @@ -1492,6 +1502,8 @@ section entitled \*(L"GNU Free Documentation License\*(R". .IX Item "\f(CW--embedded-relocs\fR" +.IX Item "\f(CW--fatal-warnings\fR" + .IX Item "\f(CW--force-exe-suffix\fR" .IX Item "\f(CW--no-gc-sections\fR" |