]> xenbits.xensource.com Git - people/tklengyel/xen.git/commitdiff
x86: drop use of CONSTRUCTORS from linker script
authorJan Beulich <jbeulich@suse.com>
Fri, 4 Mar 2022 08:29:10 +0000 (09:29 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 4 Mar 2022 08:29:10 +0000 (09:29 +0100)
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>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
xen/arch/x86/xen.lds.S

index b15e5b67e4a425a4cadc9b568427c6be4375894d..021470d9329ed851f2955c5630755aaeca3659f1 100644 (file)
@@ -292,7 +292,6 @@ SECTIONS
        *(.data)
        *(.data.rel)
        *(.data.rel.*)
-       CONSTRUCTORS
   } PHDR(text)
 
   DECL_SECTION(.bss) {