summaryrefslogtreecommitdiff
path: root/devel/binutils/files/patch-gold_script.cc
blob: 6dc7a32c3557c950d6385f728693492fae43f2df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$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.