]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r262669:
authormarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Jul 2014 18:31:44 +0000 (18:31 +0000)
committermarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Jul 2014 18:31:44 +0000 (18:31 +0000)
commitc71b9e1d88558f59468f118b14b982838a1f2dba
tree9dfc82cbb84ebebf1f944f093f89321d784ccd43
parentd937177dc70b4f61bd6ba83bff0aa6ba755196da
MFC r262669:
When our linker merges .SUNW_dof sections from multiple files, it simply
concatenates the DOF tables into one section. Previously, the USDT init
code in drti.o would only look at the first table in the DOF section; with
this change, it iterates over all the tables, passing each DOF table to
the kernel.

PR: 186821

git-svn-id: svn://svn.freebsd.org/base/stable/9@269246 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
cddl/contrib/opensolaris/lib/libdtrace/common/drti.c