On 22.04.2025 13:32, Andrew Cooper wrote:
> --- a/xen/include/xen/xen.lds.h
> +++ b/xen/include/xen/xen.lds.h
> @@ -56,6 +56,7 @@
>    DECL_DEBUG2(.debug_info, .gnu.linkonce.wi.*, 1) \
>    DECL_DEBUG(.debug_types, 1)                     \
>    DECL_DEBUG(.debug_str, 1)                       \
> +  DECL_DEBUG(.debug_str_offsets, 1)               \

The alignment wants to be at least 4. I don't think it needs to be 8, as
I don't expect us to require a 64-bit Dwarf container any time soon. Then:
Reviewed-by: Jan Beulich <jbeul...@suse.com>

Jan

Reply via email to