mirror of git://gcc.gnu.org/git/gcc.git
parent
0fbf438441
commit
2b895e40ec
|
|
@ -1,20 +1,20 @@
|
||||||
2013-03-16 Yvan Roux <yvan.roux@linaro.org>
|
2013-03-16 Yvan Roux <yvan.roux@linaro.org>
|
||||||
|
|
||||||
* include/private/gcconfig.h (AARCH64): New macro (defined only if
|
* include/private/gcconfig.h (AARCH64): New macro (defined only if
|
||||||
__aarch64__).
|
__aarch64__).
|
||||||
(CPP_WORDSZ): Define for AArch64.
|
(CPP_WORDSZ): Define for AArch64.
|
||||||
(MACH_TYPE): Likewise.
|
(MACH_TYPE): Likewise.
|
||||||
(ALIGNMENT): Likewise.
|
(ALIGNMENT): Likewise.
|
||||||
(HBLKSIZE): Likewise.
|
(HBLKSIZE): Likewise.
|
||||||
(OS_TYPE): Likewise.
|
(OS_TYPE): Likewise.
|
||||||
(LINUX_STACKBOTTOM): Likewise.
|
(LINUX_STACKBOTTOM): Likewise.
|
||||||
(USE_GENERIC_PUSH_REGS): Likewise.
|
(USE_GENERIC_PUSH_REGS): Likewise.
|
||||||
(DYNAMIC_LOADING): Likewise.
|
(DYNAMIC_LOADING): Likewise.
|
||||||
(DATASTART): Likewise.
|
(DATASTART): Likewise.
|
||||||
(DATAEND): Likewise.
|
(DATAEND): Likewise.
|
||||||
(STACKBOTTOM): Likewise.
|
(STACKBOTTOM): Likewise.
|
||||||
(NOSYS): Likewise.
|
(NOSYS): Likewise.
|
||||||
(mach_type_known): Define for AArch64 and comment update.
|
(mach_type_known): Define for AArch64 and comment update.
|
||||||
|
|
||||||
2013-03-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
2013-03-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
|
|
@ -432,7 +432,7 @@
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
|
||||||
2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
|
2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
|
||||||
Steve Ellcey <sje@cup.hp.com>
|
Steve Ellcey <sje@cup.hp.com>
|
||||||
|
|
||||||
* configure: Regenerate for new libtool.
|
* configure: Regenerate for new libtool.
|
||||||
* Makefile.in: Ditto.
|
* Makefile.in: Ditto.
|
||||||
|
|
@ -1073,7 +1073,7 @@
|
||||||
|
|
||||||
2004-04-25 Andreas Jaeger <aj@suse.de>
|
2004-04-25 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* mark.c (GC_mark_from): Use pointer as prefetch argument.
|
* mark.c (GC_mark_from): Use pointer as prefetch argument.
|
||||||
|
|
||||||
2004-04-06 H.J. Lu <hongjiu.lu@intel.com>
|
2004-04-06 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue