diff options
author | Andre Vieira <andre.simoesdiasvieira@arm.com> | 2019-05-16 16:08:36 +0100 |
---|---|---|
committer | Andre Vieira <andre.simoesdiasvieira@arm.com> | 2019-05-16 16:37:35 +0100 |
commit | 514bbb0fd96e0742bdef8c6c706e5a030323d198 (patch) | |
tree | e127f5254f3872c69936a4298e02a9901e2e2fb0 /binutils/NEWS | |
parent | 4d6ac854515b14ac5304c1553d37f9b1d78ca333 (diff) | |
download | gdb-514bbb0fd96e0742bdef8c6c706e5a030323d198.zip gdb-514bbb0fd96e0742bdef8c6c706e5a030323d198.tar.gz gdb-514bbb0fd96e0742bdef8c6c706e5a030323d198.tar.bz2 |
[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.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index d7e40de..8383a6a 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -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 |