projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aad487e
)
Add more debugging prints.
author
drepper
<drepper>
Tue, 10 Mar 1998 18:01:11 +0000
(18:01 +0000)
committer
drepper
<drepper>
Tue, 10 Mar 1998 18:01:11 +0000
(18:01 +0000)
elf/dl-reloc.c
patch
|
blob
|
history
diff --git
a/elf/dl-reloc.c
b/elf/dl-reloc.c
index
531da96
..
d38c6c1
100644
(file)
--- a/
elf/dl-reloc.c
+++ b/
elf/dl-reloc.c
@@
-32,6
+32,10
@@
_dl_relocate_object (struct link_map *l, struct link_map *scope[], int lazy)
if (l->l_relocated)
return;
+ if (_dl_debug_reloc)
+ _dl_debug_message (1, "\nrelocation processing: ",
+ l->l_name[0] ? l->l_name : _dl_argv[0], "\n", NULL);
+
if (l->l_info[DT_TEXTREL])
{
/* Bletch. We must make read-only segments writable