ports/devel/binutils/files/patch-gold_script.cc
Mark Linimon 9337d22633 Fix binutils build on clang. I'm committing this with a somewhat short
timeout as it blocks some of the work I'm doing with ports and clang;
there are a large number of dependencies.

PR:		ports/170982
Submitted by:	brooks
Hat:		portmgr
2012-09-02 05:07:01 +00:00

20 lines
386 B
C++

$FreeBSD$
--- gold/script.cc.dist 2012-09-01 19:52:34.000000000 -0500
+++ gold/script.cc 2012-09-01 19:53:22.000000000 -0500
@@ -2534,8 +2534,6 @@
fprintf(f, " }\n");
}
-} // End namespace gold.
-
// The remaining functions are extern "C", so it's clearer to not put
// them in namespace gold.
@@ -3391,3 +3389,5 @@
return length;
}
+
+} // End namespace gold.