diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-10-22 21:14:47 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-10-22 21:14:47 +0000 |
commit | 39176dfe061523c7678cc4122e8b4b4150f0ddf3 (patch) | |
tree | 9378f3c0d904a8e121d63228f06a40a76922e793 /gas | |
parent | fcabf67618704532d6e7f46113e0667b61c580b0 (diff) | |
download | gdb-39176dfe061523c7678cc4122e8b4b4150f0ddf3.zip gdb-39176dfe061523c7678cc4122e8b4b4150f0ddf3.tar.gz gdb-39176dfe061523c7678cc4122e8b4b4150f0ddf3.tar.bz2 |
Do not allow IU,IU or MU,MU, or both instructions to be parallelized with -O
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 237e664..3a963dd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 22 17:09:32 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * config/tc-d10v.c (parallel_ok): Don't allow illegal combinations + of instructions. + Tue Oct 22 11:28:39 1996 Ian Lance Taylor <ian@cygnus.com> * obj.h (struct format_ops): Add frob_file_after_relocs field. |