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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to