This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add NT_ARM_SVE to elf.h


On Mon, Jan 15, 2018 at 12:55:01PM +0000, Szabolcs Nagy wrote:
> This definition is for AArch64 SVE registers in elf core dumps.
> 
> OK for 2.27?

Yes.
> 
> 2018-01-15  Alan Hayward  <alan.hayward@arm.com>
> 
> 	* elf/elf.h (NT_ARM_SVE): Define.

> diff --git a/elf/elf.h b/elf/elf.h
> index 031850377b..6db22ec84a 100644
> --- a/elf/elf.h
> +++ b/elf/elf.h
> @@ -795,6 +795,8 @@ typedef struct
>  #define NT_ARM_HW_BREAK	0x402		/* ARM hardware breakpoint registers */
>  #define NT_ARM_HW_WATCH	0x403		/* ARM hardware watchpoint registers */
>  #define NT_ARM_SYSTEM_CALL	0x404	/* ARM system call number */
> +#define NT_ARM_SVE	0x405		/* ARM Scalable Vector Extension
> +					   registers */
>  
>  /* Legal values for the note segment descriptor types for object files.  */
>  


-- 
ldv

Attachment: signature.asc
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]