[RTEMS Project] #4673: Runtime loader exported symbols address size not consistent

RTEMS trac trac at rtems.org
Thu Jun 30 20:42:09 UTC 2022


#4673: Runtime loader exported symbols address size not consistent
------------------------+--------------------
  Reporter:  Ryan Long  |      Owner:  (none)
      Type:  defect     |     Status:  new
  Priority:  normal     |  Milestone:  6.1
 Component:  lib/dl     |    Version:  6
  Severity:  normal     |   Keywords:
Blocked By:             |   Blocking:
------------------------+--------------------
 In rtl-sym.c, where the exported symbols table is read in
 `rtems_rtl_symbol_global_add`, the addresses are expected to be of size
 `sizeof(unsigned long)`. This works fine for most architectures because
 most of them evaluate to 4. For Aarch64 however, this evaluates to 8.

--
Ticket URL: <http://devel.rtems.org/ticket/4673>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list