From: Viktor Mitin Date: Wed, 10 Jul 2019 04:57:37 +0000 (+0300) Subject: xen/doc: update ARM warning about testing gcov on arm X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~1927 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=08b084ab48738040e34032ffb42387d88619bf1b;p=xen.git xen/doc: update ARM warning about testing gcov on arm Update ARM code coverage warning about testing gcov on arm Signed-off-by: Viktor Mitin Acked-by: Julien Grall Acked-by: Andrew Cooper --- diff --git a/docs/hypervisor-guide/code-coverage.rst b/docs/hypervisor-guide/code-coverage.rst index 3cebf2d96e..6c7552d691 100644 --- a/docs/hypervisor-guide/code-coverage.rst +++ b/docs/hypervisor-guide/code-coverage.rst @@ -8,9 +8,8 @@ so some extra steps are required to collect and process the data. .. warning:: - Coverage has only been tested on x86 at the moment. ARM doesn't currently - boot when the final binary exceeds 2MB in size, and the coverage build tends - to exceeds this limit. + ARM doesn't currently boot when the final binary exceeds 2MB in size, + and the coverage build tends to exceed this limit. Compiling Xen