diff options
author | Steve Ellcey <sje@cup.hp.com> | 2002-10-25 22:18:37 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2002-10-25 22:18:37 +0000 |
commit | 794186cab2521fa10e006d55acca937082164666 (patch) | |
tree | 93d3e6aeab5814cca886f2c879217c88cc020e2f | |
parent | f65e118396016a5802791c7842e8506bcbd83cd3 (diff) | |
download | gcc-794186cab2521fa10e006d55acca937082164666.zip gcc-794186cab2521fa10e006d55acca937082164666.tar.gz gcc-794186cab2521fa10e006d55acca937082164666.tar.bz2 |
* config/ia64/hpux.h (BITS_BIG_ENDIAN): Remove.
From-SVN: r58543
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/ia64/hpux.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7ad2654..9778a0f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-10-25 Steve Ellcey <sje@cup.hp.com> + + * config/ia64/hpux.h (BITS_BIG_ENDIAN): Remove. + 2002-10-25 Richard Henderson <rth@redhat.com> * 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 1b0f653..88ea211 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) |