[RTEMS Project] #2612: R_ARM_GOT_BREL relocation type unsupported
RTEMS trac
trac at rtems.org
Wed Feb 24 00:19:54 UTC 2016
#2612: R_ARM_GOT_BREL relocation type unsupported
-------------------------+--------------------
Reporter: pggauvin | Owner: chrisj
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: libdl | Version: 4.11
Severity: normal | Keywords:
-------------------------+--------------------
If a run-time loaded library contains global variables, its load fails
because of an unsupported relocation type. The following is the `dlerror`
message:
{{{
.text: Unsupported relocation type 26 in non-PLT relocations
}}}
After examining the library's object file, the relocation type for the
symbol was determined to be `R_ARM_GOT_BREL`.
I will update the ticket with a small program that reproduces the error
within a couple of days.
--
Ticket URL: <http://devel.rtems.org/ticket/2612>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list