diff options
Diffstat (limited to 'arch/x86/vdso/vdso-fakesections.c')
-rw-r--r-- | arch/x86/vdso/vdso-fakesections.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/vdso/vdso-fakesections.c b/arch/x86/vdso/vdso-fakesections.c index 56927a7e4977..aa5fbfab20a5 100644 --- a/arch/x86/vdso/vdso-fakesections.c +++ b/arch/x86/vdso/vdso-fakesections.c | |||
@@ -16,9 +16,6 @@ const char fake_shstrtab[] __attribute__((section(".fake_shstrtab"))) = | |||
16 | ".rodata\0" | 16 | ".rodata\0" |
17 | ".fake_shstrtab\0" /* Yay, self-referential code. */ | 17 | ".fake_shstrtab\0" /* Yay, self-referential code. */ |
18 | ".note\0" | 18 | ".note\0" |
19 | ".data\0" | ||
20 | ".altinstructions\0" | ||
21 | ".altinstr_replacement\0" | ||
22 | ".eh_frame_hdr\0" | 19 | ".eh_frame_hdr\0" |
23 | ".eh_frame\0" | 20 | ".eh_frame\0" |
24 | ".text"; | 21 | ".text"; |