diff options
author | Alan Modra <amodra@bigpond.net.au> | 2003-10-17 14:59:17 +0000 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2003-10-18 00:29:17 +0930 |
commit | d938f1718cb5d4896f709f07630139e7b116a550 (patch) | |
tree | f196beea6d70ececaa3b09e4adedc34239145214 /boehm-gc | |
parent | c755e77d63980a40e93c82da335aa59cb30de107 (diff) | |
download | gcc-d938f1718cb5d4896f709f07630139e7b116a550.zip gcc-d938f1718cb5d4896f709f07630139e7b116a550.tar.gz gcc-d938f1718cb5d4896f709f07630139e7b116a550.tar.bz2 |
gcconfig.h (ALIGNMENT <powerpc linux>): Remove unsure comment.
* include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
unsure comment.
From-SVN: r72608
Diffstat (limited to 'boehm-gc')
-rw-r--r-- | boehm-gc/ChangeLog | 5 | ||||
-rw-r--r-- | boehm-gc/include/private/gcconfig.h | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index fff7ae7..60e4cfa 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,8 @@ +2003-10-18 Alan Modra <amodra@bigpond.net.au> + + * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove + unsure comment. + 2003-10-03 Jeff Sturm <jsturm@one-point.com> * configure: Rebuild. diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h index 45386d7..fceba8f 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 */ |