about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-08-25 13:37:07 -0700
committerRoland McGrath <roland@hack.frob.com>2015-08-25 13:37:07 -0700
commitf97194930886838796546646e26a49bb5899075b (patch)
tree795c9e0482b2c49c229748327b21bf71fd01b0a0 /ChangeLog
parentd8725b1fba769a89ce2c902a2091d01faa946b66 (diff)
downloadglibc-f97194930886838796546646e26a49bb5899075b.tar.gz
glibc-f97194930886838796546646e26a49bb5899075b.tar.xz
glibc-f97194930886838796546646e26a49bb5899075b.zip
NaCl: Call __nacl_main in preference to main.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6b03f9afe..d642fb0409 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-25  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/nacl/start.c (_start): Call __nacl_main instead of main
+	if the weak reference is not null.
+
 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/x86_64/strcmp.S: Remove "#if !IS_IN (libc)".