diff options
author | aesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-09 11:09:59 +0000 |
---|---|---|
committer | aesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-09 11:09:59 +0000 |
commit | 7379d16a24e37ca4f6a26666e989ef79aff8967f (patch) | |
tree | edf6e625b5a35e1372a2322feda75ef624e2c441 /gcc/system.h | |
parent | 7859870cdfc8c5083993fb078e8007bda45270f1 (diff) | |
download | gcc-7379d16a24e37ca4f6a26666e989ef79aff8967f.tar.gz |
* system.h: Commit forgotten hunk in previous patch.
(OUTPUT_ADDR_CONST_EXTRA): Poison.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179722 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index 340a560df2a..7c006faaafe 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -797,7 +797,8 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN; LABEL_ALIGN_MAX_SKIP LOOP_ALIGN_MAX_SKIP \ LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP JUMP_ALIGN_MAX_SKIP \ CAN_DEBUG_WITHOUT_FP UNLIKELY_EXECUTED_TEXT_SECTION_NAME \ - HOT_TEXT_SECTION_NAME LEGITIMATE_CONSTANT_P ALWAYS_STRIP_DOTDOT + HOT_TEXT_SECTION_NAME LEGITIMATE_CONSTANT_P ALWAYS_STRIP_DOTDOT \ + OUTPUT_ADDR_CONST_EXTRA /* Target macros only used for code built for the target, that have moved to libgcc-tm.h or have never been present elsewhere. */ |