diff options
author | Nick Clifton <nickc@redhat.com> | 2000-06-27 18:21:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-06-27 18:21:39 +0000 |
commit | 6b2539e3e6a8643a88d6302f4f479243defa7e1f (patch) | |
tree | 96efb20d540562a596176c5054cd8778491f1002 /gas/ChangeLog | |
parent | 1b2a2f903fe7e0cff254b026bf11c4a7e99b171d (diff) | |
download | gdb-6b2539e3e6a8643a88d6302f4f479243defa7e1f.zip gdb-6b2539e3e6a8643a88d6302f4f479243defa7e1f.tar.gz gdb-6b2539e3e6a8643a88d6302f4f479243defa7e1f.tar.bz2 |
Do not allow EITHER_BUT_PREFER_MU opcodes to be packed into reverse
sequential buckets, and warn if the user does so.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fdbd4d6..9c694b4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2000-06-27 Nick Clifton <nickc@cygnus.com> + + * config/tc-d30v.c (write_2_short): Do not allow opcodes with + the EITHER_BUT_PREFER_MU attribute to be combined into a reverse + sequential order, and emit warning messages if the input source + code contains constructs like that, or parallel constructs + containing such opcodes. + 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl> * config/tc-avr.c (mcu_types): Rename avr4 to avr5, add avr4. |