From: Alan Modra Date: Fri, 17 Oct 2003 14:59:17 +0000 (+0000) Subject: gcconfig.h (ALIGNMENT ): Remove unsure comment. X-Git-Tag: releases/gcc-3.4.0~2944 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d938f1718cb5d4896f709f07630139e7b116a550;p=thirdparty%2Fgcc.git gcconfig.h (ALIGNMENT ): Remove unsure comment. * include/private/gcconfig.h (ALIGNMENT ): Remove unsure comment. From-SVN: r72608 --- diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index fff7ae7d17c4..60e4cfac10a3 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,8 @@ +2003-10-18 Alan Modra + + * include/private/gcconfig.h (ALIGNMENT ): Remove + unsure comment. + 2003-10-03 Jeff Sturm * configure: Rebuild. diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h index 45386d785708..fceba8fa205e 100644 --- a/boehm-gc/include/private/gcconfig.h +++ b/boehm-gc/include/private/gcconfig.h @@ -722,8 +722,7 @@ # define ALIGNMENT 8 # define CPP_WORDSZ 64 # else -# define ALIGNMENT 4 /* Guess. Can someone verify? */ - /* This was 2, but that didn't sound right. */ +# define ALIGNMENT 4 # endif # define OS_TYPE "LINUX" /* HEURISTIC1 has been reliably reported to fail for a 32-bit */