summaryrefslogtreecommitdiff
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:40:00 -0700
commit64c25345714d792b283c8c8469d58f898d1ef109 (patch)
tree254dafcfdc3278d9aa48ff3f499670e6f7003f2a /ChangeLog
parent9031106ea063f0476bdabf3f5ec22758cdcf987b (diff)
downloadglibc-64c25345714d792b283c8c8469d58f898d1ef109.tar.gz
NaCl: Call __nacl_main in preference to main.fedora/2.22/master
(cherry picked from commit f97194930886838796546646e26a49bb5899075b)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2bdf59b51..8230149d4a 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-19 Andrew Senkevich <andrew.senkevich@intel.com>
[BZ #18796]