aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>2002-05-08 23:10:59 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2002-05-08 23:10:59 +0000
commit461b48d5448f2594e13e085c9f69b15d328ed032 (patch)
tree81fdd4b5298986f4af501b4aa8abcc358fcb03f8
parent95d075ff8930a54f62889fd963074dbadb9f232a (diff)
downloadgcc-461b48d5448f2594e13e085c9f69b15d328ed032.zip
gcc-461b48d5448f2594e13e085c9f69b15d328ed032.tar.gz
gcc-461b48d5448f2594e13e085c9f69b15d328ed032.tar.bz2
pa-64.h (MAX_WCHAR_TYPE_SIZE): Delete.
* pa/pa-64.h (MAX_WCHAR_TYPE_SIZE): Delete. * pa/pa.h (MAX_WCHAR_TYPE_SIZE): Delete. From-SVN: r53309
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/pa/pa-64.h1
-rw-r--r--gcc/config/pa/pa.h1
3 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4672fd1..b1dbeb1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-08 John David Anglin <dave@hiauly1.hia.nrc.ca>
+
+ * pa/pa-64.h (MAX_WCHAR_TYPE_SIZE): Delete.
+ * pa/pa.h (MAX_WCHAR_TYPE_SIZE): Delete.
+
2002-05-08 Bernd Schmidt <bernds@redhat.com>
* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Tweak previous change to
diff --git a/gcc/config/pa/pa-64.h b/gcc/config/pa/pa-64.h
index 416e079..2658038 100644
--- a/gcc/config/pa/pa-64.h
+++ b/gcc/config/pa/pa-64.h
@@ -69,7 +69,6 @@ Boston, MA 02111-1307, USA. */
FP codes supplied by HP we'll keep it at 64 bits. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64
-#define MAX_WCHAR_TYPE_SIZE 32
/* Temporary until we figure out what to do with those *(&@$ 32bit
relocs which appear in stabs. */
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h
index 943a2d9..b4f0768 100644
--- a/gcc/config/pa/pa.h
+++ b/gcc/config/pa/pa.h
@@ -393,7 +393,6 @@ extern int target_flags;
#define MAX_BITS_PER_WORD 64
#define MAX_LONG_TYPE_SIZE 32
-#define MAX_WCHAR_TYPE_SIZE 32
/* Width of a word, in units (bytes). */
#define UNITS_PER_WORD (TARGET_64BIT ? 8 : 4)