aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYufeng Zhang <yufeng.zhang@arm.com>2013-01-17 15:46:33 +0000
committerYufeng Zhang <yufeng.zhang@arm.com>2013-01-17 15:46:33 +0000
commitffb2462a43df5c8d8a373411a18bca8c1a3fdb6f (patch)
tree808628b71731b3b680baa78cdfd8b16b4757bd3f
parent59d745c8666c61fd936950bb2c230817be88edb9 (diff)
Moved change logs of backported changes to ChangeLog.aarch64 in libgcc.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ARM/aarch64-4.7-branch@195269 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libgcc/ChangeLog12
-rw-r--r--libgcc/ChangeLog.aarch6414
2 files changed, 13 insertions, 13 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index b5397d55904..44222ea8b63 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,15 +1,3 @@
-2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
-
- * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Cast the
- results of (dcache_lsize - 1) and (icache_lsize - 1) to the type
- __UINTPTR_TYPE__; also cast 'base' to the same type before the
- alignment operation.
-
-2013-01-15 Sofiane Naci <sofiane.naci@arm.com>
-
- * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Update
- loop start address for cache clearing.
-
2012-12-18 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org
Backport from mainline.
diff --git a/libgcc/ChangeLog.aarch64 b/libgcc/ChangeLog.aarch64
index 53d718bf811..b8be3cf88dd 100644
--- a/libgcc/ChangeLog.aarch64
+++ b/libgcc/ChangeLog.aarch64
@@ -1,6 +1,18 @@
+2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Cast the
+ results of (dcache_lsize - 1) and (icache_lsize - 1) to the type
+ __UINTPTR_TYPE__; also cast 'base' to the same type before the
+ alignment operation.
+
+2013-01-15 Sofiane Naci <sofiane.naci@arm.com>
+
+ * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Update
+ loop start address for cache clearing.
+
2012-12-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
- * config/aarch64/sfp-machine.h (FP_EX_ALL): Define.
+ * config/aarch64/sfp-machine.h (FP_EX_ALL): Define.
(FP_EX_SHIFT): Define.
(FP_TRAPPING_EXCEPTIONS): Define.