[cfe-commits] [patch] Define some built-ins macros on mips32 platform
Douglas Gregor
dgregor at apple.com
Wed Nov 9 07:20:07 PST 2011
On Nov 9, 2011, at 6:56 AM, Atanasyan, Simon wrote:
> Here is the patch that defines _MIPS_SZPTR, _MIPS_SZINT and _MIPS_SZLONG macros on mips32 platform. These macros are gcc built-ins and used in system headers.
Committed as r144189, thanks!
> The same macros should be defined for mips64 platform as well. So, probably, the better place for them is MipsTargetInfoBase::getArchDefines() method. But now I do not have access to 64-bits system and cannot test the code.
Okay.
- Doug
More information about the cfe-commits
mailing list