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]

[Committed] fix bootstrap on powerpc-darwin


The problem here rs6000_use_blocks_for_constant_p assumes
ASM_OUTPUT_SPECIAL_POOL_ENTRY_P uses its arguments which was
not true on Darwin.  This just forces ASM_OUTPUT_SPECIAL_POOL_ENTRY_P
on powerpc-darwin to use its arguments and avoids the warning which
breaks the bootstrap.

Committed as obvious after a quick bootstrap of C only.

Thanks,
Andrew Pinski

ChangeLog:

	* config/rs6000/darwin.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P):
	Use the arguments.


Attachment: fixboot.diff.txt
Description: Text document


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