This commit is contained in:
M4
2026-01-24 07:36:29 +05:30
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -21,6 +21,11 @@ Boston, MA 02111-1307, USA. */
#ifndef __GCC_TOPLEV_H__
#define __GCC_TOPLEV_H__
#include <setjmp.h>
#ifndef _JBLEN
# define _JBLEN (sizeof(jmp_buf)/sizeof(jmp_buf[0]))
#endif
union tree_node;
struct rtx_def;
@@ -70,6 +75,7 @@ extern void error_for_asm (struct rtx_def *, char *, ...)
ATTRIBUTE_PRINTF_2;
extern void warning_for_asm (struct rtx_def *, char *, ...)
ATTRIBUTE_PRINTF_2;
#if defined (_JBLEN) || defined (setjmp)
extern void set_float_handler (jmp_buf);
extern int push_float_handler (jmp_buf, jmp_buf);

View File

@@ -21,6 +21,11 @@ Boston, MA 02111-1307, USA. */
#ifndef __GCC_TOPLEV_H__
#define __GCC_TOPLEV_H__
#include <setjmp.h>
#ifndef _JBLEN
# define _JBLEN (sizeof(jmp_buf)/sizeof(jmp_buf[0]))
#endif
#ifdef ANSI_PROTOTYPES
union tree_node;
struct rtx_def;