X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2FNEWS;h=ff88fe900146b57e38fde5bbbc389cd803cc7147;hb=e6f65e7573a317ac4efff26fe0e49fe1b9e7a596;hp=d3a1e5ed12bd587698d8781be1c7bdd4c2c82314;hpb=827041555ac443bd57340060f3e034fd7b199dd8;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/NEWS b/gas/NEWS index d3a1e5ed12..ff88fe9001 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,5 +1,15 @@ -*- text -*- +* Add support for the Armv8.1-M Mainline and M-profile Vector Extension (MVE) + instructions. + +* For MIPS, Add -m[no-]fix-loongson3-llsc option to fix (or not) Loongson3 LLSC + Errata. Add a --enable-mips-fix-loongson3-llsc=[yes|no] configure time option + to set the default behavior. Set the default if the configure option is not used + to "no". + +Changes in 2.32: + * Add -mvexwig=[0|1] option to x86 assembler to control encoding of VEX.W-ignored (WIG) VEX instructions.