projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc762a5
)
x86: drop use of CONSTRUCTORS from linker script
author
Jan Beulich
<jbeulich@suse.com>
Fri, 4 Mar 2022 08:29:10 +0000
(09:29 +0100)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/xen/arch/x86/xen.lds.S
b/xen/arch/x86/xen.lds.S
index b15e5b67e4a425a4cadc9b568427c6be4375894d..021470d9329ed851f2955c5630755aaeca3659f1 100644
(file)
--- 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) {