diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-07-11 03:07:29 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-07-11 03:07:29 +0000 |
commit | 1e851d2c82aa27d025bca2cc508ee18ca080dcf1 (patch) | |
tree | 5af9012991ea08c9eb3d9153a06146fa5f01feba /sim/mips/configure.in | |
parent | 2476848aafa495e6b9fee09cf15f451a3b5afb41 (diff) | |
download | gdb-1e851d2c82aa27d025bca2cc508ee18ca080dcf1.zip gdb-1e851d2c82aa27d025bca2cc508ee18ca080dcf1.tar.gz gdb-1e851d2c82aa27d025bca2cc508ee18ca080dcf1.tar.bz2 |
Fix a number of problems in the r5900 specific p* (parallel) instructions.
In particular a host endian dependency one fixed resolved most problems.
Diffstat (limited to 'sim/mips/configure.in')
-rw-r--r-- | sim/mips/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/configure.in b/sim/mips/configure.in index 6349731..97ef4f3 100644 --- a/sim/mips/configure.in +++ b/sim/mips/configure.in @@ -7,7 +7,7 @@ SIM_AC_COMMON dnl Options available in this module SIM_AC_OPTION_INLINE(0) -SIM_AC_OPTION_ENDIAN(BIG_ENDIAN) +SIM_AC_OPTION_ENDIAN(0) SIM_AC_OPTION_HOSTENDIAN SIM_AC_OPTION_WARNINGS |