diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-12 17:47:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-12 17:47:55 +0000 |
commit | 4b7d2399aed55fadb8aa6fbc04d8ca966d33ab91 (patch) | |
tree | 0245fa2a2b067bf8f1aade61eb1bc59f56fe0936 /ld/ld.1 | |
parent | a10d3dec45424072f969d3a09916f42a65a7eed6 (diff) | |
download | gdb-4b7d2399aed55fadb8aa6fbc04d8ca966d33ab91.zip gdb-4b7d2399aed55fadb8aa6fbc04d8ca966d33ab91.tar.gz gdb-4b7d2399aed55fadb8aa6fbc04d8ca966d33ab91.tar.bz2 |
Tue Mar 12 12:43:59 1996 David Mosberger-Tang <davidm@koala.azstarnet.com>
* ld.h (ld_config_type): Add warn_multiple_gp field.
* lexsup.c (parse_args): Handle --warn-multiple-gp.
* ldmain.c (warning_callback): Suppress multiple gp values warning
if --warn_multiple_gp was not used.
* ld.texinfo, ld.1: Document --warn-multiple-gp.
Diffstat (limited to 'ld/ld.1')
-rw-r--r-- | ld/ld.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -119,6 +119,7 @@ ld \- the GNU linker .RB "[\|" \-\-version "\|]" .RB "[\|" \-warn\-common "\|]" .RB "[\|" \-warn\-constructors "\|]" +.RB "[\|" \-warn\-multiple\-gp "\|]" .RB "[\|" \-warn\-once "\|]" .RB "[\|" \-\-whole\-archive "\|]" .RB "[\|" \-\-no\-whole\-archive "\|]" @@ -908,6 +909,11 @@ few object file formats. For formats like COFF or ELF, the linker can not detect the use of global constructors. .TP +.B \-warn\-multiple\-gp +Warn if the output file requires multiple global-pointer values. This +option is only meaningful for certain processors, such as the Alpha. + +.TP .B \-warn\-once Only warn once for each undefined symbol, rather than once per module which refers to it. |