Advertisement
gedia

xen-multiboot2-v2-build.log

Aug 16th, 2015
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 463.04 KB | None | 0 0
  1.  * Package: app-emulation/xen-9999
  2.  * Repository: local
  3.  * Maintainer: idella4@gentoo.org xen@gentoo.org
  4.  * USE: abi_x86_64 amd64 efi elibc_glibc kernel_linux userland_GNU
  5.  * FEATURES: preserve-libs sandbox userpriv usersandbox
  6. >>> Unpacking source...
  7. GIT update -->
  8. repository: git://xenbits.xen.org/xen.git
  9. at the commit: 145a8004a7d659668d5a3b0ad9868d7678b24822
  10. branch: master
  11. storage directory: "/usr/portage/distfiles/egit-src/xen.git"
  12. checkout type: bare repository
  13. Cloning into '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999'...
  14. done.
  15. Branch branch-master set up to track remote branch master from origin.
  16. Switched to a new branch 'branch-master'
  17. >>> Unpacked to /var/tmp/portage/app-emulation/xen-9999/work/xen-9999
  18. >>> Source unpacked in /var/tmp/portage/app-emulation/xen-9999/work
  19. >>> Preparing source in /var/tmp/portage/app-emulation/xen-9999/work/xen-9999 ...
  20. * Applying xen-4.6-efi.patch ...
  21.  [ ok ]
  22. * Applying user patches from /etc/portage/patches//app-emulation/xen ...
  23. * xen-multiboot2-v2.patch ...
  24.  [ ok ]
  25. * Done with patching
  26. >>> Source prepared.
  27. >>> Configuring source in /var/tmp/portage/app-emulation/xen-9999/work/xen-9999 ...
  28. >>> Source configured.
  29. >>> Compiling source in /var/tmp/portage/app-emulation/xen-9999/work/xen-9999 ...
  30. make -j5 V=1 CC=x86_64-pc-linux-gnu-gcc 'LDFLAGS=-O1 --as-needed' LD=x86_64-pc-linux-gnu-ld -C xen
  31. make: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen'
  32. make -f Rules.mk _build
  33. dnsdomainname: Unknown host
  34. make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen'
  35. make -C tools
  36. make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools'
  37. make symbols
  38. make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools'
  39. gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -Wdeclaration-after-statement -o symbols symbols.c
  40. make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools'
  41. make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools'
  42. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk include/xen/compile.h
  43. make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen'
  44. Xen 4.6.0-rc
  45. make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen'
  46. [ -e include/asm ] || ln -sf asm-x86 include/asm
  47. [ -e arch/x86/efi ] && for f in boot.c runtime.c compat.c efi.h;\
  48. do ln -nsf ../../../common/efi/$f arch/x86/efi/; done;\
  49. true
  50. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C include
  51. make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include'
  52. mkdir -p compat
  53. mkdir -p compat
  54. mkdir -p compat
  55. mkdir -p compat
  56. mkdir -p compat
  57. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/callback.h | \
  58. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/callback.c.new
  59. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/elfnote.h | \
  60. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/elfnote.c.new
  61. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/event_channel.h | \
  62. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/event_channel.c.new
  63. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/features.h | \
  64. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/features.c.new
  65. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/grant_table.h | \
  66. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/grant_table.c.new
  67. mv -f compat/callback.c.new compat/callback.c
  68. mkdir -p compat
  69. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/kexec.h | \
  70. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/kexec.c.new
  71. mv -f compat/features.c.new compat/features.c
  72. mkdir -p compat
  73. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/memory.h | \
  74. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/memory.c.new
  75. mv -f compat/elfnote.c.new compat/elfnote.c
  76. mkdir -p compat
  77. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/nmi.h | \
  78. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/nmi.c.new
  79. mv -f compat/event_channel.c.new compat/event_channel.c
  80. mkdir -p compat
  81. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/physdev.h | \
  82. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/physdev.c.new
  83. mv -f compat/nmi.c.new compat/nmi.c
  84. mkdir -p compat
  85. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/platform.h | \
  86. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/platform.c.new
  87. mv -f compat/kexec.c.new compat/kexec.c
  88. mv -f compat/grant_table.c.new compat/grant_table.c
  89. mkdir -p compat
  90. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/sched.h | \
  91. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/sched.c.new
  92. mkdir -p compat
  93. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/tmem.h | \
  94. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/tmem.c.new
  95. mv -f compat/physdev.c.new compat/physdev.c
  96. mkdir -p compat
  97. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/trace.h | \
  98. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/trace.c.new
  99. mv -f compat/tmem.c.new compat/tmem.c
  100. mkdir -p compat
  101. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/vcpu.h | \
  102. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/vcpu.c.new
  103. mv -f compat/sched.c.new compat/sched.c
  104. mkdir -p compat
  105. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/version.h | \
  106. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/version.c.new
  107. mv -f compat/version.c.new compat/version.c
  108. mkdir -p compat
  109. mv -f compat/memory.c.new compat/memory.c
  110. mkdir -p compat
  111. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/xenoprof.h | \
  112. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/xenoprof.c.new
  113. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/xen.h | \
  114. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/xen.c.new
  115. mv -f compat/vcpu.c.new compat/vcpu.c
  116. mkdir -p compat/arch-x86
  117. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/pmu.h | \
  118. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/arch-x86/pmu.c.new
  119. mv -f compat/trace.c.new compat/trace.c
  120. mkdir -p compat/arch-x86
  121. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/xen-mca.h | \
  122. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/arch-x86/xen-mca.c.new
  123. mv -f compat/platform.c.new compat/platform.c
  124. mv -f compat/xenoprof.c.new compat/xenoprof.c
  125. mkdir -p compat/arch-x86
  126. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/xen.h | \
  127. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/arch-x86/xen.c.new
  128. mkdir -p compat/arch-x86
  129. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/xen-x86_32.h | \
  130. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/arch-x86/xen-x86_32.c.new
  131. mv -f compat/arch-x86/pmu.c.new compat/arch-x86/pmu.c
  132. mkdir -p compat
  133. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86_32.h | \
  134. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/arch-x86_32.c.new
  135. mv -f compat/arch-x86_32.c.new compat/arch-x86_32.c
  136. mkdir -p compat
  137. grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/pmu.h | \
  138. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-source.py >compat/pmu.c.new
  139. mv -f compat/arch-x86/xen-x86_32.c.new compat/arch-x86/xen-x86_32.c
  140. mkdir -p compat/.xlat
  141. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+xen\.h[[:blank:]]*$,,p' >compat/.xlat/xen.lst.new
  142. if ! cmp -s compat/.xlat/xen.lst.new compat/.xlat/xen.lst; then mv -f compat/.xlat/xen.lst.new compat/.xlat/xen.lst; else rm -f compat/.xlat/xen.lst.new; fi
  143. mkdir -p compat/.xlat/arch-x86
  144. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+arch-x86/pmu\.h[[:blank:]]*$,,p' >compat/.xlat/arch-x86/pmu.lst.new
  145. if ! cmp -s compat/.xlat/arch-x86/pmu.lst.new compat/.xlat/arch-x86/pmu.lst; then mv -f compat/.xlat/arch-x86/pmu.lst.new compat/.xlat/arch-x86/pmu.lst; else rm -f compat/.xlat/arch-x86/pmu.lst.new; fi
  146. mv -f compat/arch-x86/xen.c.new compat/arch-x86/xen.c
  147. mkdir -p compat/.xlat/arch-x86
  148. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+arch-x86/xen-x86_32\.h[[:blank:]]*$,,p' >compat/.xlat/arch-x86/xen-x86_32.lst.new
  149. mkdir -p compat/.xlat/arch-x86
  150. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+arch-x86/xen\.h[[:blank:]]*$,,p' >compat/.xlat/arch-x86/xen.lst.new
  151. if ! cmp -s compat/.xlat/arch-x86/xen-x86_32.lst.new compat/.xlat/arch-x86/xen-x86_32.lst; then mv -f compat/.xlat/arch-x86/xen-x86_32.lst.new compat/.xlat/arch-x86/xen-x86_32.lst; else rm -f compat/.xlat/arch-x86/xen-x86_32.lst.new; fi
  152. if ! cmp -s compat/.xlat/arch-x86/xen.lst.new compat/.xlat/arch-x86/xen.lst; then mv -f compat/.xlat/arch-x86/xen.lst.new compat/.xlat/arch-x86/xen.lst; else rm -f compat/.xlat/arch-x86/xen.lst.new; fi
  153. mkdir -p compat/.xlat/arch-x86
  154. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+arch-x86/xen-mca\.h[[:blank:]]*$,,p' >compat/.xlat/arch-x86/xen-mca.lst.new
  155. mv -f compat/arch-x86/xen-mca.c.new compat/arch-x86/xen-mca.c
  156. if ! cmp -s compat/.xlat/arch-x86/xen-mca.lst.new compat/.xlat/arch-x86/xen-mca.lst; then mv -f compat/.xlat/arch-x86/xen-mca.lst.new compat/.xlat/arch-x86/xen-mca.lst; else rm -f compat/.xlat/arch-x86/xen-mca.lst.new; fi
  157. mkdir -p compat/.xlat
  158. mkdir -p compat/.xlat
  159. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+event_channel\.h[[:blank:]]*$,,p' >compat/.xlat/event_channel.lst.new
  160. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+grant_table\.h[[:blank:]]*$,,p' >compat/.xlat/grant_table.lst.new
  161. mkdir -p compat/.xlat
  162. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+kexec\.h[[:blank:]]*$,,p' >compat/.xlat/kexec.lst.new
  163. if ! cmp -s compat/.xlat/grant_table.lst.new compat/.xlat/grant_table.lst; then mv -f compat/.xlat/grant_table.lst.new compat/.xlat/grant_table.lst; else rm -f compat/.xlat/grant_table.lst.new; fi
  164. if ! cmp -s compat/.xlat/event_channel.lst.new compat/.xlat/event_channel.lst; then mv -f compat/.xlat/event_channel.lst.new compat/.xlat/event_channel.lst; else rm -f compat/.xlat/event_channel.lst.new; fi
  165. mkdir -p compat/.xlat
  166. if ! cmp -s compat/.xlat/kexec.lst.new compat/.xlat/kexec.lst; then mv -f compat/.xlat/kexec.lst.new compat/.xlat/kexec.lst; else rm -f compat/.xlat/kexec.lst.new; fi
  167. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+memory\.h[[:blank:]]*$,,p' >compat/.xlat/memory.lst.new
  168. mv -f compat/pmu.c.new compat/pmu.c
  169. mkdir -p compat/.xlat
  170. mkdir -p compat/.xlat
  171. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+physdev\.h[[:blank:]]*$,,p' >compat/.xlat/physdev.lst.new
  172. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+platform\.h[[:blank:]]*$,,p' >compat/.xlat/platform.lst.new
  173. if ! cmp -s compat/.xlat/memory.lst.new compat/.xlat/memory.lst; then mv -f compat/.xlat/memory.lst.new compat/.xlat/memory.lst; else rm -f compat/.xlat/memory.lst.new; fi
  174. mkdir -p compat/.xlat
  175. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+pmu\.h[[:blank:]]*$,,p' >compat/.xlat/pmu.lst.new
  176. if ! cmp -s compat/.xlat/physdev.lst.new compat/.xlat/physdev.lst; then mv -f compat/.xlat/physdev.lst.new compat/.xlat/physdev.lst; else rm -f compat/.xlat/physdev.lst.new; fi
  177. mkdir -p compat/.xlat
  178. if ! cmp -s compat/.xlat/pmu.lst.new compat/.xlat/pmu.lst; then mv -f compat/.xlat/pmu.lst.new compat/.xlat/pmu.lst; else rm -f compat/.xlat/pmu.lst.new; fi
  179. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+sched\.h[[:blank:]]*$,,p' >compat/.xlat/sched.lst.new
  180. if ! cmp -s compat/.xlat/platform.lst.new compat/.xlat/platform.lst; then mv -f compat/.xlat/platform.lst.new compat/.xlat/platform.lst; else rm -f compat/.xlat/platform.lst.new; fi
  181. mkdir -p compat/.xlat
  182. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+tmem\.h[[:blank:]]*$,,p' >compat/.xlat/tmem.lst.new
  183. if ! cmp -s compat/.xlat/sched.lst.new compat/.xlat/sched.lst; then mv -f compat/.xlat/sched.lst.new compat/.xlat/sched.lst; else rm -f compat/.xlat/sched.lst.new; fi
  184. mkdir -p compat/.xlat
  185. mkdir -p compat/.xlat
  186. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+trace\.h[[:blank:]]*$,,p' >compat/.xlat/trace.lst.new
  187. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+vcpu\.h[[:blank:]]*$,,p' >compat/.xlat/vcpu.lst.new
  188. if ! cmp -s compat/.xlat/tmem.lst.new compat/.xlat/tmem.lst; then mv -f compat/.xlat/tmem.lst.new compat/.xlat/tmem.lst; else rm -f compat/.xlat/tmem.lst.new; fi
  189. mkdir -p compat/.xlat
  190. if ! cmp -s compat/.xlat/vcpu.lst.new compat/.xlat/vcpu.lst; then mv -f compat/.xlat/vcpu.lst.new compat/.xlat/vcpu.lst; else rm -f compat/.xlat/vcpu.lst.new; fi
  191. if ! cmp -s compat/.xlat/trace.lst.new compat/.xlat/trace.lst; then mv -f compat/.xlat/trace.lst.new compat/.xlat/trace.lst; else rm -f compat/.xlat/trace.lst.new; fi
  192. grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+xenoprof\.h[[:blank:]]*$,,p' >compat/.xlat/xenoprof.lst.new
  193. for i in public/pmu.h public/vcpu.h public/errno.h public/kexec.h public/elfnote.h public/xen.h public/gcov.h public/nmi.h public/xencomm.h public/xenoprof.h public/event_channel.h public/version.h public/features.h public/memory.h public/sched.h public/xen-compat.h public/callback.h public/vm_event.h public/grant_table.h public/physdev.h public/platform.h public/tmem.h public/trace.h public/hvm/pvdrivers.h public/hvm/e820.h public/hvm/hvm_xs_strings.h public/hvm/hvm_op.h public/hvm/ioreq.h public/hvm/hvm_info_table.h public/hvm/params.h public/io/vscsiif.h public/io/xs_wire.h public/io/kbdif.h public/io/protocols.h public/io/ring.h public/io/fsif.h public/io/blkif.h public/io/console.h public/io/tpmif.h public/io/fbif.h public/io/netif.h public/io/pciif.h public/io/usbif.h public/io/libxenvchan.h public/io/xenbus.h; do \
  194. x86_64-pc-linux-gnu-gcc -x c -ansi -Wall -include stdint.h \
  195. -S -o /dev/null $i || exit 1; \
  196. echo $i; \
  197. done >headers.chk.new
  198. if g++ -v >/dev/null 2>&1; then \
  199. for i in public/pmu.h public/vcpu.h public/sysctl.h public/errno.h public/kexec.h public/elfnote.h public/xen.h public/gcov.h public/nmi.h public/xencomm.h public/xenoprof.h public/event_channel.h public/version.h public/features.h public/memory.h public/sched.h public/xen-compat.h public/callback.h public/vm_event.h public/grant_table.h public/physdev.h public/platform.h public/tmem.h public/trace.h public/domctl.h public/hvm/pvdrivers.h public/hvm/e820.h public/hvm/hvm_xs_strings.h public/hvm/hvm_op.h public/hvm/save.h public/hvm/ioreq.h public/hvm/hvm_info_table.h public/hvm/params.h public/io/vscsiif.h public/io/xs_wire.h public/io/kbdif.h public/io/protocols.h public/io/ring.h public/io/fsif.h public/io/blkif.h public/io/console.h public/io/tpmif.h public/io/fbif.h public/io/netif.h public/io/pciif.h public/io/usbif.h public/io/libxenvchan.h public/io/xenbus.h public/xsm/flask_op.h; do \
  200. echo '#include "'$i'"' \
  201. | g++ -x c++ -std=gnu++98 -Wall -D__XEN_TOOLS__ \
  202. -include stdint.h -include public/xen.h -S -o /dev/null - \
  203. || exit 1; \
  204. echo $i; \
  205. done ; \
  206. fi >headers++.chk.new
  207. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/callback.i compat/callback.c
  208. if ! cmp -s compat/.xlat/xenoprof.lst.new compat/.xlat/xenoprof.lst; then mv -f compat/.xlat/xenoprof.lst.new compat/.xlat/xenoprof.lst; else rm -f compat/.xlat/xenoprof.lst.new; fi
  209. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/elfnote.i compat/elfnote.c
  210. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/event_channel.i compat/event_channel.c
  211. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/features.i compat/features.c
  212. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/grant_table.i compat/grant_table.c
  213. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/kexec.i compat/kexec.c
  214. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/memory.i compat/memory.c
  215. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/nmi.i compat/nmi.c
  216. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/physdev.i compat/physdev.c
  217. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/platform.i compat/platform.c
  218. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/sched.i compat/sched.c
  219. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/tmem.i compat/tmem.c
  220. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/trace.i compat/trace.c
  221. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/vcpu.i compat/vcpu.c
  222. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/version.i compat/version.c
  223. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/xenoprof.i compat/xenoprof.c
  224. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/arch-x86/pmu.i compat/arch-x86/pmu.c
  225. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/arch-x86/xen-mca.i compat/arch-x86/xen-mca.c
  226. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/arch-x86/xen.i compat/arch-x86/xen.c
  227. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/arch-x86/xen-x86_32.i compat/arch-x86/xen-x86_32.c
  228. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/arch-x86_32.i compat/arch-x86_32.c
  229. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/pmu.i compat/pmu.c
  230. set -e; id=_$(echo compat/callback.h | tr '[:lower:]-/.' '[:upper:]___'); \
  231. echo "#ifndef $id" >compat/callback.h.new; \
  232. echo "#define $id" >>compat/callback.h.new; \
  233. echo "#include <xen/compat.h>" >>compat/callback.h.new; \
  234. echo "#include <public/callback.h>" >>compat/callback.h.new; \
  235. echo "#pragma pack(4)" >>compat/callback.h.new; \
  236. grep -v '^# [0-9]' compat/callback.i | \
  237. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/callback.h.new; \
  238. echo "#pragma pack()" >>compat/callback.h.new; \
  239. echo "#endif /* $id */" >>compat/callback.h.new
  240. set -e; id=_$(echo compat/elfnote.h | tr '[:lower:]-/.' '[:upper:]___'); \
  241. echo "#ifndef $id" >compat/elfnote.h.new; \
  242. echo "#define $id" >>compat/elfnote.h.new; \
  243. echo "#include <xen/compat.h>" >>compat/elfnote.h.new; \
  244. echo "#include <public/elfnote.h>" >>compat/elfnote.h.new; \
  245. echo "#pragma pack(4)" >>compat/elfnote.h.new; \
  246. grep -v '^# [0-9]' compat/elfnote.i | \
  247. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/elfnote.h.new; \
  248. echo "#pragma pack()" >>compat/elfnote.h.new; \
  249. echo "#endif /* $id */" >>compat/elfnote.h.new
  250. mv -f compat/elfnote.h.new compat/elfnote.h
  251. set -e; id=_$(echo compat/event_channel.h | tr '[:lower:]-/.' '[:upper:]___'); \
  252. echo "#ifndef $id" >compat/event_channel.h.new; \
  253. echo "#define $id" >>compat/event_channel.h.new; \
  254. echo "#include <xen/compat.h>" >>compat/event_channel.h.new; \
  255. echo "#include <public/event_channel.h>" >>compat/event_channel.h.new; \
  256. echo "#pragma pack(4)" >>compat/event_channel.h.new; \
  257. grep -v '^# [0-9]' compat/event_channel.i | \
  258. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/event_channel.h.new; \
  259. echo "#pragma pack()" >>compat/event_channel.h.new; \
  260. echo "#endif /* $id */" >>compat/event_channel.h.new
  261. mv -f compat/callback.h.new compat/callback.h
  262. set -e; id=_$(echo compat/features.h | tr '[:lower:]-/.' '[:upper:]___'); \
  263. echo "#ifndef $id" >compat/features.h.new; \
  264. echo "#define $id" >>compat/features.h.new; \
  265. echo "#include <xen/compat.h>" >>compat/features.h.new; \
  266. echo "#include <public/features.h>" >>compat/features.h.new; \
  267. echo "#pragma pack(4)" >>compat/features.h.new; \
  268. grep -v '^# [0-9]' compat/features.i | \
  269. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/features.h.new; \
  270. echo "#pragma pack()" >>compat/features.h.new; \
  271. echo "#endif /* $id */" >>compat/features.h.new
  272. mv -f compat/event_channel.h.new compat/event_channel.h
  273. set -e; id=_$(echo compat/grant_table.h | tr '[:lower:]-/.' '[:upper:]___'); \
  274. echo "#ifndef $id" >compat/grant_table.h.new; \
  275. echo "#define $id" >>compat/grant_table.h.new; \
  276. echo "#include <xen/compat.h>" >>compat/grant_table.h.new; \
  277. echo "#include <public/grant_table.h>" >>compat/grant_table.h.new; \
  278. echo "#pragma pack(4)" >>compat/grant_table.h.new; \
  279. grep -v '^# [0-9]' compat/grant_table.i | \
  280. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/grant_table.h.new; \
  281. echo "#pragma pack()" >>compat/grant_table.h.new; \
  282. echo "#endif /* $id */" >>compat/grant_table.h.new
  283. mv -f compat/features.h.new compat/features.h
  284. set -e; id=_$(echo compat/kexec.h | tr '[:lower:]-/.' '[:upper:]___'); \
  285. echo "#ifndef $id" >compat/kexec.h.new; \
  286. echo "#define $id" >>compat/kexec.h.new; \
  287. echo "#include <xen/compat.h>" >>compat/kexec.h.new; \
  288. echo "#include <public/kexec.h>" >>compat/kexec.h.new; \
  289. echo "#pragma pack(4)" >>compat/kexec.h.new; \
  290. grep -v '^# [0-9]' compat/kexec.i | \
  291. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/kexec.h.new; \
  292. echo "#pragma pack()" >>compat/kexec.h.new; \
  293. echo "#endif /* $id */" >>compat/kexec.h.new
  294. mv -f compat/kexec.h.new compat/kexec.h
  295. set -e; id=_$(echo compat/memory.h | tr '[:lower:]-/.' '[:upper:]___'); \
  296. echo "#ifndef $id" >compat/memory.h.new; \
  297. echo "#define $id" >>compat/memory.h.new; \
  298. echo "#include <xen/compat.h>" >>compat/memory.h.new; \
  299. echo "#include <public/memory.h>" >>compat/memory.h.new; \
  300. echo "#pragma pack(4)" >>compat/memory.h.new; \
  301. grep -v '^# [0-9]' compat/memory.i | \
  302. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/memory.h.new; \
  303. echo "#pragma pack()" >>compat/memory.h.new; \
  304. echo "#endif /* $id */" >>compat/memory.h.new
  305. mv -f compat/grant_table.h.new compat/grant_table.h
  306. set -e; id=_$(echo compat/nmi.h | tr '[:lower:]-/.' '[:upper:]___'); \
  307. echo "#ifndef $id" >compat/nmi.h.new; \
  308. echo "#define $id" >>compat/nmi.h.new; \
  309. echo "#include <xen/compat.h>" >>compat/nmi.h.new; \
  310. echo "#include <public/nmi.h>" >>compat/nmi.h.new; \
  311. echo "#pragma pack(4)" >>compat/nmi.h.new; \
  312. grep -v '^# [0-9]' compat/nmi.i | \
  313. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/nmi.h.new; \
  314. echo "#pragma pack()" >>compat/nmi.h.new; \
  315. echo "#endif /* $id */" >>compat/nmi.h.new
  316. mv -f compat/nmi.h.new compat/nmi.h
  317. set -e; id=_$(echo compat/physdev.h | tr '[:lower:]-/.' '[:upper:]___'); \
  318. echo "#ifndef $id" >compat/physdev.h.new; \
  319. echo "#define $id" >>compat/physdev.h.new; \
  320. echo "#include <xen/compat.h>" >>compat/physdev.h.new; \
  321. echo "#include <public/physdev.h>" >>compat/physdev.h.new; \
  322. echo "#pragma pack(4)" >>compat/physdev.h.new; \
  323. grep -v '^# [0-9]' compat/physdev.i | \
  324. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/physdev.h.new; \
  325. echo "#pragma pack()" >>compat/physdev.h.new; \
  326. echo "#endif /* $id */" >>compat/physdev.h.new
  327. mv -f compat/memory.h.new compat/memory.h
  328. set -e; id=_$(echo compat/platform.h | tr '[:lower:]-/.' '[:upper:]___'); \
  329. echo "#ifndef $id" >compat/platform.h.new; \
  330. echo "#define $id" >>compat/platform.h.new; \
  331. echo "#include <xen/compat.h>" >>compat/platform.h.new; \
  332. echo "#include <public/platform.h>" >>compat/platform.h.new; \
  333. echo "#pragma pack(4)" >>compat/platform.h.new; \
  334. grep -v '^# [0-9]' compat/platform.i | \
  335. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/platform.h.new; \
  336. echo "#pragma pack()" >>compat/platform.h.new; \
  337. echo "#endif /* $id */" >>compat/platform.h.new
  338. mv -f compat/physdev.h.new compat/physdev.h
  339. set -e; id=_$(echo compat/sched.h | tr '[:lower:]-/.' '[:upper:]___'); \
  340. echo "#ifndef $id" >compat/sched.h.new; \
  341. echo "#define $id" >>compat/sched.h.new; \
  342. echo "#include <xen/compat.h>" >>compat/sched.h.new; \
  343. echo "#include <public/sched.h>" >>compat/sched.h.new; \
  344. echo "#pragma pack(4)" >>compat/sched.h.new; \
  345. grep -v '^# [0-9]' compat/sched.i | \
  346. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/sched.h.new; \
  347. echo "#pragma pack()" >>compat/sched.h.new; \
  348. echo "#endif /* $id */" >>compat/sched.h.new
  349. mv -f compat/sched.h.new compat/sched.h
  350. set -e; id=_$(echo compat/tmem.h | tr '[:lower:]-/.' '[:upper:]___'); \
  351. echo "#ifndef $id" >compat/tmem.h.new; \
  352. echo "#define $id" >>compat/tmem.h.new; \
  353. echo "#include <xen/compat.h>" >>compat/tmem.h.new; \
  354. echo "#include <public/tmem.h>" >>compat/tmem.h.new; \
  355. echo "#pragma pack(4)" >>compat/tmem.h.new; \
  356. grep -v '^# [0-9]' compat/tmem.i | \
  357. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/tmem.h.new; \
  358. echo "#pragma pack()" >>compat/tmem.h.new; \
  359. echo "#endif /* $id */" >>compat/tmem.h.new
  360. mv -f compat/platform.h.new compat/platform.h
  361. set -e; id=_$(echo compat/trace.h | tr '[:lower:]-/.' '[:upper:]___'); \
  362. echo "#ifndef $id" >compat/trace.h.new; \
  363. echo "#define $id" >>compat/trace.h.new; \
  364. echo "#include <xen/compat.h>" >>compat/trace.h.new; \
  365. echo "#include <public/trace.h>" >>compat/trace.h.new; \
  366. echo "#pragma pack(4)" >>compat/trace.h.new; \
  367. grep -v '^# [0-9]' compat/trace.i | \
  368. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/trace.h.new; \
  369. echo "#pragma pack()" >>compat/trace.h.new; \
  370. echo "#endif /* $id */" >>compat/trace.h.new
  371. mv -f compat/tmem.h.new compat/tmem.h
  372. set -e; id=_$(echo compat/vcpu.h | tr '[:lower:]-/.' '[:upper:]___'); \
  373. echo "#ifndef $id" >compat/vcpu.h.new; \
  374. echo "#define $id" >>compat/vcpu.h.new; \
  375. echo "#include <xen/compat.h>" >>compat/vcpu.h.new; \
  376. echo "#include <public/vcpu.h>" >>compat/vcpu.h.new; \
  377. echo "#pragma pack(4)" >>compat/vcpu.h.new; \
  378. grep -v '^# [0-9]' compat/vcpu.i | \
  379. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/vcpu.h.new; \
  380. echo "#pragma pack()" >>compat/vcpu.h.new; \
  381. echo "#endif /* $id */" >>compat/vcpu.h.new
  382. mv -f compat/trace.h.new compat/trace.h
  383. set -e; id=_$(echo compat/version.h | tr '[:lower:]-/.' '[:upper:]___'); \
  384. echo "#ifndef $id" >compat/version.h.new; \
  385. echo "#define $id" >>compat/version.h.new; \
  386. echo "#include <xen/compat.h>" >>compat/version.h.new; \
  387. echo "#include <public/version.h>" >>compat/version.h.new; \
  388. echo "#pragma pack(4)" >>compat/version.h.new; \
  389. grep -v '^# [0-9]' compat/version.i | \
  390. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/version.h.new; \
  391. echo "#pragma pack()" >>compat/version.h.new; \
  392. echo "#endif /* $id */" >>compat/version.h.new
  393. mv -f compat/vcpu.h.new compat/vcpu.h
  394. set -e; id=_$(echo compat/xenoprof.h | tr '[:lower:]-/.' '[:upper:]___'); \
  395. echo "#ifndef $id" >compat/xenoprof.h.new; \
  396. echo "#define $id" >>compat/xenoprof.h.new; \
  397. echo "#include <xen/compat.h>" >>compat/xenoprof.h.new; \
  398. echo "#include <public/xenoprof.h>" >>compat/xenoprof.h.new; \
  399. echo "#pragma pack(4)" >>compat/xenoprof.h.new; \
  400. grep -v '^# [0-9]' compat/xenoprof.i | \
  401. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/xenoprof.h.new; \
  402. echo "#pragma pack()" >>compat/xenoprof.h.new; \
  403. echo "#endif /* $id */" >>compat/xenoprof.h.new
  404. mv -f compat/version.h.new compat/version.h
  405. set -e; id=_$(echo compat/arch-x86/pmu.h | tr '[:lower:]-/.' '[:upper:]___'); \
  406. echo "#ifndef $id" >compat/arch-x86/pmu.h.new; \
  407. echo "#define $id" >>compat/arch-x86/pmu.h.new; \
  408. echo "#include <xen/compat.h>" >>compat/arch-x86/pmu.h.new; \
  409. \
  410. echo "#pragma pack(4)" >>compat/arch-x86/pmu.h.new; \
  411. grep -v '^# [0-9]' compat/arch-x86/pmu.i | \
  412. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/arch-x86/pmu.h.new; \
  413. echo "#pragma pack()" >>compat/arch-x86/pmu.h.new; \
  414. echo "#endif /* $id */" >>compat/arch-x86/pmu.h.new
  415. mv -f compat/xenoprof.h.new compat/xenoprof.h
  416. set -e; id=_$(echo compat/arch-x86/xen-mca.h | tr '[:lower:]-/.' '[:upper:]___'); \
  417. echo "#ifndef $id" >compat/arch-x86/xen-mca.h.new; \
  418. echo "#define $id" >>compat/arch-x86/xen-mca.h.new; \
  419. echo "#include <xen/compat.h>" >>compat/arch-x86/xen-mca.h.new; \
  420. \
  421. echo "#pragma pack(4)" >>compat/arch-x86/xen-mca.h.new; \
  422. grep -v '^# [0-9]' compat/arch-x86/xen-mca.i | \
  423. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/arch-x86/xen-mca.h.new; \
  424. echo "#pragma pack()" >>compat/arch-x86/xen-mca.h.new; \
  425. echo "#endif /* $id */" >>compat/arch-x86/xen-mca.h.new
  426. mv -f compat/arch-x86/pmu.h.new compat/arch-x86/pmu.h
  427. set -e; id=_$(echo compat/arch-x86/xen.h | tr '[:lower:]-/.' '[:upper:]___'); \
  428. echo "#ifndef $id" >compat/arch-x86/xen.h.new; \
  429. echo "#define $id" >>compat/arch-x86/xen.h.new; \
  430. echo "#include <xen/compat.h>" >>compat/arch-x86/xen.h.new; \
  431. \
  432. echo "#pragma pack(4)" >>compat/arch-x86/xen.h.new; \
  433. grep -v '^# [0-9]' compat/arch-x86/xen.i | \
  434. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/arch-x86/xen.h.new; \
  435. echo "#pragma pack()" >>compat/arch-x86/xen.h.new; \
  436. echo "#endif /* $id */" >>compat/arch-x86/xen.h.new
  437. mv -f compat/arch-x86/xen-mca.h.new compat/arch-x86/xen-mca.h
  438. set -e; id=_$(echo compat/arch-x86/xen-x86_32.h | tr '[:lower:]-/.' '[:upper:]___'); \
  439. echo "#ifndef $id" >compat/arch-x86/xen-x86_32.h.new; \
  440. echo "#define $id" >>compat/arch-x86/xen-x86_32.h.new; \
  441. echo "#include <xen/compat.h>" >>compat/arch-x86/xen-x86_32.h.new; \
  442. \
  443. echo "#pragma pack(4)" >>compat/arch-x86/xen-x86_32.h.new; \
  444. grep -v '^# [0-9]' compat/arch-x86/xen-x86_32.i | \
  445. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/arch-x86/xen-x86_32.h.new; \
  446. echo "#pragma pack()" >>compat/arch-x86/xen-x86_32.h.new; \
  447. echo "#endif /* $id */" >>compat/arch-x86/xen-x86_32.h.new
  448. mv -f compat/arch-x86/xen.h.new compat/arch-x86/xen.h
  449. set -e; id=_$(echo compat/arch-x86_32.h | tr '[:lower:]-/.' '[:upper:]___'); \
  450. echo "#ifndef $id" >compat/arch-x86_32.h.new; \
  451. echo "#define $id" >>compat/arch-x86_32.h.new; \
  452. echo "#include <xen/compat.h>" >>compat/arch-x86_32.h.new; \
  453. \
  454. echo "#pragma pack(4)" >>compat/arch-x86_32.h.new; \
  455. grep -v '^# [0-9]' compat/arch-x86_32.i | \
  456. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/arch-x86_32.h.new; \
  457. echo "#pragma pack()" >>compat/arch-x86_32.h.new; \
  458. echo "#endif /* $id */" >>compat/arch-x86_32.h.new
  459. mv -f compat/arch-x86/xen-x86_32.h.new compat/arch-x86/xen-x86_32.h
  460. set -e; id=_$(echo compat/pmu.h | tr '[:lower:]-/.' '[:upper:]___'); \
  461. echo "#ifndef $id" >compat/pmu.h.new; \
  462. echo "#define $id" >>compat/pmu.h.new; \
  463. echo "#include <xen/compat.h>" >>compat/pmu.h.new; \
  464. echo "#include <public/pmu.h>" >>compat/pmu.h.new; \
  465. echo "#pragma pack(4)" >>compat/pmu.h.new; \
  466. grep -v '^# [0-9]' compat/pmu.i | \
  467. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/pmu.h.new; \
  468. echo "#pragma pack()" >>compat/pmu.h.new; \
  469. echo "#endif /* $id */" >>compat/pmu.h.new
  470. mv -f compat/arch-x86_32.h.new compat/arch-x86_32.h
  471. export PYTHON=/usr/bin/python2.7; \
  472. while read what name; do \
  473. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/arch-x86/pmu.h || exit $?; \
  474. done <compat/.xlat/arch-x86/pmu.lst >compat/.xlat/arch-x86/pmu.h.new
  475. mv -f compat/pmu.h.new compat/pmu.h
  476. export PYTHON=/usr/bin/python2.7; \
  477. while read what name; do \
  478. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/arch-x86/xen-x86_32.h || exit $?; \
  479. done <compat/.xlat/arch-x86/xen-x86_32.lst >compat/.xlat/arch-x86/xen-x86_32.h.new
  480. mv headers.chk.new headers.chk
  481. export PYTHON=/usr/bin/python2.7; \
  482. while read what name; do \
  483. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/arch-x86/xen.h || exit $?; \
  484. done <compat/.xlat/arch-x86/xen.lst >compat/.xlat/arch-x86/xen.h.new
  485. mv -f compat/.xlat/arch-x86/xen-x86_32.h.new compat/.xlat/arch-x86/xen-x86_32.h
  486. export PYTHON=/usr/bin/python2.7; \
  487. while read what name; do \
  488. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/arch-x86/xen-mca.h || exit $?; \
  489. done <compat/.xlat/arch-x86/xen-mca.lst >compat/.xlat/arch-x86/xen-mca.h.new
  490. mv -f compat/.xlat/arch-x86/xen.h.new compat/.xlat/arch-x86/xen.h
  491. export PYTHON=/usr/bin/python2.7; \
  492. while read what name; do \
  493. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/event_channel.h || exit $?; \
  494. done <compat/.xlat/event_channel.lst >compat/.xlat/event_channel.h.new
  495. mv headers++.chk.new headers++.chk
  496. export PYTHON=/usr/bin/python2.7; \
  497. while read what name; do \
  498. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/grant_table.h || exit $?; \
  499. done <compat/.xlat/grant_table.lst >compat/.xlat/grant_table.h.new
  500. mv -f compat/.xlat/arch-x86/pmu.h.new compat/.xlat/arch-x86/pmu.h
  501. export PYTHON=/usr/bin/python2.7; \
  502. while read what name; do \
  503. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/kexec.h || exit $?; \
  504. done <compat/.xlat/kexec.lst >compat/.xlat/kexec.h.new
  505. mv -f compat/.xlat/kexec.h.new compat/.xlat/kexec.h
  506. export PYTHON=/usr/bin/python2.7; \
  507. while read what name; do \
  508. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/memory.h || exit $?; \
  509. done <compat/.xlat/memory.lst >compat/.xlat/memory.h.new
  510. mv -f compat/xen.c.new compat/xen.c
  511. export PYTHON=/usr/bin/python2.7; \
  512. while read what name; do \
  513. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/physdev.h || exit $?; \
  514. done <compat/.xlat/physdev.lst >compat/.xlat/physdev.h.new
  515. mv -f compat/.xlat/event_channel.h.new compat/.xlat/event_channel.h
  516. export PYTHON=/usr/bin/python2.7; \
  517. while read what name; do \
  518. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/platform.h || exit $?; \
  519. done <compat/.xlat/platform.lst >compat/.xlat/platform.h.new
  520. mv -f compat/.xlat/physdev.h.new compat/.xlat/physdev.h
  521. export PYTHON=/usr/bin/python2.7; \
  522. while read what name; do \
  523. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/pmu.h || exit $?; \
  524. done <compat/.xlat/pmu.lst >compat/.xlat/pmu.h.new
  525. mv -f compat/.xlat/arch-x86/xen-mca.h.new compat/.xlat/arch-x86/xen-mca.h
  526. export PYTHON=/usr/bin/python2.7; \
  527. while read what name; do \
  528. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/sched.h || exit $?; \
  529. done <compat/.xlat/sched.lst >compat/.xlat/sched.h.new
  530. mv -f compat/.xlat/pmu.h.new compat/.xlat/pmu.h
  531. export PYTHON=/usr/bin/python2.7; \
  532. while read what name; do \
  533. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/tmem.h || exit $?; \
  534. done <compat/.xlat/tmem.lst >compat/.xlat/tmem.h.new
  535. mv -f compat/.xlat/sched.h.new compat/.xlat/sched.h
  536. export PYTHON=/usr/bin/python2.7; \
  537. while read what name; do \
  538. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/trace.h || exit $?; \
  539. done <compat/.xlat/trace.lst >compat/.xlat/trace.h.new
  540. mv -f compat/.xlat/trace.h.new compat/.xlat/trace.h
  541. export PYTHON=/usr/bin/python2.7; \
  542. while read what name; do \
  543. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/vcpu.h || exit $?; \
  544. done <compat/.xlat/vcpu.lst >compat/.xlat/vcpu.h.new
  545. mv -f compat/.xlat/grant_table.h.new compat/.xlat/grant_table.h
  546. export PYTHON=/usr/bin/python2.7; \
  547. while read what name; do \
  548. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/xenoprof.h || exit $?; \
  549. done <compat/.xlat/xenoprof.lst >compat/.xlat/xenoprof.h.new
  550. mv -f compat/.xlat/tmem.h.new compat/.xlat/tmem.h
  551. x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-calls -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/xen.i compat/xen.c
  552. set -e; id=_$(echo compat/xen.h | tr '[:lower:]-/.' '[:upper:]___'); \
  553. echo "#ifndef $id" >compat/xen.h.new; \
  554. echo "#define $id" >>compat/xen.h.new; \
  555. echo "#include <xen/compat.h>" >>compat/xen.h.new; \
  556. echo "#include <public/xen.h>" >>compat/xen.h.new; \
  557. echo "#pragma pack(4)" >>compat/xen.h.new; \
  558. grep -v '^# [0-9]' compat/xen.i | \
  559. /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/compat-build-header.py | uniq >>compat/xen.h.new; \
  560. echo "#pragma pack()" >>compat/xen.h.new; \
  561. echo "#endif /* $id */" >>compat/xen.h.new
  562. mv -f compat/xen.h.new compat/xen.h
  563. export PYTHON=/usr/bin/python2.7; \
  564. while read what name; do \
  565. /bin/sh /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/tools/get-fields.sh "$what" compat_$name compat/xen.h || exit $?; \
  566. done <compat/.xlat/xen.lst >compat/.xlat/xen.h.new
  567. mv -f compat/.xlat/xenoprof.h.new compat/.xlat/xenoprof.h
  568. mv -f compat/.xlat/vcpu.h.new compat/.xlat/vcpu.h
  569. mv -f compat/.xlat/memory.h.new compat/.xlat/memory.h
  570. mv -f compat/.xlat/xen.h.new compat/.xlat/xen.h
  571. mv -f compat/.xlat/platform.h.new compat/.xlat/platform.h
  572. cat compat/.xlat/xen.h compat/.xlat/arch-x86/pmu.h compat/.xlat/arch-x86/xen-x86_32.h compat/.xlat/arch-x86/xen.h compat/.xlat/arch-x86/xen-mca.h compat/.xlat/event_channel.h compat/.xlat/grant_table.h compat/.xlat/kexec.h compat/.xlat/memory.h compat/.xlat/physdev.h compat/.xlat/platform.h compat/.xlat/pmu.h compat/.xlat/sched.h compat/.xlat/tmem.h compat/.xlat/trace.h compat/.xlat/vcpu.h compat/.xlat/xenoprof.h >compat/xlat.h.new
  573. mv -f compat/xlat.h.new compat/xlat.h
  574. rm compat/xen.c compat/kexec.i compat/arch-x86_32.c compat/arch-x86/xen-x86_32.c compat/sched.c compat/vcpu.c compat/xen.i compat/tmem.i compat/trace.i compat/features.i compat/callback.c compat/arch-x86/pmu.i compat/arch-x86/xen.i compat/elfnote.c compat/arch-x86/xen-mca.i compat/version.i compat/event_channel.i compat/pmu.i compat/platform.i compat/kexec.c compat/tmem.c compat/nmi.i compat/physdev.i compat/arch-x86/xen-x86_32.i compat/elfnote.i compat/physdev.c compat/vcpu.i compat/trace.c compat/features.c compat/arch-x86/pmu.c compat/event_channel.c compat/grant_table.i compat/memory.c compat/arch-x86/xen.c compat/arch-x86/xen-mca.c compat/version.c compat/arch-x86_32.i compat/pmu.c compat/platform.c compat/memory.i compat/sched.i compat/nmi.c compat/callback.i compat/xenoprof.c compat/xenoprof.i compat/grant_table.c
  575. make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include'
  576. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C arch/x86 asm-offsets.s
  577. make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86'
  578. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .asm-offsets.s.d -S -o asm-offsets.s x86_64/asm-offsets.c
  579. make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86'
  580. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk include/asm-x86/asm-offsets.h
  581. make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen'
  582. make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen'
  583. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C arch/x86 /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/xen
  584. make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86'
  585. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/boot built_in.o
  586. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/efi built_in.o
  587. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/common built_in.o
  588. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers built_in.o
  589. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/xsm built_in.o
  590. make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/efi'
  591. make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/boot'
  592. make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/common'
  593. make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/xsm'
  594. make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers'
  595. make -f build32.mk cmdline.S CMDLINE_DEPS="video.h"
  596. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/boot'
  597. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .bitmap.o.d -c bitmap.c -o bitmap.o
  598. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C char built_in.o
  599. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/char'
  600. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .xsm_core.o.d -c xsm_core.c -o xsm_core.o
  601. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .boot.o.d -fshort-wchar -DINIT_SECTIONS_ONLY -c boot.c -o boot.o
  602. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o xsm_core.o
  603. make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/xsm'
  604. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86 built_in.o
  605. make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86'
  606. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .core_parking.o.d -c core_parking.c -o core_parking.o
  607. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m32 -march=i686 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -fno-stack-protector -fno-exceptions -fno-builtin -msoft-float -c -fpic cmdline.c -o cmdline.o
  608. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .cpu.o.d -c cpu.c -o cpu.o
  609. /var/tmp/portage/app-emulation/xen-9999/temp/ccI7WTze.s: Assembler messages:
  610. /var/tmp/portage/app-emulation/xen-9999/temp/ccI7WTze.s:1027: Warning: ignoring changed section attributes for .text
  611. objdump -h cmdline.o | sed -n '/[0-9]/{s,00*,0,g;p;}' |\
  612. while read idx name sz rest; do \
  613. case "$name" in \
  614. .data|.data.*|.rodata|.rodata.*|.bss|.bss.*) \
  615. test $sz != 0 || continue; \
  616. echo "Error: non-empty $name: 0x$sz" >&2; \
  617. exit $(expr $idx + 1);; \
  618. esac; \
  619. done
  620. Error: non-empty .rodata: 0x090
  621. build32.mk:22: recipe for target 'cmdline.o' failed
  622. make[4]: *** [cmdline.o] Error 5
  623. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/boot'
  624. Makefile:11: recipe for target 'cmdline.S' failed
  625. make[3]: *** [cmdline.S] Error 2
  626. make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/boot'
  627. /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk:156: recipe for target '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/boot/built_in.o' failed
  628. make[2]: *** [/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/boot/built_in.o] Error 2
  629. make[2]: *** Waiting for unfinished jobs....
  630. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .cpupool.o.d -c cpupool.c -o cpupool.o
  631. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .domctl.o.d -c domctl.c -o domctl.o
  632. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .compat.o.d -fshort-wchar -c compat.c -o compat.o
  633. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .console.o.d -c console.c -o console.o
  634. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .domain.o.d -c domain.c -o domain.o
  635. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .apic.o.d -c apic.c -o apic.o
  636. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .runtime.o.d -fshort-wchar -c runtime.c -o runtime.o
  637. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .event_2l.o.d -c event_2l.c -o event_2l.o
  638. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .ns16550.o.d -c ns16550.c -o ns16550.o
  639. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .event_channel.o.d -c event_channel.c -o event_channel.o
  640. objdump -h boot.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  641. case "$name" in \
  642. .*.local) ;; \
  643. .text|.text.*|.data|.data.*|.bss) \
  644. test $sz != 0 || continue; \
  645. echo "Error: size of boot.o:$name is 0x$sz" >&2; \
  646. exit $(expr $idx + 1);; \
  647. esac; \
  648. done
  649. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local boot.o boot.init.o
  650. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o boot.init.o compat.o runtime.o
  651. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .event_fifo.o.d -c event_fifo.c -o event_fifo.o
  652. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .ehci-dbgp.o.d -c ehci-dbgp.c -o ehci-dbgp.o
  653. make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/efi'
  654. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .serial.o.d -c serial.c -o serial.o
  655. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .bitops.o.d -c bitops.c -o bitops.o
  656. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .compat.o.d -c compat.c -o compat.o
  657. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .debug.o.d -c debug.c -o debug.o
  658. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .delay.o.d -c delay.c -o delay.o
  659. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o console.o ns16550.o ehci-dbgp.o serial.o
  660. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/char'
  661. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C cpufreq built_in.o
  662. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/cpufreq'
  663. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .grant_table.o.d -c grant_table.c -o grant_table.o
  664. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .domctl.o.d -c domctl.c -o domctl.o
  665. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .guestcopy.o.d -c guestcopy.c -o guestcopy.o
  666. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .domain.o.d -c domain.c -o domain.o
  667. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .irq.o.d -c irq.c -o irq.o
  668. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .kernel.o.d -c kernel.c -o kernel.o
  669. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .domain_page.o.d -c domain_page.c -o domain_page.o
  670. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .keyhandler.o.d -c keyhandler.c -o keyhandler.o
  671. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .cpufreq.o.d -c cpufreq.c -o cpufreq.o
  672. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .e820.o.d -c e820.c -o e820.o
  673. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .extable.o.d -c extable.c -o extable.o
  674. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .kexec.o.d -c kexec.c -o kexec.o
  675. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .flushtlb.o.d -c flushtlb.c -o flushtlb.o
  676. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .cpufreq_ondemand.o.d -c cpufreq_ondemand.c -o cpufreq_ondemand.o
  677. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .platform_hypercall.o.d -c platform_hypercall.c -o platform_hypercall.o
  678. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .kimage.o.d -c kimage.c -o kimage.o
  679. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .i387.o.d -c i387.c -o i387.o
  680. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .cpufreq_misc_governors.o.d -c cpufreq_misc_governors.c -o cpufreq_misc_governors.o
  681. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .lib.o.d -c lib.c -o lib.o
  682. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .lzo.o.d -c lzo.c -o lzo.o
  683. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .i8259.o.d -c i8259.c -o i8259.o
  684. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .utility.o.d -c utility.c -o utility.o
  685. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mem_access.o.d -c mem_access.c -o mem_access.o
  686. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .memory.o.d -c memory.c -o memory.o
  687. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C pci built_in.o
  688. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/pci'
  689. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .io_apic.o.d -c io_apic.c -o io_apic.o
  690. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .multicall.o.d -c multicall.c -o multicall.o
  691. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o cpufreq.o cpufreq_ondemand.o cpufreq_misc_governors.o utility.o
  692. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/cpufreq'
  693. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C passthrough built_in.o
  694. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/passthrough'
  695. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .pci.o.d -c pci.c -o pci.o
  696. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o pci.o
  697. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/pci'
  698. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C acpi built_in.o
  699. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/acpi'
  700. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .notifier.o.d -c notifier.c -o notifier.o
  701. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .page_alloc.o.d -c page_alloc.c -o page_alloc.o
  702. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .pdx.o.d -c pdx.c -o pdx.o
  703. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .preempt.o.d -c preempt.c -o preempt.o
  704. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .random.o.d -c random.c -o random.o
  705. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .rangeset.o.d -c rangeset.c -o rangeset.o
  706. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .msi.o.d -c msi.c -o msi.o
  707. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .radix-tree.o.d -c radix-tree.c -o radix-tree.o
  708. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .iommu.o.d -c iommu.c -o iommu.o
  709. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .rbtree.o.d -c rbtree.c -o rbtree.o
  710. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .rcupdate.o.d -c rcupdate.c -o rcupdate.o
  711. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .numa.o.d -c numa.c -o numa.o
  712. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .osl.o.d -c osl.c -o osl.o
  713. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .io.o.d -c io.c -o io.o
  714. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .pmstat.o.d -c pmstat.c -o pmstat.o
  715. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .ioport_emulate.o.d -c ioport_emulate.c -o ioport_emulate.o
  716. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .hwregs.o.d -c hwregs.c -o hwregs.o
  717. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .sched_credit.o.d -c sched_credit.c -o sched_credit.o
  718. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .reboot.o.d -c reboot.c -o reboot.o
  719. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C tables built_in.o
  720. make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/acpi/tables'
  721. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .irq.o.d -c irq.c -o irq.o
  722. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .pci.o.d -c pci.c -o pci.o
  723. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C utilities built_in.o
  724. make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/acpi/utilities'
  725. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .sched_credit2.o.d -c sched_credit2.c -o sched_credit2.o
  726. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C vtd built_in.o
  727. make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/passthrough/vtd'
  728. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .tbutils.o.d -c tbutils.c -o tbutils.o
  729. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .microcode_amd.o.d -c microcode_amd.c -o microcode_amd.o
  730. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .tbfadt.o.d -DINIT_SECTIONS_ONLY -c tbfadt.c -o tbfadt.o
  731. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .sched_arinc653.o.d -c sched_arinc653.c -o sched_arinc653.o
  732. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .tbinstal.o.d -DINIT_SECTIONS_ONLY -c tbinstal.c -o tbinstal.o
  733. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .utglobal.o.d -c utglobal.c -o utglobal.o
  734. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .tbxface.o.d -DINIT_SECTIONS_ONLY -c tbxface.c -o tbxface.o
  735. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .utmisc.o.d -DINIT_SECTIONS_ONLY -c utmisc.c -o utmisc.o
  736. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .microcode_intel.o.d -c microcode_intel.c -o microcode_intel.o
  737. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .tbxfroot.o.d -DINIT_SECTIONS_ONLY -c tbxfroot.c -o tbxfroot.o
  738. objdump -h utmisc.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  739. case "$name" in \
  740. .*.local) ;; \
  741. .text|.text.*|.data|.data.*|.bss) \
  742. test $sz != 0 || continue; \
  743. echo "Error: size of utmisc.o:$name is 0x$sz" >&2; \
  744. exit $(expr $idx + 1);; \
  745. esac; \
  746. done
  747. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local utmisc.o utmisc.init.o
  748. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o utglobal.o utmisc.init.o
  749. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/acpi/utilities'
  750. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C apei built_in.o
  751. make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/acpi/apei'
  752. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .iommu.o.d -c iommu.c -o iommu.o
  753. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .sched_rt.o.d -c sched_rt.c -o sched_rt.o
  754. objdump -h tbfadt.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  755. case "$name" in \
  756. .*.local) ;; \
  757. .text|.text.*|.data|.data.*|.bss) \
  758. test $sz != 0 || continue; \
  759. echo "Error: size of tbfadt.o:$name is 0x$sz" >&2; \
  760. exit $(expr $idx + 1);; \
  761. esac; \
  762. done
  763. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local tbfadt.o tbfadt.init.o
  764. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .microcode.o.d -c microcode.c -o microcode.o
  765. objdump -h tbinstal.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  766. case "$name" in \
  767. .*.local) ;; \
  768. .text|.text.*|.data|.data.*|.bss) \
  769. test $sz != 0 || continue; \
  770. echo "Error: size of tbinstal.o:$name is 0x$sz" >&2; \
  771. exit $(expr $idx + 1);; \
  772. esac; \
  773. done
  774. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local tbinstal.o tbinstal.init.o
  775. objdump -h tbxface.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  776. case "$name" in \
  777. .*.local) ;; \
  778. .text|.text.*|.data|.data.*|.bss) \
  779. test $sz != 0 || continue; \
  780. echo "Error: size of tbxface.o:$name is 0x$sz" >&2; \
  781. exit $(expr $idx + 1);; \
  782. esac; \
  783. done
  784. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local tbxface.o tbxface.init.o
  785. objdump -h tbxfroot.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  786. case "$name" in \
  787. .*.local) ;; \
  788. .text|.text.*|.data|.data.*|.bss) \
  789. test $sz != 0 || continue; \
  790. echo "Error: size of tbxfroot.o:$name is 0x$sz" >&2; \
  791. exit $(expr $idx + 1);; \
  792. esac; \
  793. done
  794. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local tbxfroot.o tbxfroot.init.o
  795. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o tbutils.o tbfadt.init.o tbinstal.init.o tbxface.init.o tbxfroot.init.o
  796. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/acpi/tables'
  797. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .dmar.o.d -c dmar.c -o dmar.o
  798. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mm.o.d -c mm.c -o mm.o
  799. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .schedule.o.d -c schedule.c -o schedule.o
  800. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .utils.o.d -c utils.c -o utils.o
  801. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .qinval.o.d -c qinval.c -o qinval.o
  802. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .erst.o.d -c erst.c -o erst.o
  803. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .intremap.o.d -c intremap.c -o intremap.o
  804. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .quirks.o.d -c quirks.c -o quirks.o
  805. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .hest.o.d -c hest.c -o hest.o
  806. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .apei-base.o.d -c apei-base.c -o apei-base.o
  807. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .apei-io.o.d -c apei-io.c -o apei-io.o
  808. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o erst.o hest.o apei-base.o apei-io.o
  809. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/acpi/apei'
  810. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .tables.o.d -DINIT_SECTIONS_ONLY -c tables.c -o tables.o
  811. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C x86 built_in.o
  812. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .shutdown.o.d -c shutdown.c -o shutdown.o
  813. make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/passthrough/vtd/x86'
  814. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .softirq.o.d -c softirq.c -o softirq.o
  815. objdump -h tables.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  816. case "$name" in \
  817. .*.local) ;; \
  818. .text|.text.*|.data|.data.*|.bss) \
  819. test $sz != 0 || continue; \
  820. echo "Error: size of tables.o:$name is 0x$sz" >&2; \
  821. exit $(expr $idx + 1);; \
  822. esac; \
  823. done
  824. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local tables.o tables.init.o
  825. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .sort.o.d -c sort.c -o sort.o
  826. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o numa.o osl.o pmstat.o hwregs.o reboot.o tables/built_in.o utilities/built_in.o apei/built_in.o tables.init.o
  827. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/acpi'
  828. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C video built_in.o
  829. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/video'
  830. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .smp.o.d -c smp.c -o smp.o
  831. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .spinlock.o.d -c spinlock.c -o spinlock.o
  832. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .stop_machine.o.d -c stop_machine.c -o stop_machine.o
  833. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .string.o.d -c string.c -o string.o
  834. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .symbols.o.d -c symbols.c -o symbols.o
  835. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .monitor.o.d -c monitor.c -o monitor.o
  836. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vtd.o.d -c vtd.c -o vtd.o
  837. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .sysctl.o.d -c sysctl.c -o sysctl.o
  838. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mpparse.o.d -c mpparse.c -o mpparse.o
  839. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vga.o.d -c vga.c -o vga.o
  840. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .ats.o.d -c ats.c -o ats.o
  841. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .font_8x14.o.d -c font_8x14.c -o font_8x14.o
  842. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .font_8x16.o.d -c font_8x16.c -o font_8x16.o
  843. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .nmi.o.d -c nmi.c -o nmi.o
  844. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o vtd.o ats.o
  845. make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/passthrough/vtd/x86'
  846. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o iommu.o dmar.o utils.o qinval.o intremap.o quirks.o x86/built_in.o
  847. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .font_8x8.o.d -c font_8x8.c -o font_8x8.o
  848. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/passthrough/vtd'
  849. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C amd built_in.o
  850. make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/passthrough/amd'
  851. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .lfb.o.d -c lfb.c -o lfb.o
  852. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .tasklet.o.d -c tasklet.c -o tasklet.o
  853. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vesa.o.d -c vesa.c -o vesa.o
  854. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o vga.o font_8x14.o font_8x16.o font_8x8.o lfb.o vesa.o
  855. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .numa.o.d -c numa.c -o numa.o
  856. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/video'
  857. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C x86 built_in.o
  858. make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/passthrough/x86'
  859. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .pci.o.d -c pci.c -o pci.o
  860. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .percpu.o.d -c percpu.c -o percpu.o
  861. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .time.o.d -c time.c -o time.o
  862. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .timer.o.d -c timer.c -o timer.o
  863. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .physdev.o.d -c physdev.c -o physdev.o
  864. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .psr.o.d -c psr.c -o psr.o
  865. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .iommu_init.o.d -c iommu_init.c -o iommu_init.o
  866. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .setup.o.d -c setup.c -o setup.o
  867. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .shutdown.o.d -c shutdown.c -o shutdown.o
  868. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .tmem.o.d -c tmem.c -o tmem.o
  869. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .ats.o.d -c ats.c -o ats.o
  870. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .smp.o.d -c smp.c -o smp.o
  871. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .iommu_map.o.d -c iommu_map.c -o iommu_map.o
  872. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .iommu.o.d -c iommu.c -o iommu.o
  873. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .smpboot.o.d -c smpboot.c -o smpboot.o
  874. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o ats.o iommu.o
  875. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/passthrough/x86'
  876. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .tmem_xen.o.d -c tmem_xen.c -o tmem_xen.o
  877. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .pci_amd_iommu.o.d -c pci_amd_iommu.c -o pci_amd_iommu.o
  878. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .srat.o.d -c srat.c -o srat.o
  879. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .trace.o.d -c trace.c -o trace.o
  880. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .version.o.d -c version.c -o version.o
  881. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .string.o.d -c string.c -o string.o
  882. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vm_event.o.d -c vm_event.c -o vm_event.o
  883. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .sysctl.o.d -c sysctl.c -o sysctl.o
  884. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .iommu_intr.o.d -c iommu_intr.c -o iommu_intr.o
  885. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .time.o.d -c time.c -o time.o
  886. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vmap.o.d -c vmap.c -o vmap.o
  887. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .trace.o.d -c trace.c -o trace.o
  888. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vsprintf.o.d -c vsprintf.c -o vsprintf.o
  889. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .wait.o.d -c wait.c -o wait.o
  890. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .iommu_cmd.o.d -c iommu_cmd.c -o iommu_cmd.o
  891. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .xmalloc_tlsf.o.d -c xmalloc_tlsf.c -o xmalloc_tlsf.o
  892. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .traps.o.d -c traps.c -o traps.o
  893. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .xenoprof.o.d -c xenoprof.c -o xenoprof.o
  894. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .iommu_guest.o.d -c iommu_guest.c -o iommu_guest.o
  895. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C compat built_in.o
  896. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/common/compat'
  897. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .usercopy.o.d -c usercopy.c -o usercopy.o
  898. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .x86_emulate.o.d -c x86_emulate.c -o x86_emulate.o
  899. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .iommu_detect.o.d -DINIT_SECTIONS_ONLY -c iommu_detect.c -o iommu_detect.o
  900. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C hvm built_in.o
  901. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/common/hvm'
  902. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .iommu_acpi.o.d -DINIT_SECTIONS_ONLY -c iommu_acpi.c -o iommu_acpi.o
  903. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .domain.o.d -c domain.c -o domain.o
  904. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .kernel.o.d -c kernel.c -o kernel.o
  905. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .memory.o.d -c memory.c -o memory.o
  906. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .save.o.d -c save.c -o save.o
  907. objdump -h iommu_detect.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  908. case "$name" in \
  909. .*.local) ;; \
  910. .text|.text.*|.data|.data.*|.bss) \
  911. test $sz != 0 || continue; \
  912. echo "Error: size of iommu_detect.o:$name is 0x$sz" >&2; \
  913. exit $(expr $idx + 1);; \
  914. esac; \
  915. done
  916. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local iommu_detect.o iommu_detect.init.o
  917. objdump -h iommu_acpi.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  918. case "$name" in \
  919. .*.local) ;; \
  920. .text|.text.*|.data|.data.*|.bss) \
  921. test $sz != 0 || continue; \
  922. echo "Error: size of iommu_acpi.o:$name is 0x$sz" >&2; \
  923. exit $(expr $idx + 1);; \
  924. esac; \
  925. done
  926. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local iommu_acpi.o iommu_acpi.init.o
  927. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o iommu_init.o iommu_map.o pci_amd_iommu.o iommu_intr.o iommu_cmd.o iommu_guest.o iommu_detect.init.o iommu_acpi.init.o
  928. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/passthrough/amd'
  929. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o iommu.o io.o pci.o vtd/built_in.o amd/built_in.o x86/built_in.o
  930. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers/passthrough'
  931. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o char/built_in.o cpufreq/built_in.o pci/built_in.o passthrough/built_in.o acpi/built_in.o video/built_in.o
  932. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .machine_kexec.o.d -c machine_kexec.c -o machine_kexec.o
  933. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .multicall.o.d -c multicall.c -o multicall.o
  934. make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/drivers'
  935. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .xlat.o.d -c xlat.c -o xlat.o
  936. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .tmem_xen.o.d -c tmem_xen.c -o tmem_xen.o
  937. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o save.o
  938. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/common/hvm'
  939. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C libelf built_in.o
  940. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/common/libelf'
  941. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .crash.o.d -c crash.c -o crash.o
  942. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .tboot.o.d -c tboot.c -o tboot.o
  943. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o domain.o kernel.o memory.o multicall.o xlat.o tmem_xen.o
  944. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/common/compat'
  945. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .decompress.o.d -DINIT_SECTIONS_ONLY -c decompress.c -o decompress.o
  946. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .bunzip2.o.d -DINIT_SECTIONS_ONLY -c bunzip2.c -o bunzip2.o
  947. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .hpet.o.d -c hpet.c -o hpet.o
  948. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .unxz.o.d -DINIT_SECTIONS_ONLY -c unxz.c -o unxz.o
  949. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vm_event.o.d -c vm_event.c -o vm_event.o
  950. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .xstate.o.d -c xstate.c -o xstate.o
  951. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .libelf-tools.o.d -Wno-pointer-sign -c libelf-tools.c -o libelf-tools.o
  952. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C acpi built_in.o
  953. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/acpi'
  954. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .unlzma.o.d -DINIT_SECTIONS_ONLY -c unlzma.c -o unlzma.o
  955. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C cpu built_in.o
  956. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/cpu'
  957. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .libelf-loader.o.d -Wno-pointer-sign -c libelf-loader.c -o libelf-loader.o
  958. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .unlzo.o.d -DINIT_SECTIONS_ONLY -c unlzo.c -o unlzo.o
  959. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .unlz4.o.d -DINIT_SECTIONS_ONLY -c unlz4.c -o unlz4.o
  960. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .libelf-dominfo.o.d -Wno-pointer-sign -c libelf-dominfo.c -o libelf-dominfo.o
  961. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C genapic built_in.o
  962. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/genapic'
  963. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .earlycpio.o.d -DINIT_SECTIONS_ONLY -c earlycpio.c -o earlycpio.o
  964. objdump -h decompress.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  965. case "$name" in \
  966. .*.local) ;; \
  967. .text|.text.*|.data|.data.*|.bss) \
  968. test $sz != 0 || continue; \
  969. echo "Error: size of decompress.o:$name is 0x$sz" >&2; \
  970. exit $(expr $idx + 1);; \
  971. esac; \
  972. done
  973. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local decompress.o decompress.init.o
  974. objdump -h bunzip2.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  975. case "$name" in \
  976. .*.local) ;; \
  977. .text|.text.*|.data|.data.*|.bss) \
  978. test $sz != 0 || continue; \
  979. echo "Error: size of bunzip2.o:$name is 0x$sz" >&2; \
  980. exit $(expr $idx + 1);; \
  981. esac; \
  982. done
  983. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local bunzip2.o bunzip2.init.o
  984. objdump -h unxz.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  985. case "$name" in \
  986. .*.local) ;; \
  987. .text|.text.*|.data|.data.*|.bss) \
  988. test $sz != 0 || continue; \
  989. echo "Error: size of unxz.o:$name is 0x$sz" >&2; \
  990. exit $(expr $idx + 1);; \
  991. esac; \
  992. done
  993. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARINGx86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .amd.o.d -c amd.c -o amd.o
  994. -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .lib.o.d -c lib.c -o lib.o
  995. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local unxz.o unxz.init.o
  996. objdump -h unlzma.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  997. case "$name" in \
  998. .*.local) ;; \
  999. .text|.text.*|.data|.data.*|.bss) \
  1000. test $sz != 0 || continue; \
  1001. echo "Error: size of unlzma.o:$name is 0x$sz" >&2; \
  1002. exit $(expr $idx + 1);; \
  1003. esac; \
  1004. done
  1005. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o libelf-temp.o libelf-tools.o libelf-loader.o libelf-dominfo.o
  1006. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local unlzma.o unlzma.init.o
  1007. objcopy --rename-section .text=.init.text --rename-section .data=.init.data libelf-temp.o libelf.o
  1008. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o libelf.o
  1009. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/common/libelf'
  1010. objdump -h unlzo.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  1011. case "$name" in \
  1012. .*.local) ;; \
  1013. .text|.text.*|.data|.data.*|.bss) \
  1014. test $sz != 0 || continue; \
  1015. echo "Error: size of unlzo.o:$name is 0x$sz" >&2; \
  1016. exit $(expr $idx + 1);; \
  1017. esac; \
  1018. done
  1019. objdump -h unlz4.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  1020. case "$name" in \
  1021. .*.local) ;; \
  1022. .text|.text.*|.data|.data.*|.bss) \
  1023. test $sz != 0 || continue; \
  1024. echo "Error: size of unlz4.o:$name is 0x$sz" >&2; \
  1025. exit $(expr $idx + 1);; \
  1026. esac; \
  1027. done
  1028. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local unlzo.o unlzo.init.o
  1029. objdump -h earlycpio.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  1030. case "$name" in \
  1031. .*.local) ;; \
  1032. .text|.text.*|.data|.data.*|.bss) \
  1033. test $sz != 0 || continue; \
  1034. echo "Error: size of earlycpio.o:$name is 0x$sz" >&2; \
  1035. exit $(expr $idx + 1);; \
  1036. esac; \
  1037. done
  1038. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local unlz4.o unlz4.init.o
  1039. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .centaur.o.d -c centaur.c -o centaur.o
  1040. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local earlycpio.o earlycpio.init.o
  1041. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .power.o.d -c power.c -o power.o
  1042. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o bitmap.o core_parking.o cpu.o cpupool.o domctl.o domain.o event_2l.o event_channel.o event_fifo.o grant_table.o guestcopy.o irq.o kernel.o keyhandler.o kexec.o kimage.o lib.o lzo.o mem_access.o memory.o multicall.o notifier.o page_alloc.o pdx.o preempt.o random.o rangeset.o radix-tree.o rbtree.o rcupdate.o sched_credit.o sched_credit2.o sched_arinc653.o sched_rt.o schedule.o shutdown.o softirq.o sort.o smp.o spinlock.o stop_machine.o string.o symbols.o sysctl.o tasklet.o time.o timer.o tmem.o tmem_xen.o trace.o version.o vm_event.o vmap.o vsprintf.o wait.o xmalloc_tlsf.o xenoprof.o compat/built_in.o hvm/built_in.o libelf/built_in.o decompress.init.o bunzip2.init.o unxz.init.o unlzma.init.o unlzo.init.o unlz4.init.o earlycpio.init.o
  1043. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .common.o.d -c common.c -o common.o
  1044. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .intel.o.d -c intel.c -o intel.o
  1045. make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/common'
  1046. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .suspend.o.d -c suspend.c -o suspend.o
  1047. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .bigsmp.o.d -c bigsmp.c -o bigsmp.o
  1048. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .cpu_idle.o.d -c cpu_idle.c -o cpu_idle.o
  1049. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .intel_cacheinfo.o.d -c intel_cacheinfo.c -o intel_cacheinfo.o
  1050. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .cpuidle_menu.o.d -c cpuidle_menu.c -o cpuidle_menu.o
  1051. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mwait-idle.o.d -c mwait-idle.c -o mwait-idle.o
  1052. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vpmu.o.d -c vpmu.c -o vpmu.o
  1053. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .x2apic.o.d -c x2apic.c -o x2apic.o
  1054. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C cpufreq built_in.o
  1055. make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/acpi/cpufreq'
  1056. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .default.o.d -c default.c -o default.o
  1057. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vpmu_amd.o.d -c vpmu_amd.c -o vpmu_amd.o
  1058. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vpmu_intel.o.d -c vpmu_intel.c -o vpmu_intel.o
  1059. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .boot.o.d -DINIT_SECTIONS_ONLY -c boot.c -o boot.o
  1060. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .delivery.o.d -c delivery.c -o delivery.o
  1061. x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .wakeup_prot.o.d -c wakeup_prot.S -o wakeup_prot.o
  1062. objdump -h boot.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  1063. case "$name" in \
  1064. .*.local) ;; \
  1065. .text|.text.*|.data|.data.*|.bss) \
  1066. test $sz != 0 || continue; \
  1067. echo "Error: size of boot.o:$name is 0x$sz" >&2; \
  1068. exit $(expr $idx + 1);; \
  1069. esac; \
  1070. done
  1071. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local boot.o boot.init.o
  1072. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .probe.o.d -c probe.c -o probe.o
  1073. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C mcheck built_in.o
  1074. make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/cpu/mcheck'
  1075. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C mtrr built_in.o
  1076. make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/cpu/mtrr'
  1077. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C hvm built_in.o
  1078. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/hvm'
  1079. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o bigsmp.o x2apic.o default.o delivery.o probe.o
  1080. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/genapic'
  1081. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C mm built_in.o
  1082. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/mm'
  1083. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .cpufreq.o.d -c cpufreq.c -o cpufreq.o
  1084. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .amd_nonfatal.o.d -c amd_nonfatal.c -o amd_nonfatal.o
  1085. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .asid.o.d -c asid.c -o asid.o
  1086. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .powernow.o.d -c powernow.c -o powernow.o
  1087. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .paging.o.d -c paging.c -o paging.o
  1088. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .generic.o.d -c generic.c -o generic.o
  1089. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .emulate.o.d -c emulate.c -o emulate.o
  1090. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o cpufreq.o powernow.o
  1091. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/acpi/cpufreq'
  1092. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o lib.o power.o suspend.o cpu_idle.o cpuidle_menu.o cpufreq/built_in.o boot.init.o wakeup_prot.o
  1093. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/acpi'
  1094. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C oprofile built_in.o
  1095. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mce_amd.o.d -c mce_amd.c -o mce_amd.o
  1096. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/oprofile'
  1097. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .main.o.d -c main.c -o main.o
  1098. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o generic.o main.o
  1099. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/cpu/mtrr'
  1100. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mcaction.o.d -c mcaction.c -o mcaction.o
  1101. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .p2m.o.d -c p2m.c -o p2m.o
  1102. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .barrier.o.d -c barrier.c -o barrier.o
  1103. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .event.o.d -c event.c -o event.o
  1104. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mctelem.o.d -c mctelem.c -o mctelem.o
  1105. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mce.o.d -c mce.c -o mce.o
  1106. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .xenoprof.o.d -c xenoprof.c -o xenoprof.o
  1107. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .hpet.o.d -c hpet.c -o hpet.o
  1108. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .hvm.o.d -c hvm.c -o hvm.o
  1109. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .nmi_int.o.d -c nmi_int.c -o nmi_int.o
  1110. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .i8254.o.d -c i8254.c -o i8254.o
  1111. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .intercept.o.d -c intercept.c -o intercept.o
  1112. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mce-apei.o.d -c mce-apei.c -o mce-apei.o
  1113. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .op_model_p4.o.d -c op_model_p4.c -o op_model_p4.o
  1114. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .io.o.d -c io.c -o io.o
  1115. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mce_intel.o.d -c mce_intel.c -o mce_intel.o
  1116. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .p2m-pt.o.d -c p2m-pt.c -o p2m-pt.o
  1117. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .op_model_ppro.o.d -c op_model_ppro.c -o op_model_ppro.o
  1118. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .irq.o.d -c irq.c -o irq.o
  1119. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mtrr.o.d -c mtrr.c -o mtrr.o
  1120. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .op_model_athlon.o.d -c op_model_athlon.c -o op_model_athlon.o
  1121. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .non-fatal.o.d -c non-fatal.c -o non-fatal.o
  1122. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .p2m-ept.o.d -c p2m-ept.c -o p2m-ept.o
  1123. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .backtrace.o.d -c backtrace.c -o backtrace.o
  1124. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .util.o.d -c util.c -o util.o
  1125. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .nestedhvm.o.d -c nestedhvm.c -o nestedhvm.o
  1126. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o xenoprof.o nmi_int.o op_model_p4.o op_model_ppro.o op_model_athlon.o backtrace.o
  1127. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/oprofile'
  1128. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C x86_64 built_in.o
  1129. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/x86_64'
  1130. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .pmtimer.o.d -c pmtimer.c -o pmtimer.o
  1131. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vmce.o.d -c vmce.c -o vmce.o
  1132. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .p2m-pod.o.d -c p2m-pod.c -o p2m-pod.o
  1133. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .quirks.o.d -c quirks.c -o quirks.o
  1134. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .altp2m.o.d -c altp2m.c -o altp2m.o
  1135. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o amd_nonfatal.o mce_amd.o mcaction.o barrier.o mctelem.o mce.o mce-apei.o mce_intel.o non-fatal.o util.o vmce.o
  1136. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/cpu/mcheck'
  1137. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o amd.o centaur.o common.o intel.o intel_cacheinfo.o mwait-idle.o vpmu.o vpmu_amd.o vpmu_intel.o mcheck/built_in.o mtrr/built_in.o
  1138. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/cpu'
  1139. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .alternative.o.d -DINIT_SECTIONS_ONLY -c alternative.c -o alternative.o
  1140. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .rtc.o.d -c rtc.c -o rtc.o
  1141. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .guest_walk_2.o.d -DGUEST_PAGING_LEVELS=2 -c guest_walk.c -o guest_walk_2.o
  1142. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .bzimage.o.d -DINIT_SECTIONS_ONLY -c bzimage.c -o bzimage.o
  1143. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .guest_walk_3.o.d -DGUEST_PAGING_LEVELS=3 -c guest_walk.c -o guest_walk_3.o
  1144. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .guest_walk_4.o.d -DGUEST_PAGING_LEVELS=4 -c guest_walk.c -o guest_walk_4.o
  1145. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mm.o.d -c mm.c -o mm.o
  1146. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .save.o.d -c save.c -o save.o
  1147. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mem_paging.o.d -c mem_paging.c -o mem_paging.o
  1148. x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .clear_page.o.d -c clear_page.S -o clear_page.o
  1149. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mem_sharing.o.d -c mem_sharing.c -o mem_sharing.o
  1150. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .traps.o.d -c traps.c -o traps.o
  1151. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .stdvga.o.d -c stdvga.c -o stdvga.o
  1152. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C shadow built_in.o
  1153. make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/mm/shadow'
  1154. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .common.o.d -c common.c -o common.o
  1155. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vioapic.o.d -c vioapic.c -o vioapic.o
  1156. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .machine_kexec.o.d -c machine_kexec.c -o machine_kexec.o
  1157. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .pci.o.d -c pci.c -o pci.o
  1158. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .acpi_mmcfg.o.d -c acpi_mmcfg.c -o acpi_mmcfg.o
  1159. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mmconf-fam10h.o.d -c mmconf-fam10h.c -o mmconf-fam10h.o
  1160. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .viridian.o.d -c viridian.c -o viridian.o
  1161. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mmconfig_64.o.d -c mmconfig_64.c -o mmconfig_64.o
  1162. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .mmconfig-shared.o.d -c mmconfig-shared.c -o mmconfig-shared.o
  1163. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C hap built_in.o
  1164. make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/mm/hap'
  1165. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .compat.o.d -c compat.c -o compat.o
  1166. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .domain.o.d -c domain.c -o domain.o
  1167. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .physdev.o.d -c physdev.c -o physdev.o
  1168. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vlapic.o.d -c vlapic.c -o vlapic.o
  1169. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vmsi.o.d -c vmsi.c -o vmsi.o
  1170. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .platform_hypercall.o.d -c platform_hypercall.c -o platform_hypercall.o
  1171. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vpic.o.d -c vpic.c -o vpic.o
  1172. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .hap.o.d -c hap.c -o hap.o
  1173. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vpt.o.d -c vpt.c -o vpt.o
  1174. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C svm built_in.o
  1175. make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/hvm/svm'
  1176. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .guest_2.o.d -DGUEST_PAGING_LEVELS=2 -c multi.c -o guest_2.o
  1177. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C vmx built_in.o
  1178. make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/hvm/vmx'
  1179. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .cpu_idle.o.d -c cpu_idle.c -o cpu_idle.o
  1180. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .guest_walk_2level.o.d -DGUEST_PAGING_LEVELS=2 -c guest_walk.c -o guest_walk_2level.o
  1181. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .asid.o.d -c asid.c -o asid.o
  1182. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .cpufreq.o.d -c cpufreq.c -o cpufreq.o
  1183. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .guest_walk_3level.o.d -DGUEST_PAGING_LEVELS=3 -c guest_walk.c -o guest_walk_3level.o
  1184. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .emulate.o.d -c emulate.c -o emulate.o
  1185. make -f /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/Rules.mk -C compat built_in.o
  1186. make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/x86_64/compat'
  1187. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .guest_walk_4level.o.d -DGUEST_PAGING_LEVELS=4 -c guest_walk.c -o guest_walk_4level.o
  1188. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .intr.o.d -c intr.c -o intr.o
  1189. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .nested_hap.o.d -c nested_hap.c -o nested_hap.o
  1190. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .realmode.o.d -c realmode.c -o realmode.o
  1191. x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .entry.o.d -c entry.S -o entry.o
  1192. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o entry.o
  1193. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/x86_64/compat'
  1194. x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .entry.o.d -c entry.S -o entry.o
  1195. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .nested_ept.o.d -c nested_ept.c -o nested_ept.o
  1196. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .intr.o.d -c intr.c -o intr.o
  1197. x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .gpr_switch.o.d -c gpr_switch.S -o gpr_switch.o
  1198. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vmcs.o.d -c vmcs.c -o vmcs.o
  1199. x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .kexec_reloc.o.d -c kexec_reloc.S -o kexec_reloc.o
  1200. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o mm.o traps.o machine_kexec.o pci.o acpi_mmcfg.o mmconf-fam10h.o mmconfig_64.o mmconfig-shared.o compat.o domain.o physdev.o platform_hypercall.o cpu_idle.o cpufreq.o compat/built_in.o entry.o gpr_switch.o kexec_reloc.o
  1201. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .nestedsvm.o.d -c nestedsvm.c -o nestedsvm.o
  1202. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o hap.o guest_walk_2level.o guest_walk_3level.o guest_walk_4level.o nested_hap.o nested_ept.o
  1203. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/x86_64'
  1204. x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .copy_page.o.d -c copy_page.S -o copy_page.o
  1205. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/mm/hap'
  1206. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .guest_3.o.d -DGUEST_PAGING_LEVELS=3 -c multi.c -o guest_3.o
  1207. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .guest_4.o.d -DGUEST_PAGING_LEVELS=4 -c multi.c -o guest_4.o
  1208. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .dmi_scan.o.d -DINIT_SECTIONS_ONLY -c dmi_scan.c -o dmi_scan.o
  1209. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .domain_build.o.d -DINIT_SECTIONS_ONLY -c domain_build.c -o domain_build.o
  1210. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .svm.o.d -c svm.c -o svm.o
  1211. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vmx.o.d -c vmx.c -o vmx.o
  1212. objdump -h alternative.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  1213. case "$name" in \
  1214. .*.local) ;; \
  1215. .text|.text.*|.data|.data.*|.bss) \
  1216. test $sz != 0 || continue; \
  1217. echo "Error: size of alternative.o:$name is 0x$sz" >&2; \
  1218. exit $(expr $idx + 1);; \
  1219. esac; \
  1220. done
  1221. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local alternative.o alternative.init.o
  1222. objdump -h bzimage.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  1223. case "$name" in \
  1224. .*.local) ;; \
  1225. .text|.text.*|.data|.data.*|.bss) \
  1226. test $sz != 0 || continue; \
  1227. echo "Error: size of bzimage.o:$name is 0x$sz" >&2; \
  1228. exit $(expr $idx + 1);; \
  1229. esac; \
  1230. done
  1231. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vvmx.o.d -c vvmx.c -o vvmx.o
  1232. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local bzimage.o bzimage.init.o
  1233. objdump -h dmi_scan.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  1234. case "$name" in \
  1235. .*.local) ;; \
  1236. .text|.text.*|.data|.data.*|.bss) \
  1237. test $sz != 0 || continue; \
  1238. echo "Error: size of dmi_scan.o:$name is 0x$sz" >&2; \
  1239. exit $(expr $idx + 1);; \
  1240. esac; \
  1241. done
  1242. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local dmi_scan.o dmi_scan.init.o
  1243. objdump -h domain_build.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name sz rest; do \
  1244. case "$name" in \
  1245. .*.local) ;; \
  1246. .text|.text.*|.data|.data.*|.bss) \
  1247. test $sz != 0 || continue; \
  1248. echo "Error: size of domain_build.o:$name is 0x$sz" >&2; \
  1249. exit $(expr $idx + 1);; \
  1250. esac; \
  1251. done
  1252. objcopy --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str2.1=.init.rodata.str2.1 --rename-section .rodata.str4.1=.init.rodata.str4.1 --rename-section .rodata.cst1=.init.rodata.cst1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str2.2=.init.rodata.str2.2 --rename-section .rodata.str4.2=.init.rodata.str4.2 --rename-section .rodata.cst2=.init.rodata.cst2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str2.4=.init.rodata.str2.4 --rename-section .rodata.str4.4=.init.rodata.str4.4 --rename-section .rodata.cst4=.init.rodata.cst4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .rodata.str2.8=.init.rodata.str2.8 --rename-section .rodata.str4.8=.init.rodata.str4.8 --rename-section .rodata.cst8=.init.rodata.cst8 --rename-section .rodata.str1.16=.init.rodata.str1.16 --rename-section .rodata.str2.16=.init.rodata.str2.16 --rename-section .rodata.str4.16=.init.rodata.str4.16 --rename-section .rodata.cst16=.init.rodata.cst16 --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro.local=.init.data.rel.ro.local domain_build.o domain_build.init.o
  1253. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .svmdebug.o.d -c svmdebug.c -o svmdebug.o
  1254. x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .vmcb.o.d -c vmcb.c -o vmcb.o
  1255. x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .entry.o.d -c entry.S -o entry.o
  1256. x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DXEN_IMG_PHYS_START=0x200000 -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .entry.o.d -c entry.S -o entry.o
  1257. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o asid.o emulate.o intr.o nestedsvm.o svm.o svmdebug.o vmcb.o entry.o
  1258. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/hvm/svm'
  1259. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o common.o guest_2.o guest_3.o guest_4.o
  1260. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/mm/shadow'
  1261. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o paging.o p2m.o p2m-pt.o p2m-ept.o p2m-pod.o altp2m.o guest_walk_2.o guest_walk_3.o guest_walk_4.o mem_paging.o mem_sharing.o shadow/built_in.o hap/built_in.o
  1262. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/mm'
  1263. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o intr.o realmode.o vmcs.o vmx.o vvmx.o entry.o
  1264. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/hvm/vmx'
  1265. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o asid.o emulate.o event.o hpet.o hvm.o i8254.o intercept.o io.o irq.o mtrr.o nestedhvm.o pmtimer.o quirks.o rtc.o save.o stdvga.o vioapic.o viridian.o vlapic.o vmsi.o vpic.o vpt.o svm/built_in.o vmx/built_in.o
  1266. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86/hvm'
  1267. x86_64-pc-linux-gnu-ld -O1 --as-needed -r -o built_in.o apic.o bitops.o compat.o debug.o delay.o domctl.o domain.o domain_page.o e820.o extable.o flushtlb.o platform_hypercall.o i387.o i8259.o io_apic.o msi.o ioport_emulate.o irq.o microcode_amd.o microcode_intel.o microcode.o mm.o monitor.o mpparse.o nmi.o numa.o pci.o percpu.o physdev.o psr.o setup.o shutdown.o smp.o smpboot.o srat.o string.o sysctl.o time.o trace.o traps.o usercopy.o x86_emulate.o machine_kexec.o crash.o tboot.o hpet.o vm_event.o xstate.o acpi/built_in.o cpu/built_in.o genapic/built_in.o hvm/built_in.o mm/built_in.o oprofile/built_in.o x86_64/built_in.o alternative.init.o bzimage.init.o clear_page.o copy_page.o dmi_scan.init.o domain_build.init.o
  1268. make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86'
  1269. make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/arch/x86'
  1270. Makefile:104: recipe for target '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/xen' failed
  1271. make[1]: *** [/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen/xen] Error 2
  1272. make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen'
  1273. Makefile:29: recipe for target 'build' failed
  1274. make: *** [build] Error 2
  1275. make: Leaving directory '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999/xen'
  1276. * ERROR: app-emulation/xen-9999::local failed (compile phase):
  1277. * emake failed
  1278. *
  1279. * If you need support, post the output of `emerge --info '=app-emulation/xen-9999::local'`,
  1280. * the complete build log and the output of `emerge -pqv '=app-emulation/xen-9999::local'`.
  1281. * The complete build log is located at '/var/tmp/portage/app-emulation/xen-9999/temp/build.log'.
  1282. * The ebuild environment file is located at '/var/tmp/portage/app-emulation/xen-9999/temp/environment'.
  1283. * Working directory: '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999'
  1284. * S: '/var/tmp/portage/app-emulation/xen-9999/work/xen-9999'
  1285. * !!! User patches were applied to this build!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement