diff options
| author | Ali Bahrami <Ali.Bahrami@Sun.COM> | 2008-11-18 09:57:21 -0700 |
|---|---|---|
| committer | Ali Bahrami <Ali.Bahrami@Sun.COM> | 2008-11-18 09:57:21 -0700 |
| commit | ca4eed8b351c42874d1c1d9360d832914a0ffd1b (patch) | |
| tree | d9cc734ae65e6e3661287f5bb90fdc10a06e2426 /usr/src/cmd/sgs/liblddbg | |
| parent | f7b93e0c289f7c2bc496d313146b7af1bd0bf84e (diff) | |
| download | illumos-joyent-ca4eed8b351c42874d1c1d9360d832914a0ffd1b.tar.gz | |
6763342 sloppy relocations need to get sloppier
Diffstat (limited to 'usr/src/cmd/sgs/liblddbg')
| -rw-r--r-- | usr/src/cmd/sgs/liblddbg/common/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/sgs/liblddbg/common/files.c b/usr/src/cmd/sgs/liblddbg/common/files.c index 93839d5b14..0e7d263150 100644 --- a/usr/src/cmd/sgs/liblddbg/common/files.c +++ b/usr/src/cmd/sgs/liblddbg/common/files.c @@ -369,7 +369,7 @@ Dbg_file_dlopen(Rt_map *clmp, const char *name, int *in_nfavl, int mode) Dbg_util_nl(lml, DBG_NL_STD); dbg_print(lml, MSG_INTL(MSG_FIL_DLOPEN), name, NAME(clmp), retry, - conv_dl_mode(mode, 1, &dl_mode_buf)); + conv_dl_mode(mode, 0, &dl_mode_buf)); } void |
