[RTEMS Project] #2802: Test "libdl (RTL) 5" fails on SPARC targets

RTEMS trac trac at rtems.org
Thu Nov 10 05:39:59 UTC 2016


#2802: Test "libdl (RTL) 5" fails on SPARC targets
-----------------------------+---------------------
 Reporter:  sebastian.huber  |       Owner:  chrisj
     Type:  defect           |      Status:  new
 Priority:  normal           |   Milestone:  4.12
Component:  libdl            |     Version:  4.12
 Severity:  normal           |  Resolution:
 Keywords:                   |
-----------------------------+---------------------

Comment (by chrisj):

 This is due to the following relocation record:

 Relocation section '.rela.eh_frame' at offset 0x5fe8 contains 3 entries:
  Offset     Info    Type            Sym.Value  Sym. Name + Addend
 00000013  00001403 R_SPARC_32        00000000   __gxx_personality_v0 + 0

 The type is R_SPARC_32 is declared as being aligned however the offset is
 0x13 and this causes a misaligned access.

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


More information about the bugs mailing list