summaryrefslogtreecommitdiffstats
path: root/boehm-gc
diff options
context:
space:
mode:
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-17 14:59:17 +0000
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-17 14:59:17 +0000
commit6087fc46e7884e92cb252dfb161c8f2faefe74be (patch)
treef196beea6d70ececaa3b09e4adedc34239145214 /boehm-gc
parent34582b5cbb6ee8ca30bc48b2f2091d3e9160351c (diff)
downloadppe42-gcc-6087fc46e7884e92cb252dfb161c8f2faefe74be.tar.gz
ppe42-gcc-6087fc46e7884e92cb252dfb161c8f2faefe74be.zip
* include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
unsure comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72608 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog5
-rw-r--r--boehm-gc/include/private/gcconfig.h3
2 files changed, 6 insertions, 2 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index fff7ae7d17c..60e4cfac10a 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 45386d78570..fceba8fa205 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 */
OpenPOWER on IntegriCloud