diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-17 23:25:19 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-17 23:25:19 +0000 |
commit | 7c66e8d9d4eec56a270bfe8e30c4d3c156d80574 (patch) | |
tree | ee950b2fb875148cb548cf58f6a5fa33fe658dbd /gcc/system.h | |
parent | 7a5749cc5ecec8d3b41689bc1e5d6086a8f2d5da (diff) | |
download | gcc-7c66e8d9d4eec56a270bfe8e30c4d3c156d80574.tar.gz |
* defaults.h (UNIQUE_SECTION): Remove.
* system.h (UNIQUE_SECTION, SELECT_SECTION): Poison.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53573 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index 0a4c0c6b203..01be4106641 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -595,7 +595,7 @@ typedef char _Bool; MERGE_MACHINE_TYPE_ATTRIBUTES MERGE_MACHINE_DECL_ATTRIBUTES \ MD_INIT_BUILTINS MD_EXPAND_BUILTIN ASM_OUTPUT_CONSTRUCTOR \ ASM_OUTPUT_DESTRUCTOR SIGNED_CHAR_SPEC MAX_CHAR_TYPE_SIZE \ - WCHAR_UNSIGNED + WCHAR_UNSIGNED UNIQUE_SECTION SELECT_SECTION /* And 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 |