]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
This is all "#if defined(__i386__) && __GNUC__ >= 2":
authorPoul-Henning Kamp <phk@FreeBSD.org>
Mon, 6 Jan 2003 07:40:49 +0000 (07:40 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Mon, 6 Jan 2003 07:40:49 +0000 (07:40 +0000)
commit578c478621a6a3f173fd0502f8416f1ec88a8e9f
tree91ace69e353d014d2f441e908bed07387a662f9b
parent12ebd46e4ba3e87df2146ded91995561d2d7fdd0
This is all "#if defined(__i386__) && __GNUC__ >= 2":

Add support for GCC's --test-coverage --profile-arcs options.

Add code to call the functions listed in the .ctors section, these are
used to string the per .o file counter blocks into a linked list.

Add empty __bb_fork_func() to cope with GCC magic gandling of exec*()
named functions.

To add support for other platforms should be trivial, but involves
determining the exact data-types gcc uses on that platform.
sys/kern/subr_prof.c