IA64 HP-UX patch

Steve Ellcey sje@cup.hp.com
Fri Oct 25 08:58:00 GMT 2002


We were setting BITS_BIG_ENDIAN in our HP-UX IA64 port at one time but
we no longer want to do this and it causes test failures when we do set
it.

2002-10-25  Steve Ellcey  <sje@cup.hp.com>

	* config/ia64/hpux.h (BITS_BIG_ENDIAN): Remove.


*** gcc.orig/gcc/config/ia64/hpux.h	Fri Oct 25 08:52:38 2002
--- gcc/gcc/config/ia64/hpux.h	Fri Oct 25 08:52:48 2002
*************** do {							\
*** 101,109 ****
  
  #define JMP_BUF_SIZE  (8 * 76)
  
- #undef BITS_BIG_ENDIAN
- #define BITS_BIG_ENDIAN 1
- 
  #undef TARGET_DEFAULT
  #define TARGET_DEFAULT (MASK_DWARF2_ASM | MASK_BIG_ENDIAN | MASK_ILP32)
  
--- 101,106 ----



More information about the Gcc-patches mailing list