diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-06-03 13:51:11 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-06-03 13:51:11 -0700 |
commit | da7f049cad943629f16cd6e533214955edfd511d (patch) | |
tree | 6a27b5a9eb095e7fe208e7bf6f2aef614dfe2e5b /ChangeLog | |
parent | cbf377edd318a6f35e5b54573f902299c6da9ed5 (diff) | |
download | glibc-da7f049cad943629f16cd6e533214955edfd511d.tar glibc-da7f049cad943629f16cd6e533214955edfd511d.tar.gz glibc-da7f049cad943629f16cd6e533214955edfd511d.tar.bz2 glibc-da7f049cad943629f16cd6e533214955edfd511d.zip |
NaCl: Implement nacl_interface_ext_supply entry point.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2015-06-03 Roland McGrath <roland@hack.frob.com> + + * sysdeps/nacl/nacl-interfaces.c (try_supply): New static function. + (PASTE_NAME (__nacl_supply_interface_, MODULE_NAME)): New function. + * sysdeps/nacl/nacl-interfaces.h: Declare __nacl_supply_interface_libc + and __nacl_supply_interface_rtld. + * sysdeps/nacl/nacl_interface_ext_supply.c: New file. + * sysdeps/nacl/Makefile [$(subdir) = csu] (sysdep_routines): Add it. + * sysdeps/nacl/Versions (ld: GLIBC_PRIVATE): + Add __nacl_supply_interface_rtld. + (libc: GLIBC_2.22): Add nacl_interface_ext_supply. + 2015-06-03 Wilco Dijkstra <wdijkstr@arm.com> * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Replace finite with |