diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-08-08 03:50:18 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-08-08 03:50:18 +0000 |
commit | 3194163592008a9e575d577921647ab91b09c77b (patch) | |
tree | 4c4fa4fb54d632b2db20f90e84d881f337cc66c3 /ld/ld.texinfo | |
parent | cb811fe799b18a559b53b719e40dd65504db57c0 (diff) | |
download | gdb-3194163592008a9e575d577921647ab91b09c77b.zip gdb-3194163592008a9e575d577921647ab91b09c77b.tar.gz gdb-3194163592008a9e575d577921647ab91b09c77b.tar.bz2 |
Check symbols with undefine version.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index dadc75b..12030c0 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1102,6 +1102,12 @@ select which function is most appropriate for the current architecture. I.E. dynamically select an appropriate memset function. Apparently it is also normal for HPPA shared libraries to have undefined symbols. +@kindex --no-undefined-version +@item --no-undefined-version +Normally when a symbol has an undefined version, the linker will ignore +it. This option disallows symbols with undefined version and a fatal error +will be issued instead. + @kindex --no-warn-mismatch @item --no-warn-mismatch Normally @command{ld} will give an error if you try to link together input |