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]

[PATCH 3/6, nds32] Provide TARGET_CMODEL_[SMALL|MEDIUM|LARGE] to check which code model is specified.


Hi, all,

Committed as Rev. 219511: https://gcc.gnu.org/r219511


gcc/ChangeLog

         * 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.


Best regards,
jasonwucj

Attachment: 0003-Provide-TARGET_CMODEL_-SMALL-MEDIUM-LARGE-to-check-w.patch
Description: Binary data


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