gdb/tui: Fix 'layout asm' before the inferior has started
[deliverable/binutils-gdb.git] / gold / layout.cc
index 194d088c2a19a4cce1f22ce53f87db77e983ca99..be437f3900e43484be96b20ef859b58c0b4feb5f 100644 (file)
@@ -1,6 +1,6 @@
 // layout.cc -- lay out output file sections for gold
 
-// Copyright (C) 2006-2019 Free Software Foundation, Inc.
+// Copyright (C) 2006-2020 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -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.03249 seconds and 4 git commands to generate.