* 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.
This commit is contained in:
Ian Lance Taylor 1996-10-02 18:50:32 +00:00
parent 263d4a626b
commit 30e23a1c92
2 changed files with 7 additions and 1 deletions

View 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*.

View 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. */