diff options
author | Martin Hunt <hunt@redhat.com> | 1997-04-16 19:35:54 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1997-04-16 19:35:54 +0000 |
commit | 4bdb83fcb98468ad35787ccef287fe38856929aa (patch) | |
tree | e8e39fe3829269922fed8c1d73ce4c382a66284b | |
parent | 0a09e92adda0f1bbb4d1420a9bee169127f91c28 (diff) | |
download | gdb-4bdb83fcb98468ad35787ccef287fe38856929aa.zip gdb-4bdb83fcb98468ad35787ccef287fe38856929aa.tar.gz gdb-4bdb83fcb98468ad35787ccef287fe38856929aa.tar.bz2 |
Wed Apr 16 12:31:24 1997 Martin Hunt <hunt@cygnus.com>
* config/tc-d30v.c (parallel_ok): Fix parallel checking
for instructions using conditional execution.
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index db9744a..8228bf7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-d30v +Wed Apr 16 12:31:24 1997 Martin Hunt <hunt@cygnus.com> + + * config/tc-d30v.c (parallel_ok): Fix parallel checking + for instructions using conditional execution. + +end-sanitize-d30v Tue Apr 15 18:11:44 1997 Gavin Koch <gavin@cygnus.com> * config/tc-mips.c (insn_uses_reg): Correct test for fpr pairs. |