From: Jan Beulich Date: Fri, 4 Mar 2022 08:29:10 +0000 (+0100) Subject: x86: drop use of CONSTRUCTORS from linker script X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b7a7e346c71054b12c93b32b032232c7c583209a;p=people%2Froyger%2Fxen.git x86: drop use of CONSTRUCTORS from linker script 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 Acked-by: Roger Pau Monné --- diff --git a/xen/arch/x86/xen.lds.S b/xen/arch/x86/xen.lds.S index b15e5b67e4..021470d932 100644 --- 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) {