aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorSriraman Tallam <tmsriram@google.com>2011-09-27 17:52:13 +0000
committerSriraman Tallam <tmsriram@google.com>2011-09-27 17:52:13 +0000
commita6f70d92e1bf6be5a0005355b48cbf1257661b4f (patch)
treef93cf1efed9c204307bc2d34f93f0589ef302b84 /gcc/output.h
parente55de22972c768bbd802b660f378c7a72f7f3348 (diff)
2011-09-27 Sriraman Tallam <tmsriram@google.com>
* output.h (SECTION_EXCLUDE): New macro. * varasm.c (default_elf_asm_named_section): Check for SECTION_EXCLUDE. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@179288 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 6b7c4b8781c..661b623807c 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -443,6 +443,7 @@ extern void no_asm_to_stream (FILE *);
#define SECTION_COMMON 0x800000 /* contains common data */
#define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */
#define SECTION_MACH_DEP 0x2000000 /* subsequent bits reserved for target */
+#define SECTION_EXCLUDE 0x4000000 /* discarded by the linker */
/* This SECTION_STYLE is used for unnamed sections that we can switch
to using a special assembler directive. */