[SFrame-V3] sframe: gas: libsframe: remove padding field from FDE

Remove the unused sfde_func_padding2 member from the
sframe_func_desc_entry_v3 structure.

A later patch in this series reorganizes the members of the FDE
structure in a way explicit padding is no longer necessary to keep
natural alignment.  So remove the explicit padding now.

Reviewed-by: Jens Remus <jremus@linux.ibm.com>

include/
	* sframe.h: Remove sfde_func_padding2 from
	sframe_func_desc_entry_v3.
gas/
	* gen-sframe.c (output_sframe_funcdesc): Stop writing
	sfde_func_padding2.
libsframe/
	* sframe.c (sframe_encoder_write_fde): Stop writing
	sfde_func_padding2.
	* testsuite/libsframe.decode/DATA2: Regenerate binary test data.
This commit is contained in:
Indu Bhagat
2026-01-15 16:41:59 -08:00
parent 5775384269
commit ed8de13c68
4 changed files with 0 additions and 3 deletions

View File

@@ -738,7 +738,6 @@ output_sframe_funcdesc (symbolS *start_of_fre_section,
else
out_one (func_info);
out_one (0);
out_two (0);
}
static void