aboutsummaryrefslogtreecommitdiff
path: root/test/old-elf/X86_64/Inputs/sectionmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/old-elf/X86_64/Inputs/sectionmap.c')
-rw-r--r--test/old-elf/X86_64/Inputs/sectionmap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/old-elf/X86_64/Inputs/sectionmap.c b/test/old-elf/X86_64/Inputs/sectionmap.c
deleted file mode 100644
index c4f530148949..000000000000
--- a/test/old-elf/X86_64/Inputs/sectionmap.c
+++ /dev/null
@@ -1,4 +0,0 @@
-int foo __attribute__((section(".gcc_except_table.foo"))) = 4;
-const int bar __attribute__((section(".data.rel.local"))) = 2;
-const int baz __attribute__((section(".data.rel.ro"))) = 2;
-const int bak __attribute__((section(".data.xyz"))) = 2;