#3396 closed defect (fixed)

rtems-ld does not handle R_ARM_V4BX relocation records

Reported by: Chris Johns Owned by: Chris Johns
Priority: normal Milestone: 5.1
Component: tool Version: 5
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

The R_ARM_V4BX does not have a symbol and this raised an error with dl06 with a ARMv7 instruction set when merging sections when creating a RAP image.

Ignore this relocation record.

Change History (1)

comment:1 Changed on 04/16/18 at 01:57:46 by Chris Johns <chrisj@…>

Resolution: fixed
Status: assignedclosed

In ec419a0/rtems-tools:

rtemstoolkit/rap: Ignore R_ARM_V4BX relocation records

Note, this removes the detalis needed to alter the instruction for
an ARMv4 instruction set. Currently this type of record is not handled
in the RAP format loader and the RTL loader ignores it.

Close #3396

Note: See TracTickets for help on using tickets.