aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-07-15 22:17:02 +0000
committerJeff Johnston <jjohnstn@redhat.com>2002-07-15 22:17:02 +0000
commit379811450f1abdeb6abbb16ef5f8d7db84026b32 (patch)
treed75269deb687dc5cb809b6de12b172b40aadcb2e /newlib
parent38b5dc59abeb40f5124cd1ca121c3fc2e2071846 (diff)
downloadnewlib-379811450f1abdeb6abbb16ef5f8d7db84026b32.zip
newlib-379811450f1abdeb6abbb16ef5f8d7db84026b32.tar.gz
newlib-379811450f1abdeb6abbb16ef5f8d7db84026b32.tar.bz2
2002-07-15 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/config.h[__H8300__]: Replace __SMALL_BITFIELDS definition that was removed in error.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/include/sys/config.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 3886a83..8b1f822 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2002-07-15 Jeff Johnston <jjohnstn@redhat.com>
+ * libc/include/sys/config.h[__H8300__]: Replace __SMALL_BITFIELDS
+ definition that was removed in error.
+
+2002-07-15 Jeff Johnston <jjohnstn@redhat.com>
+
* libc/include/machine/ieeefp.h: Change to only define
floating point defines (e.g one of __IEEE_BIG_ENDIAN or
__IEEE_LITTLE_ENDIAN must be defined for each platform).
diff --git a/newlib/libc/include/sys/config.h b/newlib/libc/include/sys/config.h
index 4b45787..3f94fe8 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