On 06/11/2024 1:06 pm, Frediano Ziglio wrote: > combine_two_binaries.py only understands GNU LD's format, and does > not work with LLVM's LLD. > > Use nm command instead to get list of symbols; specifically > BSD format as it does not truncate symbols names like sysv one. > > Fixes: aa9045e77130 ('x86/boot: Rework how 32bit C is linked/included for > early boot') > Signed-off-by: Frediano Ziglio <frediano.zig...@cloud.com>
Much nicer. Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com> Looks like the series is ready to go in now, so I'll take it right away to unblock FreeBSD testing. ~Andrew