2002-07-15 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/config.h[__H8300__]: Replace __SMALL_BITFIELDS definition that was removed in error.
This commit is contained in:
parent
38b5dc59ab
commit
379811450f
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue