aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/ChangeLog
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-11-30 11:13:08 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-11-30 11:13:08 +0000
commit1f1e5dd85f05454abbad6847723ab6809de131c3 (patch)
tree3c3139694568aa48292a88f8901f26aa8c0501a6 /sim/ppc/ChangeLog
parent9d5aef807526857c70081e0da47b45a5245c1f71 (diff)
downloadgdb-1f1e5dd85f05454abbad6847723ab6809de131c3.zip
gdb-1f1e5dd85f05454abbad6847723ab6809de131c3.tar.gz
gdb-1f1e5dd85f05454abbad6847723ab6809de131c3.tar.bz2
Let autoconf determine if host is big endian or not
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r--sim/ppc/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index 0b6fa44..8c9eebb 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,11 +1,18 @@
Tue Nov 28 13:38:26 1995 Michael Meissner <meissner@tiktok.cygnus.com>
+ * sim-endian.h: Look at WORDS_BIGENDIAN to determine if the host
+ is big endian or little endian. For SWAP_n, use htonl/htons if
+ host is little endian, not big endian and if WITH_NTOH is defined.
+
* configure{,.in} (--enable-sim-model-issue): Instead of defining
- 0/1, define it to be MODEL_ISSUE_{PROCESS,IGNORE}.
+ 0/1, define it to be MODEL_ISSUE_{PROCESS,IGNORE}. Add
+ AC_C_BIGENDIAN to determine if the host is big endian or not.
+ * config.in: Regenerate.
* std-config.h (WITH_MODEL_ISSUE): Default to 0.
(CURRENT_MODEL_ISSUE): Reference WITH_MODEL_ISSUE, and if that is
0, use current_model_issue.
+ (MODEL_ISSUE_{PROCESS,IGNORE}): Define as -1/1.
* psim.c (current_model_issue): New global variable.