forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The scope of a new object should be printed earlier and when the scope of an already loaded object is extended only the changes should be printed.
- Loading branch information
Showing
4 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
2011-08-16 Ulrich Drepper <[email protected]> | ||
|
||
* elf/dl-open.c (_dl_show_scope): Take additional parameter which | ||
specifies first scope to show. | ||
(dl_open_worker): Update callers. Move printing scope of new | ||
object to before the relocation. | ||
* rtld.c (dl_main): Update _dl_show_scope call. | ||
* sysdeps/generic/ldsodefs.h: Update declaration. | ||
|
||
* elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the | ||
string for the scope number. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters