diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-12-18 04:30:47 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-12-18 04:30:59 -0800 |
commit | eba7b68cb023add7bdcbcc79ac6f3ce8e50952e1 (patch) | |
tree | 9bd4c048731e8f2329e2e25102e907a9c7924ceb /ld/ChangeLog | |
parent | 04f8967487515179cc6dfc7c828f77eeb75c08d3 (diff) | |
download | binutils-eba7b68cb023add7bdcbcc79ac6f3ce8e50952e1.zip binutils-eba7b68cb023add7bdcbcc79ac6f3ce8e50952e1.tar.gz binutils-eba7b68cb023add7bdcbcc79ac6f3ce8e50952e1.tar.bz2 |
ld: Build and install only unversioned libdep
Build only unversioned libdep and remove the installed libdep.la since
only a single libdep.so is needed.
PR ld/27082
* Makefile.am
(libdep_la_LDFLAGS): Add -module -avoid-version.
(libdep_la_LINK): New.
(install-data-local): Depend on $(install-bfdpluginLTLIBRARIES)
and remove libdep.la.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 392165b..05eaada 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,14 @@ 2020-12-18 H.J. Lu <hongjiu.lu@intel.com> + PR ld/27082 + * Makefile.am + (libdep_la_LDFLAGS): Add -module -avoid-version. + (libdep_la_LINK): New. + (install-data-local): Depend on $(install-bfdpluginLTLIBRARIES) + and remove libdep.la. + +2020-12-18 H.J. Lu <hongjiu.lu@intel.com> + PR ld/27091 * testsuite/ld-elf/retain7.s: New file. * testsuite/ld-elf/retain7a.d: Likewise. |