]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gold/
authorRoland McGrath <roland@gnu.org>
Fri, 11 Oct 2013 17:38:55 +0000 (17:38 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 11 Oct 2013 17:38:55 +0000 (17:38 +0000)
* archive.h: Use struct rather than class for forward declaration
of Read_symbols_data.

gold/ChangeLog
gold/archive.h

index ed8105d0229fa1304e2dde8f1c9948c56fdfd7a4..c12531962156ff116ee6e7bfc85aeec82cdffc46 100644 (file)
@@ -1,3 +1,8 @@
+2013-10-11  Roland McGrath  <mcgrathr@google.com>
+
+       * archive.h: Use struct rather than class for forward declaration
+       of Read_symbols_data.
+
 2013-09-03  Pavel Chupin  <pavel.v.chupin@intel.com>
 
        PR gold/15927
index e73a687e2c6e37efee1c17dad3cbc4b9b97952c9..a47b423de328be97259f906c98a3eeeb42d02311 100644 (file)
@@ -1,6 +1,6 @@
 // archive.h -- archive support for gold      -*- C++ -*-
 
-// Copyright 2006, 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008, 2010, 2011, 2013 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -40,7 +40,7 @@ class Input_group;
 class Layout;
 class Symbol_table;
 class Object;
-class Read_symbols_data;
+struct Read_symbols_data;
 class Input_file_lib;
 class Incremental_archive_entry;