X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gold%2Fdefstd.cc;h=0ae28dc01570157d71b82cd1d58722b55e164a2c;hb=cf950fd4dd4581849a445a76b57514d72074927d;hp=a7a57e44f560a505992a5fec99c92cda2443574a;hpb=7223e9ca5a5ab5eecd2d14328ceade93bcb43f3d;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/defstd.cc b/gold/defstd.cc index a7a57e44f5..0ae28dc015 100644 --- a/gold/defstd.cc +++ b/gold/defstd.cc @@ -1,6 +1,6 @@ // defstd.cc -- define standard symbols for gold. -// Copyright 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 2006-2019 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // 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