FreeBSD Bugzilla – Attachment 19802 Details for
Bug 35099
ldd in -STABLE fails on libc.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ldd-fix.diff
ldd-fix.diff (text/plain), 379 bytes, created by
Nathan Hawkins
on 2002-02-19 01:30:01 UTC
(
hide
)
Description:
ldd-fix.diff
Filename:
MIME Type:
Creator:
Nathan Hawkins
Created:
2002-02-19 01:30:01 UTC
Size:
379 bytes
patch
obsolete
>--- rtld.c.bak Tue Feb 19 00:15:30 2002 >+++ rtld.c Tue Feb 19 00:43:00 2002 >@@ -1589,7 +1589,12 @@ > /* Make list of init functions to call. */ > initlist_add_objects(obj, &obj->next, &initlist); > } >- } >+ } else >+ if (ld_tracing) { >+ trace_loaded_objects(obj); >+ wlock_release(); >+ exit(0); >+ } > } > > GDB_STATE(RT_CONSISTENT,obj ? &obj->linkmap : NULL);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 35099
: 19802