mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-29 00:16:09 +00:00
changed order in which the sections are emitted
The fact that segments can contain header information as well as sections requires that sections within segments are emitted first.
This commit is contained in:
parent
0ece76b5eb
commit
55c2841e47
Binary file not shown.
@ -159,8 +159,8 @@ class elfio
|
||||
set_current_file_position();
|
||||
|
||||
is_still_good = is_still_good && save_header( f );
|
||||
is_still_good = is_still_good && save_sections_without_segments( f );
|
||||
is_still_good = is_still_good && save_segments_and_their_sections( f );
|
||||
is_still_good = is_still_good && save_sections_without_segments( f );
|
||||
|
||||
f.close();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user