Commit f7bf40ee by Richard Sandiford Committed by Richard Sandiford

* gcc.dg/uninit-H.c (ASM): Define to "$sp" on MIPS targets.

From-SVN: r89958
parent 7236f3f6
2004-11-01 Richard Sandiford <rsandifo@redhat.com>
* gcc.dg/uninit-H.c (ASM): Define to "$sp" on MIPS targets.
2004-11-01 Richard Sandiford <rsandifo@redhat.com>
* g++.dg/abi/mangle6.C: Run for all MIPS targets. Provide dummy
strings for 32-bit code.
......
......@@ -10,6 +10,8 @@
# define ASM __asm__("r1")
#elif defined __s390__
# define ASM __asm__("r15")
#elif defined __mips
# define ASM __asm__("$sp")
#else
# define ASM
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment