diff options
Diffstat (limited to 'usr/src/cmd/sgs/libld/common/syms.c')
-rw-r--r-- | usr/src/cmd/sgs/libld/common/syms.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/sgs/libld/common/syms.c b/usr/src/cmd/sgs/libld/common/syms.c index 6638dac5e6..38b960bc7d 100644 --- a/usr/src/cmd/sgs/libld/common/syms.c +++ b/usr/src/cmd/sgs/libld/common/syms.c @@ -1091,6 +1091,8 @@ ld_sym_validate(Ofl_desc *ofl) int allow_ldynsym; uchar_t type; + DBG_CALL(Dbg_basic_validate(ofl->ofl_lml)); + /* * If a symbol is undefined and this link-edit calls for no undefined * symbols to remain (this is the default case when generating an |