On Wed, Aug 27, 2025 at 09:07:50PM -0400, Jason Andryuk wrote: > On 2025-04-02 10:00, Jan Beulich wrote: > > ... and thus typically also a size. Using global vs local is undesirable > > in certain situations, e.g. when a "real" symbol is local and at the > > same address as a section start/end one (which are all global). > > > > Note that for xen.efi the checking for "Function" is only forward- > > looking at this point: The function-ness of symbols (much like their > > size) is lost when linking PE/COFF binaries from ELF objects with GNU ld > > up to at least 2.44. > > > > Signed-off-by: Jan Beulich <jbeul...@suse.com> > > Reviewed-by: Jason Andryuk <jason.andr...@amd.com>
Reviewed-by: Roger Pau Monné <roger....@citrix.com> Thanks, Roger.