PR 21847, Don't default PowerPC64 to --plt-localentry
[deliverable/binutils-gdb.git] / gold / script.h
index 49b3776cf943661ea3b8fd50d2ae0c32015a9066..4f2f4fd4d694497a914d96ba43c43828a4aabedb 100644 (file)
@@ -1,6 +1,6 @@
 // script.h -- handle linker scripts for gold   -*- C++ -*-
 
-// Copyright (C) 2006-2014 Free Software Foundation, Inc.
+// Copyright (C) 2006-2017 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -34,6 +34,7 @@
 #include <string>
 #include <vector>
 
+#include "elfcpp.h"
 #include "script-sections.h"
 
 namespace gold
@@ -111,7 +112,8 @@ class Expression
                 bool is_dot_available, uint64_t dot_value,
                 Output_section* dot_section,
                 Output_section** result_section, uint64_t* result_alignment,
-                bool is_section_dot_assignment);
+                elfcpp::STT* type, elfcpp::STV* vis, unsigned char* nonvis,
+                bool is_section_dot_assignment, bool* is_valid_pointer);
 
   // Print the expression to the FILE.  This is for debugging.
   virtual void
@@ -536,7 +538,7 @@ class Script_options
   // SECTIONS clause.
   typedef std::vector<Symbol_assignment*> Symbol_assignments;
 
-  // We keep a list of all assertions whcih occur outside of a
+  // We keep a list of all assertions which occur outside of a
   // SECTIONS clause.
   typedef std::vector<Script_assertion*> Assertions;
 
This page took 0.025217 seconds and 4 git commands to generate.