From 4b7d2399aed55fadb8aa6fbc04d8ca966d33ab91 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 12 Mar 1996 17:47:55 +0000 Subject: Tue Mar 12 12:43:59 1996 David Mosberger-Tang * 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. --- ld/ld.1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ld/ld.1') diff --git a/ld/ld.1 b/ld/ld.1 index a52bf11..802926c 100644 --- a/ld/ld.1 +++ b/ld/ld.1 @@ -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. -- cgit v1.1