bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/12880] New: gold doesn't generate PT_INTERP for .interp sectio


From: roland at gnu dot org
Subject: [Bug gold/12880] New: gold doesn't generate PT_INTERP for .interp section
Date: Sat, 11 Jun 2011 09:57:26 +0000

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: address@hidden
        ReportedBy: address@hidden


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.



reply via email to

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