[PATCH] Support AT_BSDFLAGS on FreeBSD.

Simon Marchi simark@simark.ca
Thu Mar 26 12:49:11 GMT 2020


On 2020-03-25 6:11 p.m., John Baldwin wrote:
> How about this updated log:
> 
>     Support AT_BSDFLAGS on FreeBSD.
>     
>     FreeBSD's kernel recently added a new ELF auxiliary vector entry
>     holding a mask of software features provided by the kernel.  This
>     change fixes 'info auxv' to report the name and description for this
>     vector entry instead of '???'.
>     
>     include/ChangeLog:
>     
>             * elf/common.h (AT_FREEBSD_BSDFLAGS): Define.
>     
>     gdb/ChangeLog:
>     
>             * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_FREEBSD_BSDFLAGS.
> 
> 
> -- 
> John Baldwin
> 

Thanks, this LGTM.

Simon



More information about the Binutils mailing list