diff options
author | Martin Hunt <hunt@redhat.com> | 1996-08-29 02:22:25 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1996-08-29 02:22:25 +0000 |
commit | e592d28fa478f61d6edc81ea09a97d584b0057d6 (patch) | |
tree | 96c89fc3cf549cbf9acf632731c2d40169e38a15 /gas | |
parent | 22c1c7ddea0f359fe2c58e7593b51b9395572ade (diff) | |
download | gdb-e592d28fa478f61d6edc81ea09a97d584b0057d6.zip gdb-e592d28fa478f61d6edc81ea09a97d584b0057d6.tar.gz gdb-e592d28fa478f61d6edc81ea09a97d584b0057d6.tar.bz2 |
Wed Aug 28 19:20:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* config/tc-d10v.c (find_opcode): Fix a bug which could generate
the wrong opcode for cases like st2w where there are many forms
of the same instruction.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index abec068..4f636b7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +start-sanitize-d10v +Wed Aug 28 19:20:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com> + + * config/tc-d10v.c (find_opcode): Fix a bug which could generate + the wrong opcode for cases like st2w where there are many forms + of the same instruction. + +end-sanitize-d10v Tue Aug 27 13:53:22 1996 Ian Lance Taylor <ian@cygnus.com> * expr.c (operand): If md_parse_name is defined, call it before |