darwin: handle recent version of dyld
[deliverable/binutils-gdb.git] / gold / object.h
index ae6d9bf4d313798a9c6958d1bee859c04602860d..38b06f01fa99a2e380d3d6ee1f699c16991cee2b 100644 (file)
@@ -1,7 +1,6 @@
 // object.h -- support for an object file for linking in gold  -*- C++ -*-
 
-// Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
-// Free Software Foundation, Inc.
+// Copyright (C) 2006-2014 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -1178,7 +1177,7 @@ class Relobj : public Object
     return this->output_sections_[shndx] != NULL;
   }
 
-  // The the output section of the input section with index SHNDX.
+  // The output section of the input section with index SHNDX.
   // This is only used currently to remove a section from the link in
   // relaxation.
   void
This page took 0.02299 seconds and 4 git commands to generate.