diff options
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/system.h b/gcc/system.h index 147801b5a47..a57df7ce753 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -761,6 +761,10 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN; CAN_DEBUG_WITHOUT_FP UNLIKELY_EXECUTED_TEXT_SECTION_NAME \ HOT_TEXT_SECTION_NAME LEGITIMATE_CONSTANT_P +/* Target macros only used for code built for the target, that have + moved to libgcc-tm.h. */ + #pragma GCC poison DECLARE_LIBRARY_RENAMES + /* Other obsolete target macros, or macros that used to be in target headers and were not used, and may be obsolete or may never have been used. */ |