From: ro@138bc75d-0d04-0410-961f-82ee72b054a4 Date: Mon, 20 Oct 2003 18:37:22 +0000 (+0000) Subject: libffi: X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3be7417f027f00a8ab92ad2a83cfdfa5670fbf0;p=gc libffi: * src/mips/ffi.c: Use _ABIN32, _ABIO32 instead of external _MIPS_SIM_NABI32, _MIPS_SIM_ABI32. libstdc++-v3: * config/cpu/mips/atomicity.h (__atomic_add): Use _ABIO32 instead of external _MIPS_SIM_ABI32. boehm-gc: * mips_sgi_mach_dep.s: Use _ABIO32 instead of external _MIPS_SIM_ABI32. gcc: * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Define _ABIO32. Use it in _MIPS_SIM definition. * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72713 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/ChangeLog b/ChangeLog index 60e4cfac..5f5c2c0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-20 Rainer Orth + + * mips_sgi_mach_dep.s: Use _ABIO32 instead of external + _MIPS_SIM_ABI32. + 2003-10-18 Alan Modra * include/private/gcconfig.h (ALIGNMENT ): Remove diff --git a/mips_sgi_mach_dep.s b/mips_sgi_mach_dep.s index 56390280..cadacf5e 100644 --- a/mips_sgi_mach_dep.s +++ b/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