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: Mon, 29 Apr 2019 20:42:15 +0000

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

--- Comment #7 from maamountki <maamountk at hotmail dot com> ---
Thinking of replacing the new layout with this one

      +----------------------------------+
      |.got[0]: DYNAMIC                  |   <--- _GLOBAL_OFFSET_TABLE_ .got
      +----------------------------------+
      |                                  |   <--- non-plt GOT entries
      |                                  |
      |                                  |
      +----------------------------------+
      |.got.plt[0]: link_map parm        |   <--- DT_PLTGOT .gotplt
      |.got.plt[1]: &_dl_runtime_resolve |
      |                                  |
      |                                  |
      +----------------------------------+
      |                                  |   <--- PLT GOT entries
      |                                  |
      |                                  |
      |                                  |
      +----------------------------------+

However ld and gold layouts will not be on the same track and the code will not
be as simple as the current patch, What do you think?

-- 
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]