about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2018-01-05 23:18:40 -0800
committerPalmer Dabbelt <palmer@dabbelt.com>2018-01-06 23:35:56 -0800
commit1598f3ad06db9654a5d112136e40b630649405c3 (patch)
treed5fb9ffbf83f9ff6265969bc0637ef60e9797d7a /ChangeLog
parent150bbac18bf0af28954bd505793de60f61918b07 (diff)
downloadglibc-1598f3ad06db9654a5d112136e40b630649405c3.tar.gz
glibc-1598f3ad06db9654a5d112136e40b630649405c3.tar.xz
glibc-1598f3ad06db9654a5d112136e40b630649405c3.zip
Strip shared objects in subdirectories of lib
The RISC-V port will have libraries in subdirectories of lib, like
"lib64/lp64d".  This adds support for stripping these installed
libraries.

2018-01-06  Palmer Dabbelt  <palmer@sifive.com>

       * scripts/build-many-glibcs.py (class Glibc): Strip shared objects
       in subdirectories of lib.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcee494f58..905d93aad1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,8 @@
 	* sysdeps/unix/sysv/linux/dl-vdso.h (VDSO_NAME_LINUX_4_15): New
 	define.
 	(VDSO_HASH_LINUX_4_15): Likewise.
+	* scripts/build-many-glibcs.py (class Glibc): Strip shared objects
+	in subdirectories of lib.
 
 2018-01-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>