* 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:
parent
263d4a626b
commit
30e23a1c92
2 changed files with 7 additions and 1 deletions
|
@ -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*.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue