Add ChangeLog entry for r197770 (in boehm-gc).

From-SVN: r198562
This commit is contained in:
Yvan Roux 2013-05-02 21:48:45 +02:00 committed by Christophe Lyon
parent f15feaf95f
commit 09864bc7d0
1 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,21 @@
2013-03-16 Yvan Roux <yvan.roux@linaro.org>
* include/private/gcconfig.h (AARCH64): New macro (defined only if
__aarch64__).
(CPP_WORDSZ): Define for AArch64.
(MACH_TYPE): Likewise.
(ALIGNMENT): Likewise.
(HBLKSIZE): Likewise.
(OS_TYPE): Likewise.
(LINUX_STACKBOTTOM): Likewise.
(USE_GENERIC_PUSH_REGS): Likewise.
(DYNAMIC_LOADING): Likewise.
(DATASTART): Likewise.
(DATAEND): Likewise.
(STACKBOTTOM): Likewise.
(NOSYS): Likewise.
(mach_type_known): Define for AArch64 and comment update.
2013-03-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* os_dep.c [SOLARIS_STACKBOTTOM] (GC_solaris_stack_base): New