diff options
author | Paul Brook <paul@codesourcery.com> | 2007-05-31 14:50:16 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2007-05-31 14:50:16 +0000 |
commit | 91568d083aac1900ec23ac9432376ab5b704e8ac (patch) | |
tree | 4cd8baa0389103bed5f2e83f46b3a6f4069b4a3a /gas/ChangeLog | |
parent | 7ad9660b3c14aad77c85358d2168b9caa9bda3c0 (diff) | |
download | gdb-91568d083aac1900ec23ac9432376ab5b704e8ac.zip gdb-91568d083aac1900ec23ac9432376ab5b704e8ac.tar.gz gdb-91568d083aac1900ec23ac9432376ab5b704e8ac.tar.bz2 |
2007-05-31 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (insns): Allow strex on M profile cores.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 147b11f..9225ad0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2007-05-31 Paul Brook <paul@codesourcery.com> + + * config/tc-arm.c (insns): Allow strex on M profile cores. + 2007-05-29 David S. Miller <davem@davemloft.net> Jakub Jelinek <jakub@redhat.com> |