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

Move some wrappers debug-dependent output into another category

parent fec96f7c
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -101,7 +101,7 @@ wrap (const char *name, ...@@ -101,7 +101,7 @@ wrap (const char *name,
// will end up in a path that's normally only DEBUG_ELF // will end up in a path that's normally only DEBUG_ELF
// debugged: // debugged:
if( debug_flags & DEBUG_WRAPPERS ) if( debug_flags & DEBUG_WRAPPERS )
debug_flags = debug_flags | DEBUG_ELF; debug_flags = debug_flags | DEBUG_RELOCS;
// install any required wrappers inside the capsule: // install any required wrappers inside the capsule:
process_pt_dynamic( (void *)start, // offset from phdr to dyn section process_pt_dynamic( (void *)start, // offset from phdr to dyn section
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment