aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-28 15:01:42 +0000
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-28 15:01:42 +0000
commitac3506085d39a22c452d6b6a65263aa03f1e66b9 (patch)
tree91a4e1dbdedca3bdb0a6b828162323fd33b00276 /boehm-gc
parent4505280bc7fc957db091370d17998fbbe9540e2b (diff)
Mainline merge as of 2003-10-26.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@73009 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog10
-rw-r--r--boehm-gc/include/private/gcconfig.h3
-rw-r--r--boehm-gc/mips_sgi_mach_dep.s2
3 files changed, 12 insertions, 3 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index fff7ae7d17c..5f5c2c0a2c4 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,13 @@
+2003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
+ _MIPS_SIM_ABI32.
+
+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 */
diff --git a/boehm-gc/mips_sgi_mach_dep.s b/boehm-gc/mips_sgi_mach_dep.s
index 56390280a71..cadacf5ed4d 100644
--- a/boehm-gc/mips_sgi_mach_dep.s
+++ b/boehm-gc/mips_sgi_mach_dep.s
@@ -24,7 +24,7 @@
# endif
SAVE_GP(GPOFF)
REG_S ra,RAOFF(sp)
-# if (_MIPS_SIM == _MIPS_SIM_ABI32)
+# if (_MIPS_SIM == _ABIO32)
call_push($2)
call_push($3)
# endif