|
@@ -77,7 +77,7 @@ _dl_linux_resolver(struct elf_resolve *tpnt, int reloc_entry)
|
|
_dl_dprintf(_dl_debug_file, "\nresolve function: %s", symname);
|
|
_dl_dprintf(_dl_debug_file, "\nresolve function: %s", symname);
|
|
if (_dl_debug_detail)
|
|
if (_dl_debug_detail)
|
|
_dl_dprintf(_dl_debug_file,
|
|
_dl_dprintf(_dl_debug_file,
|
|
- "\n\tpatched: %x ==> %x @ %x",
|
|
+ "\n\tpatched: %x ==> %x @ %x\n",
|
|
*got_addr, new_addr, got_addr);
|
|
*got_addr, new_addr, got_addr);
|
|
}
|
|
}
|
|
if (!_dl_debug_nofixups) {
|
|
if (!_dl_debug_nofixups) {
|
|
@@ -219,7 +219,7 @@ _dl_do_reloc(struct elf_resolve *tpnt, struct dyn_elf *scope,
|
|
|
|
|
|
#if defined (__SUPPORT_LD_DEBUG__)
|
|
#if defined (__SUPPORT_LD_DEBUG__)
|
|
if (_dl_debug_reloc && _dl_debug_detail)
|
|
if (_dl_debug_reloc && _dl_debug_detail)
|
|
- _dl_dprintf(_dl_debug_file, "\n\tpatched: %x ==> %x @ %x",
|
|
+ _dl_dprintf(_dl_debug_file, "\n\tpatched: %x ==> %x @ %x\n",
|
|
old_val, *reloc_addr, reloc_addr);
|
|
old_val, *reloc_addr, reloc_addr);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
@@ -260,7 +260,7 @@ _dl_do_lazy_reloc(struct elf_resolve *tpnt, struct dyn_elf *scope,
|
|
|
|
|
|
#if defined (__SUPPORT_LD_DEBUG__)
|
|
#if defined (__SUPPORT_LD_DEBUG__)
|
|
if (_dl_debug_reloc && _dl_debug_detail)
|
|
if (_dl_debug_reloc && _dl_debug_detail)
|
|
- _dl_dprintf(_dl_debug_file, "\n\tpatched: %x ==> %x @ %x",
|
|
+ _dl_dprintf(_dl_debug_file, "\n\tpatched: %x ==> %x @ %x\n",
|
|
old_val, *reloc_addr, reloc_addr);
|
|
old_val, *reloc_addr, reloc_addr);
|
|
#endif
|
|
#endif
|
|
|
|
|