aboutsummaryrefslogtreecommitdiff
path: root/sim/common/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-09-05 00:30:38 +0000
committerAndrew Cagney <cagney@redhat.com>1997-09-05 00:30:38 +0000
commit30efae3acdacbd3239bd7385a5b535abf5ed23e9 (patch)
tree4e7757304f2588b575f205ab3600c3fd05307af2 /sim/common/ChangeLog
parentc142a1f507edd58eaa3aa708baaf7ca49a5cf031 (diff)
downloadgdb-30efae3acdacbd3239bd7385a5b535abf5ed23e9.zip
gdb-30efae3acdacbd3239bd7385a5b535abf5ed23e9.tar.gz
gdb-30efae3acdacbd3239bd7385a5b535abf5ed23e9.tar.bz2
Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r--sim/common/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 3dd3d98..a998bc3 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,17 @@
+Fri Sep 5 08:39:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * sim-alu.h (ALU64_ADD): Use explicit MSEXTRACTED64, do not assume
+ bit endianness.
+ (SIGNED64, UNSIGNED64): Delete.
+ (ALU64_ADD): Don't rely on bit endianness.
+ (ALU64_BEGIN): Define.
+
+ * sim-n-bits.h (MSEXTRACTEDn, LSEXTRACTED): New functions.
+ (EXTRACTEDn): Delete, define as either LSEXTRACTED or MSEXTRACTED.
+
+ * sim-types.h (SIGNED64, UNSIGNED64): New macros, attach relevant
+ suffix - u64, LL - to 64 bit constants.
+
Thu Sep 4 09:27:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
* sim-config.c (sim_config): Add assert for SIM_MAGIC_NUMBER.