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] elf.h: Add NT_ARM_SYSTEM_CALL constant.


On 02/12/2016 11:58 AM, Mark Wielaard wrote:
> Linux kernel 3.18 added the NT_ARM_SYSTEM_CALL regset for aarch64.
> 
> 	* elf/elf.h: Add NT_ARM_SYSTEM_CALL.
> 
> diff --git a/elf/elf.h b/elf/elf.h
> index 15f5a75..9cd5e7d 100644
> --- a/elf/elf.h
> +++ b/elf/elf.h
> @@ -667,6 +667,7 @@ typedef struct
>  #define NT_ARM_TLS	0x401		/* ARM TLS register */
>  #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 */
>  
>  /* Legal values for the note segment descriptor types for object files.  */

Looks good to me. We're in freeze for 2.23, can it wait until 2.24 is cut
on the 18th and then you can check it in?

Cheers,
Carlos.


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