Commit 70406574 by Joseph Myers Committed by Joseph Myers

* config/ia64/hpux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.

From-SVN: r94887
parent 7e42db17
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
......
......@@ -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 { \
......
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