This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Generate coverage informations in different sections.
- From: Frediano Ziglio <frediano dot ziglio at citrix dot com>
- To: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Mon, 17 Jun 2013 12:33:13 +0000
- Subject: Generate coverage informations in different sections.
Hi,
I'm a Xen developer. We have coverage support (lcov replacement) in
order to extract coverage information. However would be very helpful to
have a way to put counters, structures and strings (file names) related
to coverage in different section. Actually there are no such options (it
would be better for us to separate counters and structures/strings).
I tried to change generated .s files in order to separate these
informations but without success (I'm not so expert with gas, last gcc
require common section).
Is it difficult to implement such a feature in next gcc?
Do somebody have a better idea?
Frediano