From fa19fce00328512d4e0e86da9fa7ca4487997c7c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 7 Jan 2000 19:46:04 +0000 Subject: Fix description of -n command line switch --- ld/ChangeLog | 5 +++-- ld/ld.texinfo | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'ld') diff --git a/ld/ChangeLog b/ld/ChangeLog index 465db1b..a518018 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,8 +1,9 @@ 2000-01-07 Nick Clifton * ld.texinfo (Options): Remind users to preceed linker command - line switches with -Wl, if it is being invoked by a comnpiler - driver program. + line switches with -Wl, (or whatever is appropriate) if it is + being invoked by a comnpiler driver program. + Fix description of the behaviour of the -n command line switch. Wed Jan 5 08:02:12 2000 Catherine Moore diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 9b822bd..a786dd2 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -230,7 +230,8 @@ of multiple-letter options are accepted. Note - if the linker is being invoked indirectly, via a compiler driver (eg @samp{gcc}) then all the linker command line options should be -prefixed by @samp{-Wl,} like this: +prefixed by @samp{-Wl,} (or whatever is appropriate for the particular +compiler driver) like this: @smallexample gcc -Wl,--startgroup foo.o bar.o -Wl,--endgroup @@ -558,8 +559,8 @@ which caused the archive member to be brought in. @kindex --nmagic @item -n @itemx --nmagic -Set the text segment to be read only, and mark the output as -@code{NMAGIC} if possible. +Turn off page alignment of sections, and mark the output as +@code{NMAGIC} if possible. @kindex -N @kindex --omagic -- cgit v1.1