mirror of
https://github.com/dynup/kpatch
synced 2025-01-03 11:12:01 +00:00
create-diff-object: process debug sections last
Process the debug sections only after all the other inclusion logic has finished, since it makes decisions based on what else has already been included. Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
This commit is contained in:
parent
b53e4e3f44
commit
19baa5b7c7
@ -3413,10 +3413,10 @@ int main(int argc, char *argv[])
|
||||
|
||||
kpatch_include_standard_elements(kelf_patched);
|
||||
num_changed = kpatch_include_changed_functions(kelf_patched);
|
||||
kpatch_include_debug_sections(kelf_patched);
|
||||
callbacks_exist = kpatch_include_callback_elements(kelf_patched);
|
||||
kpatch_include_force_elements(kelf_patched);
|
||||
new_globals_exist = kpatch_include_new_globals(kelf_patched);
|
||||
kpatch_include_debug_sections(kelf_patched);
|
||||
|
||||
kpatch_process_special_sections(kelf_patched);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user