diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-06-19 10:58:27 +0000 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-06-19 10:58:27 +0000 |
commit | 5e7c27a6076edbd535b3988449c0f24b40ac2371 (patch) | |
tree | 240dbfbd3b0d297356484021bdf93dc213315dc2 /gas/ChangeLog | |
parent | ce21feb4baa0e93d4ce510f755cd5b92ec1580d0 (diff) | |
download | gdb-5e7c27a6076edbd535b3988449c0f24b40ac2371.zip gdb-5e7c27a6076edbd535b3988449c0f24b40ac2371.tar.gz gdb-5e7c27a6076edbd535b3988449c0f24b40ac2371.tar.bz2 |
* config/tc-s390.c (md_gather_operands): Accept an instruction
without operands if all operands are tagged as optional.
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 2f19a40..075d6f0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2009-06-19 Martin Schwidefsky <schwidefsky@de.ibm.com> + + * config/tc-s390.c (md_gather_operands): Accept an instruction + without operands if all operands are tagged as optional. + 2009-06-18 Nick Clifton <nickc@redhat.com> PR 10169 |