diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-10-21 07:41:46 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-10-21 07:41:46 +0000 |
commit | b7432f0f2710102ba870ac34e6bcdc5881663be8 (patch) | |
tree | a07b2cdfd950a7a88284f3d78076d3a4b37a7a9d | |
parent | aa324b9b1e738b4887d0017c4b9b67a869cc1f68 (diff) | |
download | gdb-b7432f0f2710102ba870ac34e6bcdc5881663be8.zip gdb-b7432f0f2710102ba870ac34e6bcdc5881663be8.tar.gz gdb-b7432f0f2710102ba870ac34e6bcdc5881663be8.tar.bz2 |
Pacify GCC -Wall
-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 f5896e0..b8fc3c8 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,11 @@ Tue Oct 21 10:42:38 1997 Andrew Cagney <cagney@b1.cygnus.com> + * sim-fpu.c (EXPMAX): Type is unsigned. + (MIN_INT, MAX_INT): Type is signed64. + (i2fpu): Type of val is signed64. + +Tue Oct 21 10:42:38 1997 Andrew Cagney <cagney@b1.cygnus.com> + * sim-profile.h (PROFILE_PC_BUCKET_SIZE): Treat a shift of zero as a bucket size of zero. |