Fix internal error in gold when script uses section address in assignment.
[deliverable/binutils-gdb.git] / gold / script.h
index 1731985d83ed267d9eda70e2e35a0894b78f0d24..739baf16ed0e8bacedfddedf59492280bc34e631 100644 (file)
@@ -113,7 +113,7 @@ class Expression
                 Output_section* dot_section,
                 Output_section** result_section, uint64_t* result_alignment,
                 elfcpp::STT* type, elfcpp::STV* vis, unsigned char* nonvis,
-                bool is_section_dot_assignment);
+                bool is_section_dot_assignment, bool* is_valid_pointer);
 
   // Print the expression to the FILE.  This is for debugging.
   virtual void
This page took 0.026191 seconds and 4 git commands to generate.