On Mon, Mar 21, 2022 at 12:47:27PM +0100, Jan Beulich wrote: > Oldish SUSE compilers generate .comment.SUSE.OPTS sections. Just like we > already discard such for xen.efi, fold them into .comment for xen-syms. > > Signed-off-by: Jan Beulich <[email protected]>
Reviewed-by: Roger Pau Monné <[email protected]> > --- > Just like for .comment itself I also wouldn't mind discarding these also > for the non-EFI case. I guess there's a reason for compilers to add additional comments, and we shouldn't discard those randomly? In any case they won't be loaded, so I don't see much issue with having them on the binary image. Thanks, Roger.
