* ChangeLog-9197: Fix typos.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 25 Oct 2003 16:26:30 +0000 (16:26 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Sat, 25 Oct 2003 16:26:30 +0000 (16:26 +0000)
* NEWS: Likewise.
* ld.texinfo: Likewise.
* ldlang.c: Fix comment typos.

ld/ChangeLog
ld/ChangeLog-9197
ld/NEWS
ld/ld.texinfo
ld/ldlang.c

index 75e4118103fd970ad70a899346a65af566d96add..ab069b19d91c8989bf15a7729d0f432051ee1696 100644 (file)
@@ -1,3 +1,10 @@
+2003-10-25  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * ChangeLog-9197: Fix typos.
+       * NEWS: Likewise.
+       * ld.texinfo: Likewise.
+       * ldlang.c: Fix comment typos.
+
 2003-10-24  H.J. Lu  <hongjiu.lu@intel.com>
 
        * ldlang.c (lang_vers_match): Fix a typo.
index 291326d90a84e6f6f770990f05ec4c5e27e08039..9307f333e3b156758598c19ff0873c21fc1dad29 100644 (file)
@@ -7574,7 +7574,7 @@ Tue Oct  8 16:00:57 1991  Per Bothner  (bothner at cygnus.com)
        * Makefile.in: Add LIB_PATH macro, which if set is used to replace
        the SEARCH_DIR commands in the scripts (using ugly sed magic).
        This is primarily intended for cross-linking, where you would
-       place libaries in a different place than native libraries.
+       place libraries in a different place than native libraries.
        Also, emulations made from ldtemplate now use $(srcdir).
        * scripttempl/ldglda29k.sc:  Change SEARCH_DIR commands to a
        conventional form; people can use the Makefile's LIB_PATH to
diff --git a/ld/NEWS b/ld/NEWS
index a39535e0d088b1bb3be8b9a825dcf40b76ad1b60..74e71319dbb16fce578e733fc70e7157ecbbb3df 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -200,7 +200,7 @@ Changes in version 2.5:
 
 * The linker now supports linking against SunOS shared libraries.  It still can
 not link SunOS PIC (Position Independent Code) files, so it can not be used to
-generate shared libaries.
+generate shared libraries.
 
 * The linker now supports linking against ELF shared libraries for the i386
 (UnixWare) and SPARC (Solaris).  It can also link ELF PIC files, and can be
index 1713294cac6191e545be7830e5beeb5a9db354e7..1e0ede51f0f25df2ed4259e4d2e17016a83f8c41 100644 (file)
@@ -884,7 +884,7 @@ lookup caching possible.
 
 @item defs
 Disallows undefined symbols in object files.  Undefined symbols in
-shared libaries are still allowed.
+shared libraries are still allowed.
 
 @item initfirst
 This option is only meaningful when building a shared object.
index 7c4f7d746dd24302367d86b35d856f0f7d2a5749..b343c275ae56d75e1f9295e109e6adb176387bd7 100644 (file)
@@ -2923,8 +2923,8 @@ lang_size_sections_1
                        /* By default this is an error rather than just a
                           warning because if we allocate the section to the
                           default memory region we can end up creating an
-                          excessivly large binary, or even seg faulting when
-                          attmepting to perform a negative seek.  See
+                          excessively large binary, or even seg faulting when
+                          attempting to perform a negative seek.  See
                             http://sources.redhat.com/ml/binutils/2003-04/msg00423.html
                           for an example of this.  This behaviour can be
                           overridden by the using the --no-check-sections