2009-10-22 Hui Zhu <teawater@gmail.com>
[deliverable/binutils-gdb.git] / gold / target.cc
index b129b59fac6278f0ccdeaa21dc184c208fb5efb5..0ddc13d68ed91b0a67afa6d8f60d187e705cd733 100644 (file)
@@ -23,6 +23,7 @@
 #include "gold.h"
 #include "target.h"
 #include "dynobj.h"
+#include "output.h"
 #include "elfcpp.h"
 
 namespace gold
@@ -136,6 +137,13 @@ Target::do_make_elf_object(const std::string& name, Input_file* input_file,
 }
 #endif
 
+Output_section*
+Target::do_make_output_section(const char* name, elfcpp::Elf_Word type,
+                              elfcpp::Elf_Xword flags)
+{
+  return new Output_section(name, type, flags);
+}
+
 // Default conversion for -fsplit-stack is to give an error.
 
 void
This page took 0.024411 seconds and 4 git commands to generate.