[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] x86: drop use of CONSTRUCTORS from linker script
commit b7a7e346c71054b12c93b32b032232c7c583209a Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Fri Mar 4 09:29:10 2022 +0100 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Fri Mar 4 09:29:10 2022 +0100 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 <jbeulich@xxxxxxxx> Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> --- 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) { -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |