]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commit
Fix assembler type warnings with newer binutils
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 4 Jun 2020 17:36:57 +0000 (18:36 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 5 Jun 2020 19:33:08 +0000 (20:33 +0100)
commitfa268bcc69c3d2091dff1c40c2245aeea1eb0268
tree4c604aca0bd20221dfaff98004f4b0f63ccb7f87
parentcce0ffab7cc43c810580889a197662d77f2d8ebd
Fix assembler type warnings with newer binutils

GAS of at least version 2.34 complains:

  hypercall_page.S: Assembler messages:
  hypercall_page.S:24: Warning: symbol 'HYPERCALL_set_trap_table' already has its type set
  ...
  hypercall_page.S:71: Warning: symbol 'HYPERCALL_arch_7' already has its type set

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
arch/x86/hypercall_page.S