diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2001-12-11 18:31:57 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2001-12-11 18:31:57 +0000 |
commit | 583f192640de9cb90cf171ea6112d3d05855fef4 (patch) | |
tree | 8f8cf743cb48eb01d2fd24c7841359f315690ce6 /ld/emultempl | |
parent | c0eb281b9d34b60180b8037c26739412bf9c5bfd (diff) | |
download | gdb-583f192640de9cb90cf171ea6112d3d05855fef4.zip gdb-583f192640de9cb90cf171ea6112d3d05855fef4.tar.gz gdb-583f192640de9cb90cf171ea6112d3d05855fef4.tar.bz2 |
* emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/pe.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/pe.em b/ld/emultempl/pe.em index 49e946b..24ee657 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\ |