diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-04 10:38:25 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-04 10:38:25 +0000 |
commit | 482b3b676b11c65fc8f358e5e901103384ccbf62 (patch) | |
tree | 44092e1b80d5a7cd14c7a9c224c2273ea7212894 /boehm-gc | |
parent | 2b2b5104f023282de024b4f29b2a6565fad14f31 (diff) | |
download | gcc-482b3b676b11c65fc8f358e5e901103384ccbf62.tar.gz |
- Fix whitespace in boehm-gc/ChangeLog
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202244 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r-- | boehm-gc/ChangeLog | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index e55cb37db73..4524b312ef7 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,20 +1,20 @@ 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. + * 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> @@ -432,7 +432,7 @@ * configure: Regenerate. 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. * Makefile.in: Ditto. @@ -1073,7 +1073,7 @@ 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> |