mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
gold/
* archive.h: Use struct rather than class for forward declaration of Read_symbols_data.
This commit is contained in:
@ -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-10-07 Cary Coutant <ccoutant@google.com>
|
2013-10-07 Cary Coutant <ccoutant@google.com>
|
||||||
|
|
||||||
PR gold/16010
|
PR gold/16010
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// archive.h -- archive support for gold -*- C++ -*-
|
// 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>.
|
// Written by Ian Lance Taylor <iant@google.com>.
|
||||||
|
|
||||||
// This file is part of gold.
|
// This file is part of gold.
|
||||||
@ -40,7 +40,7 @@ class Input_group;
|
|||||||
class Layout;
|
class Layout;
|
||||||
class Symbol_table;
|
class Symbol_table;
|
||||||
class Object;
|
class Object;
|
||||||
class Read_symbols_data;
|
struct Read_symbols_data;
|
||||||
class Input_file_lib;
|
class Input_file_lib;
|
||||||
class Incremental_archive_entry;
|
class Incremental_archive_entry;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user