diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-03-03 05:34:31 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-03-03 05:34:31 +0000 |
commit | 3cdda79a7cf4730828844e8523e42373214423a4 (patch) | |
tree | 6d6955e92bcca491f735c75aac39bc1d202dad9d /sim | |
parent | aca1adeee52c61443a00d286f4a15ac77ca59533 (diff) | |
download | gdb-3cdda79a7cf4730828844e8523e42373214423a4.zip gdb-3cdda79a7cf4730828844e8523e42373214423a4.tar.gz gdb-3cdda79a7cf4730828844e8523e42373214423a4.tar.bz2 |
* sim-types.h (SIGNED32, SIGNED64): Pacify GCC.
* sim-alu.h (ALU64_BEGIN): Make alu64_r unsigned.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 07969ea..18255bb 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,9 @@ +Tue Mar 3 10:53:05 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * sim-types.h (SIGNED32, SIGNED64): Pacify GCC. + + * sim-alu.h (ALU64_BEGIN): Make alu64_r unsigned. + Mon Mar 2 10:20:06 1998 Doug Evans <devans@seba.cygnus.com> * Make-common.in (TAGS): Make smarter. |