[PATCH,V2] readelf: objdump: sframe: fix dumping with section name

Jan Beulich jbeulich@suse.com
Thu Jul 24 15:09:45 GMT 2025


On 23.07.2025 08:41, Indu Bhagat via Binutils wrote:
> @@ -4999,6 +5002,18 @@ dump_sframe_section (bfd *abfd, const char *sect_name, bool is_mainfile)
>  	  printf (_("No %s section present\n\n"), sanitize_string (sect_name));
>  	  return;
>  	}
> +      /* Starting with Binutils 2.45, SFrame sections have section type
> +	 SHT_GNU_SFRAME.  For SFrame sections from Binutils 2.44 or earlier,
> +	 check explcitly for SFrame sections of type SHT_PROGBITS and name
> +	 ".sframe." to allow them.  */

There's a seemingly stray dot in the quoted section name.

Okay with that adjustment (or a clarification of what I'm missing),
even if I'm not entirely happy with the overall behavior (as previously
noted).

Jan


More information about the Binutils mailing list