diff options
author | Nick Clifton <nickc@redhat.com> | 2005-04-18 12:17:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-04-18 12:17:51 +0000 |
commit | 16d55f147928d49892095d21ad04ac40b852546d (patch) | |
tree | 2615e4278954040931f98be2d77b5774ac64994a /sim/arm/ChangeLog | |
parent | 7cefacd39796c75e82cb3f3be53847d66acd8d41 (diff) | |
download | gdb-16d55f147928d49892095d21ad04ac40b852546d.zip gdb-16d55f147928d49892095d21ad04ac40b852546d.tar.gz gdb-16d55f147928d49892095d21ad04ac40b852546d.tar.bz2 |
(WMAC, WMADD): Move casts from the LHS of an assignment operator to the RHS.
(WSLL, WSRA, WSRL, WUNPCKEH, WUNPACKEL): Use ULL suffix to indicate an
unsigned long long constant.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r-- | sim/arm/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index f2ceaec..7a680f3 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,10 @@ +2005-04-18 Nick Clifton <nickc@redhat.com> + + * iwmmxt.c (WMAC, WMADD): Move casts from the LHS of an assignment + operator to the RHS. + (WSLL, WSRA, WSRL, WUNPCKEH, WUNPACKEL): Use ULL suffix to + indicate an unsigned long long constant. + 2005-03-23 Mark Kettenis <kettenis@gnu.org> * configure: Regenerate. |