Remove "-I" from LIBSTDCXX_RAW_CXX_LDFLAGS
[deliverable/binutils-gdb.git] / gold / layout.h
index cf41f323e7db8b88d4512c2c2d37059b83fc19c7..6da960750473ee5121f05bdcb1165565bc626343 100644 (file)
@@ -552,7 +552,15 @@ class Layout
   // Maps section SECN to SEGMENT s.
   void
   insert_section_segment_map(Const_section_id secn, Unique_segment_info *s);
-  
+
+  // Some input sections require special ordering, for compatibility
+  // with GNU ld.  Given the name of an input section, return -1 if it
+  // does not require special ordering.  Otherwise, return the index
+  // by which it should be ordered compared to other input sections
+  // that require special ordering.
+  static int
+  special_ordering_of_input_section(const char* name);
+
   bool
   is_section_ordering_specified()
   { return this->section_ordering_specified_; }
This page took 0.023575 seconds and 4 git commands to generate.