[PATCH V4 2/8] binutils: factorize handling of arch-specific DWARF augmentations

Jan Beulich jbeulich@suse.com
Fri Jul 11 12:16:25 GMT 2025


On 09.07.2025 23:44, Jose E. Marchesi wrote:
> @@ -9216,8 +9234,8 @@ read_cie (unsigned char *start, unsigned char *end,
>  	    fc->fde_encoding = *q++;
>  	  else if (*p == 'S')
>  	    ;
> -	  else if (*p == 'B')
> -	    ;
> +          else if (is_mach_augmentation (*p))
> +            ;

With indentation left as it was: Okay (incl patch 1).

Jan


More information about the Binutils mailing list