aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/gcc/output.h')
-rw-r--r--gcc-4.6/gcc/output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.6/gcc/output.h b/gcc-4.6/gcc/output.h
index c668d35..7031b08 100644
--- a/gcc-4.6/gcc/output.h
+++ b/gcc-4.6/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. */