diff options
Diffstat (limited to 'boehm-gc')
-rw-r--r-- | boehm-gc/ChangeLog | 5 | ||||
-rw-r--r-- | boehm-gc/mips_sgi_mach_dep.s | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 60e4cfac10a..5f5c2c0a2c4 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,8 @@ +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 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 |