OSDN Git Service

* pa/pa-64.h (MAX_WCHAR_TYPE_SIZE): Delete.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 May 2002 23:10:59 +0000 (23:10 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 May 2002 23:10:59 +0000 (23:10 +0000)
* pa/pa.h (MAX_WCHAR_TYPE_SIZE): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53309 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pa/pa-64.h
gcc/config/pa/pa.h

index 4672fd1..b1dbeb1 100644 (file)
@@ -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
index 416e079..2658038 100644 (file)
@@ -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.  */
index 943a2d9..b4f0768 100644 (file)
@@ -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)