[PATCH, binutils, Arm] Add Armv8.1-M Mainline and MVE enablement to NEWS
gas/ChangeLog: 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com> * NEWS: Mention Armv8.1-M Mainline and MVE. binutils/ChangeLog: 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com> * NEWS: Mention Armv8.1-M Mainline and MVE.
This commit is contained in:
parent
4d6ac85451
commit
514bbb0fd9
|
@ -1,3 +1,7 @@
|
|||
2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
|
||||
|
||||
* NEWS: Mention Armv8.1-M Mainline and MVE.
|
||||
|
||||
2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
|
||||
|
||||
* readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
* Add --verilog-data-width option to objcopy for verilog targets to control
|
||||
width of data elements in verilog hex format.
|
||||
|
||||
* Add support for the Armv8.1-M Mainline and M-profile Vector Extension (MVE)
|
||||
instructions.
|
||||
|
||||
* The separate debug info file options of readelf (--debug-dump=links
|
||||
and --debug-dump=follow) and objdump (--dwarf=links and
|
||||
--dwarf=follow-links) will now display and/or follow multiple links if
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
|
||||
|
||||
* NEWS: Mention Armv8.1-M Mainline and MVE.
|
||||
|
||||
2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
|
||||
|
||||
* testsuite/gas/arm/mve-tailpredloop.d: New test.
|
||||
|
|
3
gas/NEWS
3
gas/NEWS
|
@ -1,5 +1,8 @@
|
|||
-*- 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
|
||||
|
|
Loading…
Reference in New Issue