r219511 - in /trunk/gcc: ChangeLog config/nds32...
jasonwucj@gcc.gnu.org
jasonwucj@gcc.gnu.org
Tue Jan 13 05:32:00 GMT 2015
Author: jasonwucj
Date: Tue Jan 13 05:32:08 2015
New Revision: 219511
URL: https://gcc.gnu.org/viewcvs?rev=219511&root=gcc&view=rev
Log:
[NDS32] Provide TARGET_CMODEL_[SMALL|MEDIUM|LARGE] to check which code model is specified.
gcc/
* config/nds32/nds32.h (TARGET_CMODEL_SMALL): New macro.
(TARGET_CMODEL_MEDIUM): New macro.
(TARGET_CMODEL_LARGE): New macro.
* config/nds32/nds32.c (nds32_asm_file_start): Display corresponding
code model setting in assembly code.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/nds32/nds32.c
trunk/gcc/config/nds32/nds32.h
More information about the Gcc-cvs
mailing list