mirror of
https://github.com/bminor/binutils-gdb.git
synced 2026-02-04 15:41:30 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user