mips.h: Don't use #elif.
* config/mips/mips.h: Don't use #elif. Reported by Kaveh R. Ghazi. From-SVN: r61425
This commit is contained in:
parent
a48cccead8
commit
e1551d4745
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-01-17 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* config/mips/mips.h: Don't use #elif. Reported by Kaveh
|
||||
R. Ghazi.
|
||||
|
||||
2003-01-16 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* ifcvt.c: Fix comment typos.
|
||||
|
|
|
@ -4690,7 +4690,8 @@ while (0)
|
|||
.set reorder\n\
|
||||
jal " USER_LABEL_PREFIX #FUNC "\n\
|
||||
" TEXT_SECTION_ASM_OP);
|
||||
#elif (defined _ABIN32 && _MIPS_SIM == _ABIN32) \
|
||||
#endif /* Switch to #elif when we're no longer limited by K&R C. */
|
||||
#if (defined _ABIN32 && _MIPS_SIM == _ABIN32) \
|
||||
|| (defined _ABI64 && _MIPS_SIM == _ABI64)
|
||||
#define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \
|
||||
asm (SECTION_OP "\n\
|
||||
|
|
Loading…
Add table
Reference in a new issue