Introduce new .text.sorted.* sections.
[deliverable/binutils-gdb.git] / gold / layout.cc
index 194d088c2a19a4cce1f22ce53f87db77e983ca99..4a6a7f69dd5e58e5488620250e45c70992fd5663 100644 (file)
@@ -1129,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.022717 seconds and 4 git commands to generate.