Commit 461b48d5 by John David Anglin Committed by John David Anglin

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
parent 95d075ff
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> 2002-05-08 Bernd Schmidt <bernds@redhat.com>
* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Tweak previous change to * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Tweak previous change to
......
...@@ -69,7 +69,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -69,7 +69,6 @@ Boston, MA 02111-1307, USA. */
FP codes supplied by HP we'll keep it at 64 bits. */ FP codes supplied by HP we'll keep it at 64 bits. */
#undef LONG_DOUBLE_TYPE_SIZE #undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64 #define LONG_DOUBLE_TYPE_SIZE 64
#define MAX_WCHAR_TYPE_SIZE 32
/* Temporary until we figure out what to do with those *(&@$ 32bit /* Temporary until we figure out what to do with those *(&@$ 32bit
relocs which appear in stabs. */ relocs which appear in stabs. */
......
...@@ -393,7 +393,6 @@ extern int target_flags; ...@@ -393,7 +393,6 @@ extern int target_flags;
#define MAX_BITS_PER_WORD 64 #define MAX_BITS_PER_WORD 64
#define MAX_LONG_TYPE_SIZE 32 #define MAX_LONG_TYPE_SIZE 32
#define MAX_WCHAR_TYPE_SIZE 32
/* Width of a word, in units (bytes). */ /* Width of a word, in units (bytes). */
#define UNITS_PER_WORD (TARGET_64BIT ? 8 : 4) #define UNITS_PER_WORD (TARGET_64BIT ? 8 : 4)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment