diff options
Diffstat (limited to 'gold/layout.h')
-rw-r--r-- | gold/layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/layout.h b/gold/layout.h index 2263f0e..b399854 100644 --- a/gold/layout.h +++ b/gold/layout.h @@ -1149,7 +1149,7 @@ class Layout choose_output_section(const Relobj* relobj, const char* name, elfcpp::Elf_Word type, elfcpp::Elf_Xword flags, bool is_input_section, Output_section_order order, - bool is_relro); + bool is_relro, bool is_reloc); // Create a new Output_section. Output_section* |