On 12.02.2026 15:46, Roger Pau Monne wrote: > On x86 GNU assembler will consider '/' as the start of comment marker for > some ELF targets. This is incorrect with Xen's usage, which does use '/' > in assembly files as a mathematical operator. > > The behavior of the assembler can be altered by passing the --divide > option; unconditionally pass this option when available to force the > expected behavior. > > Reported-by: Jan Beulich <[email protected]> > Signed-off-by: Roger Pau Monné <[email protected]>
Reviewed-by: Jan Beulich <[email protected]>
