From: Ian Lance Taylor Date: Wed, 2 Oct 1996 18:50:32 +0000 (+0000) Subject: * lexsup.c (ld_options): Fix typo in --rpath-link description. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30e23a1c9242a6f87bc99eb2470ec888486a7671;p=binutils-gdb.git * 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. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 827504e3394..ce33fc26579 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 2 14:49:10 1996 Ian Lance Taylor + + * 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 * configure.tgt (mips*-*-rtems*): New target, like mips*-*-elf*. diff --git a/ld/lexsup.c b/ld/lexsup.c index 19e22f1b5ac..bf61c747933 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -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. */