diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-10-25 16:26:30 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-10-25 16:26:30 +0000 |
commit | 07f3b6ad4aad9b4ee194f270784a361e92226eb7 (patch) | |
tree | 4f4c9a5b20aa42fe7068a7b374869171a11a523b /ld/ChangeLog-9197 | |
parent | 2e0d1c66f529b3ca111eb570f15f70ec395bed6c (diff) | |
download | gdb-07f3b6ad4aad9b4ee194f270784a361e92226eb7.zip gdb-07f3b6ad4aad9b4ee194f270784a361e92226eb7.tar.gz gdb-07f3b6ad4aad9b4ee194f270784a361e92226eb7.tar.bz2 |
* ChangeLog-9197: Fix typos.
* NEWS: Likewise.
* ld.texinfo: Likewise.
* ldlang.c: Fix comment typos.
Diffstat (limited to 'ld/ChangeLog-9197')
-rw-r--r-- | ld/ChangeLog-9197 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ChangeLog-9197 b/ld/ChangeLog-9197 index 291326d..9307f33 100644 --- a/ld/ChangeLog-9197 +++ b/ld/ChangeLog-9197 @@ -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 |