* arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.

(Arm_exidx_cantunwind::do_fixed_endian_write): Likewise.
	(Target_arm::scan_reloc_for_stub): Likewise.
	* common.cc (Symbol_table::do_allocate_commons_list): Likewise.
	* dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise.
	* ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise.
	* incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise.
	* powerpc.cc (Target_powerpc::relocate_tls): Likewise.
This commit is contained in:
Ian Lance Taylor
2012-07-11 14:18:40 +00:00
parent 3db4782ac8
commit 1f3212db28
7 changed files with 14 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
// ehframe.cc -- handle exception frame sections for gold
// Copyright 2006, 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
// Copyright 2006, 2007, 2008, 2010, 2011, 2012 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of gold.
@@ -631,7 +631,6 @@ Eh_frame::do_add_ehframe_input_section(
section_size_type contents_len,
New_cies* new_cies)
{
typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
Track_relocs<size, big_endian> relocs;
const unsigned char* p = pcontents;