[RTEMS Project] #4950: libdl test dl07 fails on PowerPC

RTEMS trac trac at rtems.org
Mon Aug 28 06:31:02 UTC 2023


#4950: libdl test dl07 fails on PowerPC
-------------------------+--------------------------
 Reporter:  Chris Johns  |       Owner:  Chris Johns
     Type:  defect       |      Status:  assigned
 Priority:  normal       |   Milestone:  6.1
Component:  lib/dl       |     Version:  6
 Severity:  normal       |  Resolution:
 Keywords:               |  Blocked By:
 Blocking:               |
-------------------------+--------------------------

Comment (by Chris Johns):

 The change to use separate data and text sections exposed a bug in how
 symbols and section alignment are handled when locating the symbols. The
 issues are:
 1. The base address of a section may not be aligned to the required
 alignment
 2. The location support on PowerPC included SDATA symbols in respective
 data section processing while not being included in the size calculation.
 This pushed the symbols out past the end of the allocated memory.

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


More information about the bugs mailing list