Date: Wed, 17 Oct 2007 02:18:21 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 127617 for review Message-ID: <200710170218.l9H2ILn6070846@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127617 Change 127617 by jb@jb_freebsd1 on 2007/10/17 02:17:51 IFopensolaris Affected files ... .. //depot/projects/opensolaris/contrib/opensolaris/cmd/sgs/include/debug.h#4 integrate Differences ... ==== //depot/projects/opensolaris/contrib/opensolaris/cmd/sgs/include/debug.h#4 (text) ==== @@ -86,6 +86,7 @@ #define DBG_DLSYM_DEFAULT 2 #define DBG_DLSYM_SELF 3 #define DBG_DLSYM_PROBE 4 +#define DBG_DLSYM_SINGLETON 5 #define DBG_DLCLOSE_NULL 0 #define DBG_DLCLOSE_IGNORE 1 @@ -141,6 +142,11 @@ #define DBG_NL_STD 0 /* newline controllers - standard and */ #define DBG_NL_FRC 2 /* forced. */ +#define DBG_BNDREJ_NODIR 0 /* bind rejected, direct to nodirect */ +#define DBG_BNDREJ_SINGLE 1 /* bind rejected, singleton without */ + /* default search model */ +#define DBG_BNDREJ_NUM DBG_BNDREJ_SINGLE + /* * Define a debug descriptor, and a user macro that inspects the descriptor as * a means of triggering a class of diagnostic output. @@ -205,6 +211,7 @@ #define Dbg_bind_plt_summary Dbg64_bind_plt_summary #define Dbg_bind_pltpad_from Dbg64_bind_pltpad_from #define Dbg_bind_pltpad_to Dbg64_bind_pltpad_to +#define Dbg_bind_reject Dbg64_bind_reject #define Dbg_bind_weak Dbg64_bind_weak #define Dbg_cap_val_hw1 Dbg64_cap_val_hw1 @@ -403,6 +410,7 @@ #define Dbg_bind_global Dbg32_bind_global #define Dbg_bind_plt_summary Dbg32_bind_plt_summary +#define Dbg_bind_reject Dbg32_bind_reject #define Dbg_bind_weak Dbg32_bind_weak #define Dbg_cap_val_hw1 Dbg32_cap_val_hw1 @@ -621,6 +629,7 @@ extern void Dbg_bind_pltpad_from(Rt_map *, Addr, const char *); extern void Dbg_bind_pltpad_to(Rt_map *, Addr, const char *, const char *); #endif +extern void Dbg_bind_reject(Rt_map *, Rt_map *, const char *, int); extern void Dbg_bind_weak(Rt_map *, Addr, Addr, const char *); extern void Dbg_cap_hw_candidate(Lm_list *, const char *);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710170218.l9H2ILn6070846>