diff options
author | Nick Clifton <nickc@redhat.com> | 2007-03-21 16:08:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-03-21 16:08:14 +0000 |
commit | af1c101013f1e8c3d2bbcd2fb2153110d81e47d1 (patch) | |
tree | 10dbde9899f49f7d08cdce88c46f2fe782330363 /gas/ChangeLog | |
parent | 1d5f2fe90da978c067d28b95b0eb9e504063194d (diff) | |
download | gdb-af1c101013f1e8c3d2bbcd2fb2153110d81e47d1.zip gdb-af1c101013f1e8c3d2bbcd2fb2153110d81e47d1.tar.gz gdb-af1c101013f1e8c3d2bbcd2fb2153110d81e47d1.tar.bz2 |
PR gas/4124
* config/tc-alpha.c (emit_ustX): Fix ustq code generation.
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 1c7b0fe..ca2f6dd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2007-03-21 Anton Ertl <anton@mips.complang.tuw> + + PR gas/4124 + * config/tc-alpha.c (emit_ustX): Fix ustq code generation. + 2007-03-21 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am: Run dep-am. |