aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-06-12 10:35:24 +0000
committerNick Clifton <nickc@redhat.com>2001-06-12 10:35:24 +0000
commite1f44d1052d735fa63401ab4dc7f3cb1070f8223 (patch)
treedf7feda7179eca662fd1600cc4d11d64b6ca9b63 /gas/ChangeLog
parent3971ce954fddbcb8154267ebc18a34c5967ff17b (diff)
downloadbinutils-e1f44d1052d735fa63401ab4dc7f3cb1070f8223.zip
binutils-e1f44d1052d735fa63401ab4dc7f3cb1070f8223.tar.gz
binutils-e1f44d1052d735fa63401ab4dc7f3cb1070f8223.tar.bz2
Fix m68k/mri mode problems.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e5db5e1..5e50df7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,22 @@
+2001-06-12 Peter Jakubek <pjak@snafu.de>
+
+ * gas/config/tc-m68k.c (parse_mri_control_operand): Fix handling
+ of AND/OR.
+ (swap_mri_condition): Add HS (alias fo CC) and LO (alias for CS).
+ (reverse_mri_condition): Likewise.
+ (swap_mri_condition): Issue warning for conditions that can not be
+ swapped.
+ (build_mri_control_operand): Fix order of operands (swapped).
+ (build_mri_control_operand): Allow upper case extension in structured
+ control directives.
+ (s_mri_else): Likewise.
+ (s_mri_next): Likewise.
+ (s_mri_for): Likewise.
+ (s_mri_if): Fix handling comment ('*') in mri mode.
+ (s_mri_while): Likewise.
+ * gas/macro.c (macro_expand): Allow macro invocation with empty
+ extension.
+
2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
* config/tc-arm.c: Fix test for overlow of literal pool.