This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

IA64 HP-UX patch


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 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]