gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / defstd.cc
index a7a57e44f560a505992a5fec99c92cda2443574a..fcf46f0876fa5938793525aa68dc5ce6f02afb29 100644 (file)
@@ -1,6 +1,6 @@
 // defstd.cc -- define standard symbols for gold.
 
-// Copyright 2006, 2007, 2008, 2009, 2010 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.
@@ -140,6 +140,20 @@ const Define_symbol_in_segment in_segment[] =
     Symbol::SEGMENT_START,     // offset_from_base
     true                       // only_if_ref
   },
+  {
+    "__ehdr_start",            // name
+    elfcpp::PT_LOAD,           // segment_type
+    elfcpp::PF(0),             // segment_flags_set
+    elfcpp::PF(0),             // segment_flags_clear
+    0,                         // value
+    0,                         // size
+    elfcpp::STT_NOTYPE,                // type
+    elfcpp::STB_GLOBAL,                // binding
+    elfcpp::STV_HIDDEN,                // visibility
+    0,                         // nonvis
+    Symbol::SEGMENT_START,     // offset_from_base
+    true                       // only_if_ref
+  },
   {
     "etext",                   // name
     elfcpp::PT_LOAD,           // segment_type
This page took 0.025979 seconds and 4 git commands to generate.