diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-05-07 11:01:38 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-05-07 11:01:48 -0700 |
commit | 50d7d351b564b347cb653cdc3cb1187a363d094e (patch) | |
tree | f9be7f96cb046956e34ccd750042217d408659a4 /ChangeLog | |
parent | 543477f78b9163dc1d74596c726043d7611a8740 (diff) | |
download | glibc-50d7d351b564b347cb653cdc3cb1187a363d094e.zip glibc-50d7d351b564b347cb653cdc3cb1187a363d094e.tar.gz glibc-50d7d351b564b347cb653cdc3cb1187a363d094e.tar.bz2 |
x86-64/memset: Mark the debugger symbol as hidden
When MEMSET_SYMBOL (__memset, erms) is provided for debugger, mark it
as hidden so that it will be local to the library.
* sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
(MEMSET_SYMBOL (__memset, erms)): Mark the debugger symbol as
hidden.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2018-05-07 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S + (MEMSET_SYMBOL (__memset, erms)): Mark the debugger symbol as + hidden. + 2018-05-07 Siddhesh Poyarekar <siddhesh@sourceware.org> * benchtests/bench-memcpy-walk.c (test_main): Move declaration |