All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: drop use of CONSTRUCTORS from linker script
@ 2022-03-02 14:15 Jan Beulich
  2022-03-02 14:46 ` Roger Pau Monné
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2022-03-02 14:15 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper, Wei Liu, Roger Pau Monné

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>

--- 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) {



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] x86: drop use of CONSTRUCTORS from linker script
  2022-03-02 14:15 [PATCH] x86: drop use of CONSTRUCTORS from linker script Jan Beulich
@ 2022-03-02 14:46 ` Roger Pau Monné
  0 siblings, 0 replies; 2+ messages in thread
From: Roger Pau Monné @ 2022-03-02 14:46 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel, Andrew Cooper, Wei Liu

On Wed, Mar 02, 2022 at 03:15:29PM +0100, Jan Beulich wrote:
> 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>

Thanks, Roger.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-02 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-02 14:15 [PATCH] x86: drop use of CONSTRUCTORS from linker script Jan Beulich
2022-03-02 14:46 ` Roger Pau Monné

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.