summaryrefslogtreecommitdiffstats
path: root/libgloss/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2013-07-02 21:34:35 +0000
committerJeff Johnston <jjohnstn@redhat.com>2013-07-02 21:34:35 +0000
commit2404223df651ceef42c6e2f2c9fa42fb7963db10 (patch)
treeb9ad79ba4a61ee371d7bf4b9df52244819bc4872 /libgloss/ChangeLog
parente2ac49d3d7c6445c07467e2a4d271d5664f83830 (diff)
downloadcygnal-2404223df651ceef42c6e2f2c9fa42fb7963db10.tar.gz
cygnal-2404223df651ceef42c6e2f2c9fa42fb7963db10.tar.bz2
cygnal-2404223df651ceef42c6e2f2c9fa42fb7963db10.zip
2013-07-02 Joey Ye <joey.ye@arm.com>
* arm/crt0.S (_mainCRTStartup): Weak reference to atexit and _fini when lite exit is enabled.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index d454c3019..6fdfccd16 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,8 @@
+2013-07-02 Joey Ye <joey.ye@arm.com>
+
+ * arm/crt0.S (_mainCRTStartup): Weak reference to atexit and _fini
+ when lite exit is enabled.
+
2013-06-28 Yufeng Zhang <Yufeng.Zhang@arm.com>
* aarch64/syscalls.c (POINTER_TO_PARAM_BLOCK_T): New macro.