From 489d0400afe4b18c94ce8b6195fa3d91978ecb08 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 23 Jan 2003 09:30:44 +0000 Subject: [PATCH] Remove an extra "i" in --dll-search-prefix. Move a cross-80th-column-margin "an" to the next line. --- ld/ChangeLog | 6 ++++++ ld/emultempl/pe.em | 11 ++++++----- ld/ld.texinfo | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 32b481448e9..8bf5234697a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2003-01-23 Wu Yongwei + + * ld.texinfo: Remove an extra "i" in --dll-search-prefix. + * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Move a + cross-80th-column-margin "an" to the next line. + 2003-01-21 Nick Clifton * emulparams/tic3xcoff-onchip.sh: Rename to ...z diff --git a/ld/emultempl/pe.em b/ld/emultempl/pe.em index 87a5bc26d54..fc84e6ad1a7 100644 --- a/ld/emultempl/pe.em +++ b/ld/emultempl/pe.em @@ -9,7 +9,7 @@ rm -f e${EMULATION_NAME}.c (echo;echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-) cat >>e${EMULATION_NAME}.c < When linking dynamically to a dll without an\n\ - importlib, use .dll \n\ + fprintf (file, _(" --dll-search-prefix= When linking dynamically to a dll without\n\ + an importlib, use .dll\n\ in preference to lib.dll \n")); - fprintf (file, _(" --enable-auto-import Do sophistcated linking of _sym to \n\ + fprintf (file, _(" --enable-auto-import Do sophistcated linking of _sym to\n\ __imp_sym for DATA references\n")); fprintf (file, _(" --disable-auto-import Do not auto-import DATA items from DLLs\n")); fprintf (file, _(" --enable-runtime-pseudo-reloc Work around auto-import limitations by\n\ - adding pseudo-relocations resolved at runtime.\n")); + adding pseudo-relocations resolved at\n\ + runtime.\n")); fprintf (file, _(" --disable-runtime-pseudo-reloc Do not add runtime pseudo-relocations for\n\ auto-imported DATA.\n")); fprintf (file, _(" --enable-extra-pe-debug Enable verbose debug output when building\n\ diff --git a/ld/ld.texinfo b/ld/ld.texinfo index b85c6bfebbc..412ea887d42 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1799,7 +1799,7 @@ default. @cindex DLLs, linking to @kindex --dll-search-prefix @item --dll-search-prefix @var{string} -When linking dynamically to a dll without an import library, i +When linking dynamically to a dll without an import library, search for @code{.dll} in preference to @code{lib.dll}. This behavior allows easy distinction between DLLs built for the various "subplatforms": native, cygwin, -- 2.30.2