Fix indentation in print_thread_info_1
[deliverable/binutils-gdb.git] / gold / layout.cc
index fc7cdf8b8bbef679fbb3a664887d839cbc7e7cad..4a6a7f69dd5e58e5488620250e45c70992fd5663 100644 (file)
@@ -466,6 +466,7 @@ Layout::Layout(int number_of_input_files, Script_options* script_options)
     unique_segment_for_sections_specified_(false),
     incremental_inputs_(NULL),
     record_output_section_data_from_script_(false),
+    lto_slim_object_(false),
     script_output_section_data_list_(),
     segment_states_(NULL),
     relaxation_debug_check_(NULL),
@@ -1128,7 +1129,8 @@ Layout::special_ordering_of_input_section(const char* name)
     ".text.unlikely",
     ".text.exit",
     ".text.startup",
-    ".text.hot"
+    ".text.hot",
+    ".text.sorted"
   };
 
   for (size_t i = 0;
This page took 0.031674 seconds and 4 git commands to generate.