]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
xen/doc: update ARM warning about testing gcov on arm
authorViktor Mitin <viktor.mitin.19@gmail.com>
Wed, 10 Jul 2019 04:57:37 +0000 (07:57 +0300)
committerJulien Grall <julien.grall@arm.com>
Tue, 16 Jul 2019 16:40:35 +0000 (17:40 +0100)
Update ARM code coverage warning about testing gcov on arm

Signed-off-by: Viktor Mitin <viktor_mitin@epam.com>
Acked-by: Julien Grall <julien.grall@arm.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
docs/hypervisor-guide/code-coverage.rst

index 3cebf2d96e3c15a9f3aa40d5d7850e9b021dbf97..6c7552d69128225c20c551d2881294572421b9f3 100644 (file)
@@ -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