Combine read-only .eh_frame sections with read-write .eh_frame

sections.
This commit is contained in:
Ian Lance Taylor
2008-03-12 04:38:42 +00:00
parent e00eeb0a11
commit 1650c4ff50
5 changed files with 89 additions and 4 deletions

View File

@@ -477,6 +477,10 @@ class Layout
void
allocate_output_section(Output_section*, elfcpp::Elf_Xword flags);
// Turn a read-only output section into a read-write output section.
void
write_enable_output_section(Output_section*, elfcpp::Elf_Xword flags);
// Set the final file offsets of all the segments.
off_t
set_segment_offsets(const Target*, Output_segment*, unsigned int* pshndx);