diff options
Diffstat (limited to 'gold/defstd.cc')
-rw-r--r-- | gold/defstd.cc | 50 |
1 files changed, 1 insertions, 49 deletions
diff --git a/gold/defstd.cc b/gold/defstd.cc index e09d814..a7a57e4 100644 --- a/gold/defstd.cc +++ b/gold/defstd.cc @@ -1,6 +1,6 @@ // defstd.cc -- define standard symbols for gold. -// Copyright 2006, 2007 Free Software Foundation, Inc. +// Copyright 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. // Written by Ian Lance Taylor <iant@google.com>. // This file is part of gold. @@ -109,54 +109,6 @@ const Define_symbol_in_section in_section[] = true // only_if_ref }, { - "__rel_iplt_start", // name - ".rel.iplt", // output_section - 0, // value - 0, // size - elfcpp::STT_NOTYPE, // type - elfcpp::STB_GLOBAL, // binding - elfcpp::STV_HIDDEN, // visibility - 0, // nonvis - false, // offset_is_from_end - true // only_if_ref - }, - { - "__rel_iplt_end", // name - ".rel.iplt", // output_section - 0, // value - 0, // size - elfcpp::STT_NOTYPE, // type - elfcpp::STB_GLOBAL, // binding - elfcpp::STV_HIDDEN, // visibility - 0, // nonvis - true, // offset_is_from_end - true // only_if_ref - }, - { - "__rela_iplt_start", // name - ".rela.iplt", // output_section - 0, // value - 0, // size - elfcpp::STT_NOTYPE, // type - elfcpp::STB_GLOBAL, // binding - elfcpp::STV_HIDDEN, // visibility - 0, // nonvis - false, // offset_is_from_end - true // only_if_ref - }, - { - "__rela_iplt_end", // name - ".rela.iplt", // output_section - 0, // value - 0, // size - elfcpp::STT_NOTYPE, // type - elfcpp::STB_GLOBAL, // binding - elfcpp::STV_HIDDEN, // visibility - 0, // nonvis - true, // offset_is_from_end - true // only_if_ref - }, - { "__stack", // name ".stack", // output_section 0, // value |