On 31/07/2020 15:54, Jan Beulich wrote: > On 14.07.2020 10:06, Jan Beulich wrote: >> gcc re-orders top level blocks by default when optimizing. This >> re-ordering results in all our .type directives to get emitted to the >> assembly file first, followed by gcc's. The assembler warns about >> attempts to change the type of a symbol when it was already set (and >> when there's no intervening setting to "notype"). >> >> Signed-off-by: Jan Beulich <jbeul...@suse.com>
Acked-by: Andrew Cooper <andrew.coop...@citrix.com>