summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2001-12-11 18:31:57 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2001-12-11 18:31:57 +0000
commit2e99b515c2d17538b817fef030ba7826f16ea3ee (patch)
tree87be854f8056053e061f35ae125096ef4c1f2aaf /ld
parent44a59c6a000702f31ef2035518a97fc557aedc05 (diff)
downloadbinutils-redhat-2e99b515c2d17538b817fef030ba7826f16ea3ee.tar.gz
* emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog13
-rw-r--r--ld/emultempl/pe.em2
2 files changed, 14 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 77e711384f..54739eea4b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-11 Christopher Faylor <cgf@redhat.com>
+
+ * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
+
2001-12-07 Geoffrey Keating <geoffk@redhat.com>
Richard Henderson <rth@redhat.com>
@@ -7,6 +11,15 @@
* emulparams/elf32xstormy16.sh: New file.
* scripttempl/xstormy16.sc: New file.
+2001-10-01 Christopher Faylor <cgf@cygnus.com>
+
+ * Makefile.in (LIB_PATH): Make configurable.
+ (GENSCRIPTS): Set LIB_PATH in environment.
+ * configure.in: Substitute LIB_PATH.
+ * configure: Regenerate.
+ * configure.tgt (*cygwin): Set LIB_PATH for cross build.
+ * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
+
2001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
* lexsup.c (ld_options): Insert 'PROGRAM' into the text string
diff --git a/ld/emultempl/pe.em b/ld/emultempl/pe.em
index 49e946b3f4..24ee65753a 100644
--- a/ld/emultempl/pe.em
+++ b/ld/emultempl/pe.em
@@ -343,7 +343,7 @@ gld_${EMULATION_NAME}_list_options (file)
fprintf (file, _(" --enable-auto-image-base Automatically choose image base for DLLs\n\
unless user specifies one\n"));
fprintf (file, _(" --disable-auto-image-base Do not auto-choose image base. (default)\n"));
- fprintf (file, _(" --dll-search-prefix=<string> When linking dynamically to a dll witout an\n\
+ fprintf (file, _(" --dll-search-prefix=<string> When linking dynamically to a dll without an\n\
importlib, use <string><basename>.dll \n\
in preference to lib<basename>.dll \n"));
fprintf (file, _(" --enable-auto-import Do sophistcated linking of _sym to \n\