gas: Mention initial support for Intel APX in NEWS

Message ID 20231228162039.781726-1-hjl.tools@gmail.com
State New
Headers
Series gas: Mention initial support for Intel APX in NEWS |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm warning Patch is already merged
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 warning Patch is already merged

Commit Message

H.J. Lu Dec. 28, 2023, 4:20 p.m. UTC
  ---
 gas/NEWS | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

Jan Beulich Jan. 4, 2024, 9:26 a.m. UTC | #1
On 28.12.2023 17:20, H.J. Lu wrote:
> ---
>  gas/NEWS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/gas/NEWS b/gas/NEWS
> index 4c8d5946690..cf0020c75ae 100644
> --- a/gas/NEWS
> +++ b/gas/NEWS
> @@ -1,5 +1,7 @@
>  -*- text -*-
>  
> +* Initial support for Intel APX: 32 GPRs, NDD, PUSH2/POP2 and PUSHP/POPP.

Btw, allowing a release with partial support for a feature raises the question
of how one would later (and easily) detect full support. The latest with
ae89daecb132 ("x86: generalize disabling of sub-architectures") I was really
hoping that such detection for all new ISA extensions would be straightforward
by probing just the respective .arch directive.

Also this should perhaps say "Partial and experimental" rather than "Initial".

Jan
  

Patch

diff --git a/gas/NEWS b/gas/NEWS
index 4c8d5946690..cf0020c75ae 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,7 @@ 
 -*- text -*-
 
+* Initial support for Intel APX: 32 GPRs, NDD, PUSH2/POP2 and PUSHP/POPP.
+
 * On RISC-V macro instructions expanding to AUIPC and a load, store, or branch
   no longer accept x0 as an intermediate and/or destination register.