From 9a6c7def2663ae4f3afeede4777efc31f8d601bd Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 18 Feb 2003 04:52:21 +0000 Subject: [PATCH] * ld.texinfo: Remove spaces between @samp and opening brace. --- ld/ChangeLog | 4 ++++ ld/ld.texinfo | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 13dd4f4f532..bd11d0d4597 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2003-02-18 Alan Modra + + * ld.texinfo: Remove spaces between @samp and opening brace. + 2003-02-18 Alan Modra * emultempl/ppc64elf.em (ppc_create_output_section_statements): Check diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 0255662b8eb..62ec58d1f90 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1126,9 +1126,9 @@ first definition will be used. @item --allow-shlib-undefined @itemx --no-allow-shlib-undefined Allow (the default) or disallow undefined symbols in shared objects. -The setting of this switch overrides @samp {--no-undefined} where -shared objects are concerned. Thus if @samp {--no-undefined} is set -but @samp {--no-allow-shlib-undefined} is not, the net result will be +The setting of this switch overrides @samp{--no-undefined} where +shared objects are concerned. Thus if @samp{--no-undefined} is set +but @samp{--no-allow-shlib-undefined} is not, the net result will be that undefined symbols in regular object files will trigger an error, but undefined symbols in shared objects will be ignored. -- 2.30.2