From 2c54b4f42276b990ee7fd98a5f7c4629dac8f50b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 26 Apr 2012 00:07:21 +0000 Subject: * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const pointer. (Stub_addend_reader::operator()): Declare Arm_relocate_functions as a class, not a struct. (Target_arm::scan_span_for_cortex_a8_erratum): Likewise. (Target_arm::apply_cortex_a8_workaround): Likewise. * gc.h: Declare Reloc_types as a struct, not a class. * object.h: Declare Symbols_data as a struct. * reloc.h: Declare Read_relocs_data as a struct. * target.h: Declare Relocate_info as a struct. --- gold/object.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gold/object.h') diff --git a/gold/object.h b/gold/object.h index 82517d5..5c70a0c 100644 --- a/gold/object.h +++ b/gold/object.h @@ -1,6 +1,7 @@ // object.h -- support for an object file for linking in gold -*- C++ -*- -// Copyright 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +// Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012 +// Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. @@ -47,7 +48,7 @@ class Pluginobj; class Dynobj; class Object_merge_map; class Relocatable_relocs; -class Symbols_data; +struct Symbols_data; template class Stringpool_template; -- cgit v1.1