This is the mail archive of the gcc-bugs@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]

Re: patch for arm-coff cross compiler




On Mon, 24 Nov 1997, Richard Earnshaw wrote:

> 
> This shouldn't be needed.  The encoding of -mapcs-26/32 is set during the build via the TARGET_DEFAULT define in semi.h.  This is set to ARM_FLAG_APCS_32 in semi.h, but is then redefined (incorrectly) in coff.h (I hadn't noticed this before).
> 
> So the patch should be to add ARM_FLAG_APCS_32 to the definition of TARGET_DEFAULT in coff.h
> 

I tried your change and it works fine.

Thanks,
	Raffaele




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