* libc/include/machine/setjmp.h [__H8300__] (_JBTYPE): Define,
instead of typedefing jmp_buf.
This commit is contained in:
parent
9a6831be86
commit
eb6a452aae
|
@ -1,5 +1,8 @@
|
||||||
2004-06-22 Alexandre Oliva <aoliva@redhat.com>
|
2004-06-22 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* libc/include/machine/setjmp.h [__H8300__] (_JBTYPE): Define,
|
||||||
|
instead of typedefing jmp_buf.
|
||||||
|
|
||||||
2003-07-02 Richard Sandiford <rsandifo@redhat.com>
|
2003-07-02 Richard Sandiford <rsandifo@redhat.com>
|
||||||
* libc/machine/h8300/Makefile.am (lib_a_SOURCES): Add h8sx_strcpy.S.
|
* libc/machine/h8300/Makefile.am (lib_a_SOURCES): Add h8sx_strcpy.S.
|
||||||
* libc/machine/h8300/defines.h (LEN): New macro.
|
* libc/machine/h8300/defines.h (LEN): New macro.
|
||||||
|
|
|
@ -86,7 +86,7 @@ _BEGIN_STD_C
|
||||||
|
|
||||||
#ifdef __H8300__
|
#ifdef __H8300__
|
||||||
#define _JBLEN 5
|
#define _JBLEN 5
|
||||||
typedef int jmp_buf[_JBLEN];
|
#define _JBTYPE int
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __H8300H__
|
#ifdef __H8300H__
|
||||||
|
|
Loading…
Reference in New Issue