about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-03-01 14:38:00 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-03-01 16:14:47 +0100
commit1efe13586124f536437ee031626f94a2cf2a502a (patch)
tree0a9933283fd74266ec4a8e8f2551eba05500c559 /ChangeLog
parenta527f09cd1475dbc465ad476f0604951fa3590d7 (diff)
downloadglibc-1efe13586124f536437ee031626f94a2cf2a502a.tar.gz
glibc-1efe13586124f536437ee031626f94a2cf2a502a.tar.xz
glibc-1efe13586124f536437ee031626f94a2cf2a502a.zip
nptl: Turn libpthread.so into a symbolic link to the real DSO
The linker script is no longer needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53c8e9b523..1992ccdde4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-03-01  Florian Weimer  <fweimer@redhat.com>
+
+	* nptl/Makefile (install-lib-ldscripts): Remove.
+	(install): Remove rule.
+	($(inst_libdir)/libpthread.so): Likewise.
+
 2018-03-01  Mike FABIAN  <mfabian@redhat.com>
 
 	[BZ #22896]