diff options
author | Maciej W. Rozycki <macro@orcam.me.uk> | 2023-06-15 15:17:38 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@orcam.me.uk> | 2023-06-15 15:17:38 +0100 |
commit | 9012d7819c4c1f7b124235bff7d9b64803a7a14f (patch) | |
tree | a8634a80b269c74088832b0142e91a400eefe44d /binutils/NEWS | |
parent | 2b462da34de977f953a778afa0cb55e3286ece3d (diff) | |
download | binutils-9012d7819c4c1f7b124235bff7d9b64803a7a14f.zip binutils-9012d7819c4c1f7b124235bff7d9b64803a7a14f.tar.gz binutils-9012d7819c4c1f7b124235bff7d9b64803a7a14f.tar.bz2 |
binutils/NEWS: Mention Sony Allegrex MIPS CPU support
Mention the addition of Sony Allegrex processor support to the MIPS port.
binutils/
* NEWS: Mention Sony Allegrex MIPS CPU support.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index b29f36b..8e1b1ee 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. |