diff options
author | Richard Earnshaw <rearnsha@arm.com> | 2024-06-04 12:56:28 +0100 |
---|---|---|
committer | Richard Earnshaw <rearnsha@arm.com> | 2024-06-05 17:45:45 +0100 |
commit | ecc5fed79101ba6af6ddc6e629e2d8d93c36065b (patch) | |
tree | 7fd73d08d8efaf47a78be653bf72b60541d6948a | |
parent | 298bc2ea2ea7ac5cb1553be2fd6fc9b96a1e1089 (diff) | |
download | gdb-ecc5fed79101ba6af6ddc6e629e2d8d93c36065b.zip gdb-ecc5fed79101ba6af6ddc6e629e2d8d93c36065b.tar.gz gdb-ecc5fed79101ba6af6ddc6e629e2d8d93c36065b.tar.bz2 |
NEWS: arm: note that FPA support has been removed
-rw-r--r-- | binutils/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 756a29d..c473938 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -16,6 +16,10 @@ removed. The CPU name ep9312 is still recognized, but treated as an alias for arm920t. +* Support for the FPA co-procossor on Arm has been removed. In cases where a + legacy CPU previously defaulted to using this instruction set extension, the + assembler now defaults to no-FPU to avoid quietly misassembling legacy code. + Changes in 2.42: * The objdump program has a new command line option -Z/--decompress which |