[RFC, V3 1/5] binutils: make read_cie aware of new augmentation char 'G'

Jan Beulich jbeulich@suse.com
Thu Jun 5 06:09:27 GMT 2025


On 05.06.2025 01:25, Indu Bhagat via Binutils wrote:
> This allows objdump/readelf to dump DWARF/EH Frame info when the stack
> frame makes use of MTE tagging.
> 
> ChangeLog:
> 
>         * binutils/dwarf.c (read_cie): Add handling for augmentation
> 	char 'G'.
> 
> ---
> [No change in V3]

And hence my earlier comment has remained unaddressed.

Jan

> --- a/binutils/dwarf.c
> +++ b/binutils/dwarf.c
> @@ -9185,6 +9185,8 @@ read_cie (unsigned char *start, unsigned char *end,
>  	    ;
>  	  else if (*p == 'B')
>  	    ;
> +	  else if (*p == 'G')
> +	    ;
>  	  else
>  	    break;
>  	  p++;



More information about the Binutils mailing list