diff options
author | Steve Ellcey <sellcey@caviumnetworks.com> | 2017-03-15 16:48:25 -0700 |
---|---|---|
committer | Steve Ellcey <sellcey@caviumnetworks.com> | 2017-03-15 16:48:25 -0700 |
commit | d6fc3f6516cd20f195758086fbbbe3f17a8a6d95 (patch) | |
tree | d1ac320978f1093858413983da37a824e22db0a0 | |
parent | d2e4346a30683cc42c57bd1bfd457897d78c6d7e (diff) | |
download | glibc-d6fc3f6516cd20f195758086fbbbe3f17a8a6d95.tar glibc-d6fc3f6516cd20f195758086fbbbe3f17a8a6d95.tar.gz glibc-d6fc3f6516cd20f195758086fbbbe3f17a8a6d95.tar.bz2 glibc-d6fc3f6516cd20f195758086fbbbe3f17a8a6d95.zip |
Add ChangeLog entry for aarch64 ifunc support patch.
Forgot to add ChangeLog entry.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2017-03-15 Steve Ellcey <sellcey@caviumnetworks.com> + Adhemerval Zanella <adhemerval.zanella@linaro.org> + + * sysdeps/aarch64/dl-machine.h: Include cpu-features.c. + (DL_PLATFORM_INIT): New define. + (dl_platform_init): New function. + * sysdeps/aarch64/ldsodefs.h: Include cpu-features.h. + * sysdeps/unix/sysv/linux/aarch64/cpu-features.c: New file. + * sysdeps/unix/sysv/linux/aarch64/cpu-features.h: Likewise. + * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c: Likewise. + * sysdeps/unix/sysv/linux/aarch64/libc-start.c: Likewise. + 2017-03-15 Mike Frysinger <vapier@gentoo.org> * sysdeps/x86_64/mempcpy_chk.S (__mempcpy_chk): Check for SHARED |