* config/ia64/hpux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 11 Feb 2005 19:55:07 +0000 (19:55 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 11 Feb 2005 19:55:07 +0000 (19:55 +0000)
From-SVN: r94887

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

index 33f2560a52b4182554b562d71d6de5442c6066c3..dd6defd9463ed4e5b1c68447581ba0ebb29eba3f 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 9ae420f84fcc023daf13732c79030d665aaf9846..4ed29bbbfca0406b8b45ab84ad0023f1e20f0460 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 {                                                   \