Skip to content
Snippets Groups Projects
Commit 5dd4b6cd authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Tweak the formatting of the relocation debugging output

parent 35322d9e
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -445,7 +445,8 @@ process_dt_rel (const void *start,
case R_X86_64_JUMP_SLOT:
slot = addr( base, entry->r_offset, 0 );
DEBUG( DEBUG_ELF,
"%s: %p ← { offset: %"FMT_ADDR"; addend: n/a }",
" %30s %30s: %p ← { offset: %"FMT_ADDR"; addend: n/a }",
name,
reloc_type_name( chr ),
slot, entry->r_offset );
try_relocation( slot, name, data );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment