#4701 closed defect (fixed)

Relocatable write data is placed in read-only region on some BSPs

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 6.1
Component: bsps Version: 6
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

The .data.rel.ro* linker input section pattern accidentally matches with writeable data those symbol name starts with "ro".

Change History (1)

comment:1 Changed on 08/12/22 at 08:02:07 by Sebastian Huber <sebastian.huber@…>

Resolution: fixed
Status: assignedclosed

In 21a36ed1/rtems:

bsps: Fix .data.rel.ro placement

The .data.rel.ro* linker input section pattern accidentally matches with
writeable data those symbol name starts with "ro".

Close #4701.

Note: See TracTickets for help on using tickets.