From 14647468df0b45ecf15223ee6a14ae50304b1f11 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 13 Mar 2011 21:24:42 +0100 Subject: make use of jmpbuf-offsets.h and jmpbuf-unwind.h Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/h8300/bsd-_setjmp.S | 4 +--- libc/sysdeps/linux/h8300/bsd-setjmp.S | 4 +--- libc/sysdeps/linux/h8300/setjmp.S | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) (limited to 'libc/sysdeps/linux/h8300') diff --git a/libc/sysdeps/linux/h8300/bsd-_setjmp.S b/libc/sysdeps/linux/h8300/bsd-_setjmp.S index e315058a7..fbe702599 100644 --- a/libc/sysdeps/linux/h8300/bsd-_setjmp.S +++ b/libc/sysdeps/linux/h8300/bsd-_setjmp.S @@ -1,8 +1,6 @@ /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. H8/300 version. */ -#define _ASM -#define _SETJMP_H -#include +#include #ifdef __H8300S__ .h8300s diff --git a/libc/sysdeps/linux/h8300/bsd-setjmp.S b/libc/sysdeps/linux/h8300/bsd-setjmp.S index 9c3535503..74ebb8f9a 100644 --- a/libc/sysdeps/linux/h8300/bsd-setjmp.S +++ b/libc/sysdeps/linux/h8300/bsd-setjmp.S @@ -1,8 +1,6 @@ /* BSD `_setjmp' entry point to `sigsetjmp (..., 1)'. H8/300 version. */ -#define _ASM -#define _SETJMP_H -#include +#include #ifdef __H8300S__ .h8300s diff --git a/libc/sysdeps/linux/h8300/setjmp.S b/libc/sysdeps/linux/h8300/setjmp.S index 5e487674b..f2795fa54 100644 --- a/libc/sysdeps/linux/h8300/setjmp.S +++ b/libc/sysdeps/linux/h8300/setjmp.S @@ -1,6 +1,4 @@ -#define _ASM -#define _SETJMP_H -#include +#include #ifdef __H8300S__ .h8300s -- cgit v1.2.3