diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-02-15 17:17:09 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-02-15 17:17:09 +0000 |
commit | ba21a8a84f1fe4b923517ef9c0209576c9b4435e (patch) | |
tree | 8f39ba7670e6d9ee30d1790ca59bd2e426880982 | |
parent | c220009946ae0a6e65fd638180201f8879482915 (diff) | |
download | gcc-ba21a8a84f1fe4b923517ef9c0209576c9b4435e.zip gcc-ba21a8a84f1fe4b923517ef9c0209576c9b4435e.tar.gz gcc-ba21a8a84f1fe4b923517ef9c0209576c9b4435e.tar.bz2 |
* config/sh/sh.h (BOOL_TYPE_SIZE): Don't define.
From-SVN: r39721
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/sh/sh.h | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d89360b..fbe44cd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 15 15:16:38 2001 Alexandre Oliva <aoliva@redhat.com> + + * config/sh/sh.h (BOOL_TYPE_SIZE): Don't define. + Thu Feb 15 10:52:31 CET 2001 Jan Hubicka <jh@suse.cz> * i386.md (extendsfdf2_2): Fix constraints. diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 01473bd..5e18291 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -1670,13 +1670,6 @@ extern int current_function_anonymous_args; /* Nonzero if access to memory by bytes is no faster than for words. */ #define SLOW_BYTE_ACCESS 1 -/* Force sizeof(bool) == 1 to maintain binary compatibility; otherwise, the - change in SLOW_BYTE_ACCESS would have changed it to 4. */ - -/* This used to use INT_TYPE_SIZE / CHAR_TYPE_SIZE, but these are - not guaranteed to be defined when BOOL_TYPE_SIZE is used. */ -#define BOOL_TYPE_SIZE (flag_new_abi ? BITS_PER_WORD : BITS_PER_UNIT) - /* We assume that the store-condition-codes instructions store 0 for false and some other value for true. This is the value stored for true. */ |