diff options
author | Nick Clifton <nickc@redhat.com> | 2003-12-17 09:41:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-12-17 09:41:07 +0000 |
commit | b145f546d404da31c1ae51e7462ee8ec75e61929 (patch) | |
tree | 05c347385e9518cd8146eacc47963e4f358453be /gas/ChangeLog | |
parent | b639a77072d942b098bcef1f4270c873f06dfce1 (diff) | |
download | gdb-b145f546d404da31c1ae51e7462ee8ec75e61929.zip gdb-b145f546d404da31c1ae51e7462ee8ec75e61929.tar.gz gdb-b145f546d404da31c1ae51e7462ee8ec75e61929.tar.bz2 |
Replace --error-explicit-parallel-conflicts with --ignore-parallel-conflitcs.
Add test of parallel constraint checking.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 53f1294..b1add1e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +2003-12-17 Nick Clifton <nickc@redhat.com> + + * config/tc-m32r.c (error_explicit_parallel_conflicts): Rename + to 'ignore_parallel_conflicts'. + (md_longopts): Change option names as well. + (md_parse_option): Separate the warn_explicit and ignore + parallel conflicts options. + (md_show_usage): Update descriptions of these options. + (first_writes_to_seconds_operands): Do not run this check if + ignoring parallel conflicts. + (assemble_two_insns): Remove code that checked + error_explicit_parallel_conflicts. + * doc/c-m32r.texi: Update descriptions of the options. + 2003-12-16 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru> * tc-arm.c (do_adr): Do not adjust pc by -8 if TE_WINCE is |