#817 closed defect (fixed)

rtems_gxx_recursive_mutex_init_function

Reported by: Ralf Corsepius Owned by: Joel Sherrill
Priority: highest Milestone: 2
Component: score Version: unknown
Severity: critical Keywords:
Cc: bugs@…, ralf.corsepius@… Blocked By:
Blocking:

Description

GCC >= 4.0 's gthr-rtems.h expects rtems to provide

rtems_gxx_recursive_mutex_init

This function is missing in RTEMS, instead gxx_wrappers.c provides
rtems_gxx_recursive_mutex_init_function

It has been proposed to change gcc to use
rtems_gxx_recursive_mutex_init_function.

Though this would work, after some having thought about this for a while, I have decided to do the opposite, i.e. to leave gcc unchanged and change RTEMS's gxx_wrapper.c to provide rtems_gxx_recursive_mutex_init.

Release:
unknown

Change History (1)

comment:1 Changed on 08/02/05 at 11:39:20 by Ralf Corsepius

Status: assignedclosed

State-Changed-From-To: open->closed
State-Changed-Why: Patches applied to rtems-4_6-branch and CVS-trunk

Note: See TracTickets for help on using tickets.