diff options
author | Roland McGrath <roland@gnu.org> | 2013-10-11 17:38:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2013-10-11 17:38:32 +0000 |
commit | 679e4abfc5bfd1eb8b76e812baf263897bc18d3a (patch) | |
tree | f4f13d7b28aef1196962fd06811e5b549b75c737 /gold/ChangeLog | |
parent | 9b557b58d3ac365d4cd60dd28fff3fbaf41f5481 (diff) | |
download | gdb-679e4abfc5bfd1eb8b76e812baf263897bc18d3a.zip gdb-679e4abfc5bfd1eb8b76e812baf263897bc18d3a.tar.gz gdb-679e4abfc5bfd1eb8b76e812baf263897bc18d3a.tar.bz2 |
gold/
* archive.h: Use struct rather than class for forward declaration
of Read_symbols_data.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index dbce05c..9949b98 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -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> PR gold/16010 |