This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Regarding "Inconsistency detected by ld.so"


Attempted to create a fake block between (00020000 - 0fffffff) with below
section which resulted libdl to fall @0fe20000 and executable loading is
failing with error message "Inconsistency detected by ld.so"
PHDR 

TSTSTART PT_LOAD FLAGS (0);

  .TSTSTART 0x00020000: ALIGN (0x10000)
    {
    . = 0x0FFDFFFF;
  } :TSTSTART




--
View this message in context: http://sourceware-org.1504.n7.nabble.com/Regarding-Inconsistency-detected-by-ld-so-tp227752p229996.html
Sent from the Sourceware - binutils list mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]