diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2003-10-20 18:37:22 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2003-10-20 18:37:22 +0000 |
commit | 27d54b2a6c18ef1ae50f1a5b432d590438445b90 (patch) | |
tree | 13e03635b2317c29fc21a0e32a7788d86cf843a7 /boehm-gc/mips_sgi_mach_dep.s | |
parent | 480feac0238a176178fb76a7ef2e0690ca74022c (diff) | |
download | gcc-27d54b2a6c18ef1ae50f1a5b432d590438445b90.tar.gz |
ffi.c: Use _ABIN32, _ABIO32 instead of external _MIPS_SIM_NABI32, _MIPS_SIM_ABI32.
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.
From-SVN: r72713
Diffstat (limited to 'boehm-gc/mips_sgi_mach_dep.s')
-rw-r--r-- | boehm-gc/mips_sgi_mach_dep.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |