* lexsup.c (ld_options): Fix typo in --rpath-link description.
authorIan Lance Taylor <ian@airs.com>
Wed, 2 Oct 1996 18:50:32 +0000 (18:50 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 2 Oct 1996 18:50:32 +0000 (18:50 +0000)
* emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Suggest
--rpath if a needed library is not found.

ld/ChangeLog
ld/lexsup.c

index 827504e..ce33fc2 100644 (file)
@@ -1,3 +1,9 @@
+Wed Oct  2 14:49:10 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * lexsup.c (ld_options): Fix typo in --rpath-link description.
+       * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Suggest
+       --rpath if a needed library is not found.
+
 Tue Oct  1 16:17:33 1996  Joel Sherrill  <joel@oarcorp.com>
 
        * configure.tgt (mips*-*-rtems*): New target, like mips*-*-elf*.
index 19e22f1..bf61c74 100644 (file)
@@ -261,7 +261,7 @@ static const struct ld_option ld_options[] =
   { {"rpath", required_argument, NULL, OPTION_RPATH},
       '\0', "PATH", "Set runtime shared library search path", ONE_DASH },
   { {"rpath-link", required_argument, NULL, OPTION_RPATH_LINK},
-      '\0', "PATH", "Set line time shared library search path", ONE_DASH },
+      '\0', "PATH", "Set link time shared library search path", ONE_DASH },
   { {"shared", no_argument, NULL, OPTION_SHARED},
       '\0', NULL, "Create a shared library", ONE_DASH },
   { {"Bshareable", no_argument, NULL, OPTION_SHARED }, /* FreeBSD.  */