diff options
author | Felix Lee <flee@cygnus> | 1997-09-23 03:51:33 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1997-09-23 03:51:33 +0000 |
commit | 9f4fd82344344c07d8d4e2f317ffe5360b281524 (patch) | |
tree | 928cf05b7c2302615b65a75306b053a53c5487b8 | |
parent | 8f804531973568992fc8b26b1728ab6c85cee295 (diff) | |
download | gdb-9f4fd82344344c07d8d4e2f317ffe5360b281524.zip gdb-9f4fd82344344c07d8d4e2f317ffe5360b281524.tar.gz gdb-9f4fd82344344c07d8d4e2f317ffe5360b281524.tar.bz2 |
* sim-types.h (SIGNED64): ##i64 when _MSC_VER, not _WIN32.
(SIGNED32): use ##i32.
-rw-r--r-- | sim/common/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 388d1c6..67a733f 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 22 17:20:27 1997 Felix Lee <flee@cygnus.com> + + * sim-types.h (SIGNED64): ##i64 when _MSC_VER, not _WIN32. + (SIGNED32): use ##i32. + Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com> * configure: Regenerated to track ../common/aclocal.m4 changes. |