aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-02-04 23:44:58 +0000
committerNick Clifton <nickc@redhat.com>1998-02-04 23:44:58 +0000
commit89285fc92b04e618783a7787d31a3ff16b7172dd (patch)
treeae771f89a96caa189bb8a0f6982052a56f73cd93 /gas/ChangeLog
parent2be33cc4f7c115e5d7a1164184c0a4462568de9f (diff)
downloadgdb-89285fc92b04e618783a7787d31a3ff16b7172dd.zip
gdb-89285fc92b04e618783a7787d31a3ff16b7172dd.tar.gz
gdb-89285fc92b04e618783a7787d31a3ff16b7172dd.tar.bz2
Add checks for side effects of instructions preventing their parallelisation.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f561b38..2423970 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,11 @@
+Wed Feb 4 15:41:54 1998 Nick Clifton <nickc@cygnus.com>
+
+ * config/tc-m32r.c (check_for_side_effects): New function.
+ (can_make_parallel): Add checks for instruction side effects
+ clashing with the other instruction.
+ (assemble_parallel_insn): Improve warning messages. Return error
+ message from non-swapped instruction order.
+
Wed Feb 4 20:00:26 1998 James G. Smith <jsmith@teknema.demon.co.uk>
* config/tc-arm.c: Rename arm_after_pass_hook() to arm_cleanup().