* config/ia64/hpux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Feb 2005 19:55:07 +0000 (19:55 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Feb 2005 19:55:07 +0000 (19:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94887 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/ia64/hpux.h

index 33f2560..dd6defd 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-11  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * config/ia64/hpux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
+
 2005-02-11  Dale Johannesen  <dalej@apple.com>
 
        * cselib.c (cselib_process_insn):  Clear out regs where
index 9ae420f..4ed29bb 100644 (file)
@@ -30,6 +30,12 @@ Boston, MA 02111-1307, USA.  */
 #undef  TARGET_HPUX
 #define TARGET_HPUX 1
 
+#undef WCHAR_TYPE
+#define WCHAR_TYPE "unsigned int"
+
+#undef WCHAR_TYPE_SIZE
+#define WCHAR_TYPE_SIZE 32
+
 /* Target OS builtins.  */
 #define TARGET_OS_CPP_BUILTINS()                       \
 do {                                                   \