diff options
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/vmlinux.lds.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/kernel/vmlinux.lds.S b/arch/parisc/kernel/vmlinux.lds.S index fd2cc4fd2b65..ccf58341845a 100644 --- a/arch/parisc/kernel/vmlinux.lds.S +++ b/arch/parisc/kernel/vmlinux.lds.S | |||
@@ -240,6 +240,7 @@ SECTIONS | |||
240 | /* Sections to be discarded */ | 240 | /* Sections to be discarded */ |
241 | /DISCARD/ : { | 241 | /DISCARD/ : { |
242 | *(.exitcall.exit) | 242 | *(.exitcall.exit) |
243 | *(.discard) | ||
243 | #ifdef CONFIG_64BIT | 244 | #ifdef CONFIG_64BIT |
244 | /* temporary hack until binutils is fixed to not emit these | 245 | /* temporary hack until binutils is fixed to not emit these |
245 | * for static binaries | 246 | * for static binaries |