From: Steve Ellcey Date: Fri, 25 Oct 2002 22:18:37 +0000 (+0000) Subject: * config/ia64/hpux.h (BITS_BIG_ENDIAN): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=794186cab2521fa10e006d55acca937082164666;p=gcc.git * config/ia64/hpux.h (BITS_BIG_ENDIAN): Remove. From-SVN: r58543 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7ad2654c421..9778a0fcc3f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-10-25 Steve Ellcey + + * config/ia64/hpux.h (BITS_BIG_ENDIAN): Remove. + 2002-10-25 Richard Henderson * real.c (real_to_decimal): If the >1 tens reduction loop results diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h index 1b0f653f612..88ea21182fe 100644 --- a/gcc/config/ia64/hpux.h +++ b/gcc/config/ia64/hpux.h @@ -101,9 +101,6 @@ do { \ #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)