[RTEMS Project] #2612: R_ARM_GOT_BREL relocation type unsupported

RTEMS trac trac at rtems.org
Wed Feb 24 21:13:23 UTC 2016


#2612: R_ARM_GOT_BREL relocation type unsupported
-------------------------+-----------------------
 Reporter:  pggauvin     |       Owner:  chrisj
     Type:  enhancement  |      Status:  accepted
 Priority:  normal       |   Milestone:
Component:  libdl        |     Version:  4.11
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------

Comment (by chrisj):

 The -fPIC option is currently not supported. I have found -fPIC code when
 statically linked into the base image is fine so this shows the code is
 fine to run, it is just the need for this reloc record to be supported.

 It may prove in time the -fPIC option is something useful. Patrick are you
 able to count the relocation records with -fPIC and without? I am
 wondering if an -fPIC build has fewer relocation records because the code
 is already position independent.

 I will follow up your second issue about unresolved symbols once I get
 somewhere I can take a look.

--
Ticket URL: <http://devel.rtems.org/ticket/2612#comment:9>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list