aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-18 22:25:54 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-18 22:25:54 +0000
commitb3625fe62c5dd321fb775f0c5a36b3fc91a62cea (patch)
tree2d8ce8961c5f49458672482b97bb56f9e3b1ca06 /gas/ChangeLog
parentf9680a0598d7a69750094b5efaee971406ceb083 (diff)
downloadgdb-b3625fe62c5dd321fb775f0c5a36b3fc91a62cea.zip
gdb-b3625fe62c5dd321fb775f0c5a36b3fc91a62cea.tar.gz
gdb-b3625fe62c5dd321fb775f0c5a36b3fc91a62cea.tar.bz2
* config/tc-m68k.c (parse_mri_control_operand): Change leftstart
and rightstart to not be const. (parse_mri_control_expression): Likewise. (build_mri_control_operand): Likewise. If the left side of the comparison is a register, and the right side is not, swap the two sides. * config/m68k-parse.y (m68k_reg_parse): Make globally visible. * config/m68k-parse.h (m68k_reg_parse): Declare.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c8df738..27d5e78 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,14 @@
Mon Sep 18 15:22:28 1995 Ian Lance Taylor <ian@cygnus.com>
+ * config/tc-m68k.c (parse_mri_control_operand): Change leftstart
+ and rightstart to not be const.
+ (parse_mri_control_expression): Likewise.
+ (build_mri_control_operand): Likewise. If the left side of the
+ comparison is a register, and the right side is not, swap the two
+ sides.
+ * config/m68k-parse.y (m68k_reg_parse): Make globally visible.
+ * config/m68k-parse.h (m68k_reg_parse): Declare.
+
* read.c (mri_comment_field): New function.
(mri_comment_end): New function.
(s_align_bytes): Use mri_comment_field.