Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#287 closed defect (duplicate)

sigjmp_buf is not defined for i386-rtems

Reported by: Eric Norum Owned by: Joel Sherrill
Priority: normal Milestone: 2
Component: unspecified Version: unknown
Severity: major Keywords:
Cc: bugs@… Blocked By:
Blocking:

Description

When compiling for an I386 target, the newlib setjmp.h includes setjmp-dj.h, which does not define _JBLEN. This causes the typedef for sigjmp_buf to be left out.

Release:
newlib-cvs

How-To-Repeat:
#include <setjmp.h>
sigjmp_buf foo;

i386-rtems-gcc jnk.c fails, but
m68k-rtems-gcc succeeds.

Change History (2)

comment:1 Changed on 10/01/02 at 11:26:29 by Joel Sherrill

Status: assignedclosed

* This bug has been marked as a duplicate of 286 *

comment:2 Changed on 10/10/17 at 06:35:44 by Sebastian Huber

Component: miscunspecified
Note: See TracTickets for help on using tickets.