[PATCH] x86: drop use of CONSTRUCTORS from linker script

Jan Beulich posted 1 patch 2 years, 9 months ago
Failed in applying to current master (apply log)
[PATCH] x86: drop use of CONSTRUCTORS from linker script
Posted by Jan Beulich 2 years, 9 months ago
Current binutils document this for use by a.out only. Plus we deal with
.ctors and alike sections elsewhere in the script anyway.

Signed-off-by: Jan Beulich <jbeulich@suse.com>

--- a/xen/arch/x86/xen.lds.S
+++ b/xen/arch/x86/xen.lds.S
@@ -292,7 +292,6 @@ SECTIONS
        *(.data)
        *(.data.rel)
        *(.data.rel.*)
-       CONSTRUCTORS
   } PHDR(text)
 
   DECL_SECTION(.bss) {