From 379811450f1abdeb6abbb16ef5f8d7db84026b32 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 15 Jul 2002 22:17:02 +0000 Subject: [PATCH] 2002-07-15 Jeff Johnston * libc/include/sys/config.h[__H8300__]: Replace __SMALL_BITFIELDS definition that was removed in error. --- newlib/ChangeLog | 5 +++++ newlib/libc/include/sys/config.h | 1 + 2 files changed, 6 insertions(+) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 3886a83c2..8b1f822c7 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2002-07-15 Jeff Johnston + + * libc/include/sys/config.h[__H8300__]: Replace __SMALL_BITFIELDS + definition that was removed in error. + 2002-07-15 Jeff Johnston * libc/include/machine/ieeefp.h: Change to only define diff --git a/newlib/libc/include/sys/config.h b/newlib/libc/include/sys/config.h index 4b45787b4..3f94fe885 100644 --- a/newlib/libc/include/sys/config.h +++ b/newlib/libc/include/sys/config.h @@ -7,6 +7,7 @@ #if defined(__H8300__) || defined(__H8500__) || defined (__H8300H__) || defined(__W65__) || defined (__H8300S__) /* ??? This conditional is true for the h8500 and the w65, defining H8300 in those cases probably isn't the right thing to do. */ +#define __SMALL_BITFIELDS #define H8300 1 #endif