* pa-linux.h (WCHAR_UNSIGNED): Define to 0.
* pa.h (WCHAR_UNSIGNED): Define to 1.
From-SVN: r54126
+2002-05-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
+
+ * pa-linux.h (WCHAR_UNSIGNED): Define to 0.
+ * pa.h (WCHAR_UNSIGNED): Define to 1.
+
2002-05-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.c (output_millicode_call): Correct "be,l" insn for TARGET_PA_20.
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+/* Wide characters are signed. */
+#undef WCHAR_UNSIGNED
+#define WCHAR_UNSIGNED 0
+
/* Use DWARF2 debugging info and unwind. */
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
#define SIZE_TYPE "unsigned int"
#define PTRDIFF_TYPE "int"
#define WCHAR_TYPE "unsigned int"
+#define WCHAR_UNSIGNED 1
#define WCHAR_TYPE_SIZE 32
/* Show we can debug even without a frame pointer. */