mirror of git://sourceware.org/git/glibc.git
elf: Remove spurios SHARED conditional from elf/rtld.c
elf/rtld.c is only ever built in SHARED mode.
This commit is contained in:
parent
65cc53fe7c
commit
b376bb01fb
|
|
@ -2386,10 +2386,8 @@ dl_main (const ElfW(Phdr) *phdr,
|
||||||
_dl_relocate_object might need to call `mprotect' for DT_TEXTREL. */
|
_dl_relocate_object might need to call `mprotect' for DT_TEXTREL. */
|
||||||
_dl_sysdep_start_cleanup ();
|
_dl_sysdep_start_cleanup ();
|
||||||
|
|
||||||
#ifdef SHARED
|
|
||||||
/* Auditing checkpoint: we have added all objects. */
|
/* Auditing checkpoint: we have added all objects. */
|
||||||
_dl_audit_activity_nsid (LM_ID_BASE, LA_ACT_CONSISTENT);
|
_dl_audit_activity_nsid (LM_ID_BASE, LA_ACT_CONSISTENT);
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Notify the debugger all new objects are now ready to go. We must re-get
|
/* Notify the debugger all new objects are now ready to go. We must re-get
|
||||||
the address since by now the variable might be in another object. */
|
the address since by now the variable might be in another object. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue