http://sourceware.org/bugzilla/show_bug.cgi?id=12880

           Summary: gold doesn't generate PT_INTERP for .interp section
           Product: binutils
           Version: 2.22 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
        AssignedTo: i...@airs.com
        ReportedBy: rol...@gnu.org


In BFD ld, the presence of a regular allocated section called ".interp" causes
the implicit generation of a PT_INTERP phdr.  This happens under -shared and
static links too, and for those (where -dynamic-linker is ignored), it's the
available way to get a PT_INTERP (without a manual PHDRS in a linker script).

Gold doesn't support this.  It treats the .interp section normally as it
should, but never emits any PT_INTERP.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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