mbox series

[v2,0/3] misc improvements

Message ID 20190621163802.29808-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series misc improvements | expand

Message

Roger Pau Monne June 21, 2019, 4:37 p.m. UTC
Hello,

Following patches are the general improvements that came out of my
attempt to add LLD 8 support.

I've now put on hold the addition of LLD 8 support, since according to
LLD documentation it should mimic GNU ld behaviour, but that's clearly
not the case with orphan sections in linker scripts. Until this is
resolved, either by fixing LLD 8 behavior or updating the documentation,
I don't foresee LLD 8 support in Xen.

Roger Pau Monne (3):
  x86/linker: use DECL_SECTION uniformly
  x86: check for multiboot{1,2} header presence
  x86/linker: add a reloc section to ELF binary

 xen/arch/x86/Makefile  |  7 ++++++-
 xen/arch/x86/xen.lds.S | 12 ++++++++++--
 2 files changed, 16 insertions(+), 3 deletions(-)