* emultempl/pe.em (_list_options): Correct typo.
authorAlan Modra <amodra@gmail.com>
Mon, 15 Nov 2010 22:01:17 +0000 (22:01 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 15 Nov 2010 22:01:17 +0000 (22:01 +0000)
* emultempl/pep.em (_list_options): Likewise.

ld/ChangeLog
ld/emultempl/pe.em
ld/emultempl/pep.em

index d2ad435fe13a4e3d0b959db79ab9a3a730201173..6af766e9c1abcdf3b762cb65343b907c25587084 100644 (file)
@@ -1,3 +1,8 @@
+2010-11-16  Yasuaki Taniguchi  <taniguchi.yasua@jp.fujitsu.com>
+
+       * emultempl/pe.em (_list_options): Correct typo.
+       * emultempl/pep.em (_list_options): Likewise.
+
 2010-11-08  Thomas Schwinge  <thomas@schwinge.name>
 
        * configure.host: Add stanza for *-*-gnu*.
index bb283c13fa124b94c051a3051c5fbb4a80121020..24c1fe7477abd222963bcb12306dc4ea45ade80b 100644 (file)
@@ -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 <<EOF
 /* Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
 
@@ -455,7 +455,7 @@ gld_${EMULATION_NAME}_list_options (FILE *file)
   fprintf (file, _("  --dll-search-prefix=<string>       When linking dynamically to a dll without\n\
                                        an 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\
+  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\
index 39daa079c08fa6e79344c531c2ac23a139eb57c5..444704bc59809f120367f9ba490dd9e1dad360e7 100644 (file)
@@ -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 <<EOF
-/* Copyright 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
    Written by Kai Tietz, OneVision Software GmbH&CoKg.
 
    This file is part of the GNU Binutils.
@@ -383,7 +383,7 @@ gld_${EMULATION_NAME}_list_options (FILE *file)
   fprintf (file, _("  --dll-search-prefix=<string>       When linking dynamically to a dll without\n\
                                        an 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\
+  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\
This page took 0.029875 seconds and 4 git commands to generate.