mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 03:06:45 +08:00
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
@ -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…
Reference in New Issue
Block a user