Automatic date update in version.in
[external/binutils.git] / gold / defstd.cc
index a50e75d..0ae28dc 100644 (file)
@@ -1,6 +1,6 @@
 // defstd.cc -- define standard symbols for gold.
 
-// Copyright (C) 2006-2014 Free Software Foundation, Inc.
+// Copyright (C) 2006-2019 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -141,6 +141,20 @@ const Define_symbol_in_segment in_segment[] =
     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
     elfcpp::PF_X,              // segment_flags_set