From b7a7e346c71054b12c93b32b032232c7c583209a Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Fri, 4 Mar 2022 09:29:10 +0100 Subject: [PATCH] x86: drop use of CONSTRUCTORS from linker script MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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é --- xen/arch/x86/xen.lds.S | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.30.2