]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r262669:
authormarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Jul 2014 18:31:27 +0000 (18:31 +0000)
committermarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Jul 2014 18:31:27 +0000 (18:31 +0000)
commit6de583f0199738cecbedbfe54b4f1c0f6779d2d4
tree7d77b4c03480acd30b434644ef1152f26ce7c2fb
parent6f4272790807e368a0595b7deaa5bc21d72afb6a
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/10@269245 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
cddl/contrib/opensolaris/lib/libdtrace/common/drti.c