[committed] binutils/NEWS: Mention Sony Allegrex MIPS CPU support

Message ID alpine.DEB.2.21.2306151520460.64925@angie.orcam.me.uk
State Unresolved
Headers
Series [committed] binutils/NEWS: Mention Sony Allegrex MIPS CPU support |

Checks

Context Check Description
snail/binutils-gdb-check warning Git am fail log

Commit Message

Maciej W. Rozycki June 15, 2023, 2:24 p.m. UTC
  Mention the addition of Sony Allegrex processor support to the MIPS port.

	binutils/
	* NEWS: Mention Sony Allegrex MIPS CPU support.
---
Hi,

 I missed this piece in the Allegrex review; committed now.

  Maciej
---
 binutils/NEWS | 5 +++++
 1 file changed, 5 insertions(+)
  

Patch

diff --git a/binutils/NEWS b/binutils/NEWS
index b29f36bf1d4..8e1b1ee63e9 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,5 +1,10 @@ 
 -*- text -*-
 
+* The MIPS port now supports the Sony Interactive Entertainment Allegrex
+  processor, used with the PlayStation Portable, which implements the MIPS
+  II ISA along with a single-precision FPU and a few implementation-specific
+  integer instructions.
+
 * Objdump's --private option can now be used on PE format files to display the
   fields in the file header and section headers.