diff options
author | Anthony Green <green@redhat.com> | 2009-06-10 06:07:47 +0000 |
---|---|---|
committer | Anthony Green <green@redhat.com> | 2009-06-10 06:07:47 +0000 |
commit | d7a5ed35ddd9c50581c1e380259365e7f4904e3e (patch) | |
tree | 646b8470be37981f3132d8a1f17b84ad4ae40d48 /gas/ChangeLog | |
parent | 059fb39f2af3a0c8c101c622644cf65279c0b48b (diff) | |
download | gdb-d7a5ed35ddd9c50581c1e380259365e7f4904e3e.zip gdb-d7a5ed35ddd9c50581c1e380259365e7f4904e3e.tar.gz gdb-d7a5ed35ddd9c50581c1e380259365e7f4904e3e.tar.bz2 |
Handle MOXIE_F1_M opcodes.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8922aa0..ffae37d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2009-06-10 Anthony Green <green@moxielogic.com> + + * config/tc-moxie.c (md_assemble): Handle MOXIE_F1_M encoded + opcodes. + 2009-06-09 Jakub Jelinek <jakub@redhat.com> PR gas/10255 |