From 6da099d0e120c649994be3f16b8196a03079196d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 15 Nov 2010 22:01:17 +0000 Subject: [PATCH] * emultempl/pe.em (_list_options): Correct typo. * emultempl/pep.em (_list_options): Likewise. --- ld/ChangeLog | 5 +++++ ld/emultempl/pe.em | 4 ++-- ld/emultempl/pep.em | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index d2ad435fe..6af766e9c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2010-11-16 Yasuaki Taniguchi + + * emultempl/pe.em (_list_options): Correct typo. + * emultempl/pep.em (_list_options): Likewise. + 2010-11-08 Thomas Schwinge * configure.host: Add stanza for *-*-gnu*. diff --git a/ld/emultempl/pe.em b/ld/emultempl/pe.em index bb283c13f..24c1fe747 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 ;-) fragment < 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 sophisticated 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\ diff --git a/ld/emultempl/pep.em b/ld/emultempl/pep.em index 39daa079c..444704bc5 100644 --- a/ld/emultempl/pep.em +++ b/ld/emultempl/pep.em @@ -8,7 +8,7 @@ fi rm -f e${EMULATION_NAME}.c (echo;echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-) fragment < 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 sophisticated 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\ -- 2.11.4.GIT