This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC patch for MIPS multi-got support in the linker


 > from  Alexandre Oliva  <aoliva@redhat.com>
 >     * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
 >     to set $gp before the call.
 > 
 > +   jal " USER_LABEL_PREFIX #FUNC "\n\
 > +   " TEXT_SECTION_ASM_OP);
 > +#elif (defined _ABIN32 && _MIPS_SIM == _ABIN32) \
 > +   || (defined _ABI64 && _MIPS_SIM == _ABI64)

On an irix6 bootstrap, the above fragment yields:

 > mips.h:4693:2: warning: suggest not using #elif in traditional C

Would you please fix it?

		Thanks,
		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]