diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-07-09 11:38:37 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-07-09 11:38:37 -0700 |
commit | 4df54c89bb22061763da883c3f30a592353e7c30 (patch) | |
tree | 687c3d492f5bab73079f16bc95eb8139084433c6 /ChangeLog | |
parent | 7023e6db9950f9a2addc073fe504d12146680f02 (diff) | |
download | glibc-4df54c89bb22061763da883c3f30a592353e7c30.tar.gz glibc-4df54c89bb22061763da883c3f30a592353e7c30.tar.xz glibc-4df54c89bb22061763da883c3f30a592353e7c30.zip |
x86-64: Update comments in ifunc-impl-list.c
All x86-64 IFUNC selectors are written in C now. Update comments to reflect it. * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update comments.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 87aeac6446..df43605792 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-07-09 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update comments. + 2017-07-09 Helge Deller <deller@gmx.de> [BZ #21049] |