diff options
author | Nick Clifton <nickc@redhat.com> | 2021-05-11 11:06:53 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-05-11 11:06:53 +0100 |
commit | 22604fe675b25b3ffca56e44f2c0ff378e5c6104 (patch) | |
tree | 61019592fe39df7b4dcd9181ecea3d0e10ef2bcb /ld/ChangeLog | |
parent | cfe7a19169f54ce3a007f850b7adccbaec62d00a (diff) | |
download | binutils-22604fe675b25b3ffca56e44f2c0ff378e5c6104.zip binutils-22604fe675b25b3ffca56e44f2c0ff378e5c6104.tar.gz binutils-22604fe675b25b3ffca56e44f2c0ff378e5c6104.tar.bz2 |
Prevent libdel.dll.a from being installed on Windows based systems.
PR 27113
* Makefile.am (install-data-local): Also delete libdep.dll.a if it
is present.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e92638a..68328a8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2021-05-11 Nick Clifton <nickc@redhat.com> + + PR 27113 + * Makefile.am (install-data-local): Also delete libdep.dll.a if it + is present. + * Makefile.in: Regenerate. + 2021-05-10 Dimitar Dimitrov <dimitar@dinux.eu> * testsuite/ld-elf/group8a.d: Remove pru from XFAIL list. |