diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-01-29 11:46:02 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-01-29 11:46:02 +0000 |
commit | 17828f45df981ed69e1e9a8eb2e5ec72cd0efbfe (patch) | |
tree | 6924eaa22d60eb7e317c296419743b1cf8c1fd5c /gas/ChangeLog | |
parent | ec0c103cff45e1e96cc8c97c7989c1d8f6c53d72 (diff) | |
download | gdb-17828f45df981ed69e1e9a8eb2e5ec72cd0efbfe.zip gdb-17828f45df981ed69e1e9a8eb2e5ec72cd0efbfe.tar.gz gdb-17828f45df981ed69e1e9a8eb2e5ec72cd0efbfe.tar.bz2 |
gas:
2009-01-29 Paul Brook <paul@codesourcery.com>
Mark Mitchell <mark@codesourcery.com>
* config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
of MUL when possible.
gas/testsuite:
2009-01-29 Paul Brook <paul@codesourcery.com>
Mark Mitchell <mark@codesourcery.com>
* gas/arm/thumb2_mul.s: New file.
* gas/arm/thumb2_mul.d: Likewise.
* gas/arm/thumb2_mul-bad.s: Likewise.
* gas/arm/thumb2_mul-bad.d: Likewise.
* gas/arm/thumb2_mul-bad.l: Likewise.
* gas/arm/t16-bad.s: Add tests for"mul" with high registers.
* gas/arm/t16-bad.l: Update accordingly.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 200b9e7..4cf7901 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2009-01-29 Paul Brook <paul@codesourcery.com> + Mark Mitchell <mark@codesourcery.com> + + * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding + of MUL when possible. + 2009-01-29 Nick Clifton <nickc@redhat.com> * config/tc-mep.h (DIFF_EXPR_OK): Do not define. |