#3603 closed task (fixed)

Remove support for 16-bit object identifiers

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 5.1
Component: score Version: 5
Severity: normal Keywords: qualification
Cc: Blocked By:
Blocking:

Description

The RTEMS_USE_16_BIT_OBJECT define is not set by an RTEMS port. Remove support for 16-bit object identifiers. If someone really wants to use RTEMS on a 16-bit target, then it is better to use self-contained objects instead of playing around with object identifier optimizations.

Change History (3)

comment:1 Changed on 11/21/18 at 07:06:49 by Sebastian Huber <sebastian.huber@…>

In 59e7209f/rtems:

score: Remove support for RTEMS_USE_16_BIT_OBJECT

The RTEMS_USE_16_BIT_OBJECT define is not set by an RTEMS port. Remove
support for 16-bit object identifiers. If someone really wants to use
RTEMS on a 16-bit target, then it is better to use self-contained
objects instead of playing around with object identifier optimizations.

Update #3603.

comment:2 Changed on 11/21/18 at 07:09:12 by Sebastian Huber <sebastian.huber@…>

Resolution: fixed
Status: assignedclosed

In 92745a4/rtems-docs:

c-user: Remove 16-bit object identifiers

Close #3603.

comment:3 Changed on 06/23/21 at 07:16:03 by Sebastian Huber

Keywords: qualification added
Note: See TracTickets for help on using tickets.