Add r_debug_state to the list of symbols exported from rtld. GDB needs to

be able to find it in order to trap shared library events from rtld.

Approved by:	re (rwatson)
This commit is contained in:
Alexander Kabaev 2007-07-11 23:07:37 +00:00
parent 13705f88fa
commit 03c4fb02dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171385

View File

@ -13,6 +13,7 @@ FBSD_1.0 {
dllockinit;
dlinfo;
dl_iterate_phdr;
r_debug_state;
__tls_get_addr;
};