bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/20114] Partial relro support for s390x gold


From: maamountk at hotmail dot com
Subject: [Bug gold/20114] Partial relro support for s390x gold
Date: Tue, 30 Apr 2019 11:31:13 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=20114

--- Comment #12 from maamountki <maamountk at hotmail dot com> ---
(In reply to Andreas Krebbel from comment #11)
> Ok. Having a linker script with just a .got continues to work with your
> patch?

Yes. My LinuxONE Community Cloud VM has been expired I can not pull the linker
script that I used, But as I remember It look like this

SECTIONS
{
  . = 0x40000;
  .reginfo : { *(.reginfo) }
  .dynamic : { *(.dynamic) }
  .hash : { *(.hash) }
  .dynsym : { *(.dynsym) }
  .dynstr : { *(.dynstr) }
  .rel.dyn : { *(.rel.dyn) }

  . = 0x50000;
  .text : { *(.text) }

  . = 0x60000;
  .data : { *(.data) }
  HIDDEN (_gp = ALIGN (16) + 0x7ff0);
  .got : { *(.got) }
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]