diff options
author | Nick Clifton <nickc@redhat.com> | 1998-02-18 22:35:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-02-18 22:35:08 +0000 |
commit | 20419451ade2233f05ac1c2b66b1d29651cfbd5f (patch) | |
tree | 3d27410be21f9b02bd3d014e440732680c414d60 | |
parent | e23069923b6d8d3d638e3bee4ad1647f37b353e3 (diff) | |
download | gdb-20419451ade2233f05ac1c2b66b1d29651cfbd5f.zip gdb-20419451ade2233f05ac1c2b66b1d29651cfbd5f.tar.gz gdb-20419451ade2233f05ac1c2b66b1d29651cfbd5f.tar.bz2 |
Added --Wp and --Wnp abbreviations for --[no-]warn-explicit-parallel-conflicts.
Forced parallel constructions to use non-relaxable aliases of insns.
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fbfed2b..57af82d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,4 +1,16 @@ start-sanitize-m32rx +Wed Feb 18 14:30:26 1998 Nick Clifton <nickc@cygnus.com> + + * doc/c-m32r.texi (M32R-Opts): Add --Wp and --Wnp. + + * doc/as.texinfo (Overview): Add --Wp and --Wnp. + + * config/tc-m32r.c (md_longopts): Accept --Wp as an abbreviation + for --warn-explicit-parallel-conflicts and --Wnp as an + abbreviation for --no-warn-explicit-parallel-conflicts. + (assemble_parallel_insn): Use non-relaxable versions of branch + instructions. + Wed Feb 18 11:00:18 1998 Nick Clifton <nickc@cygnus.com> * app.c: Parse || as a seperator between assembler statements. |