aboutsummaryrefslogtreecommitdiff
path: root/gold/reduced_debug_output.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-12-14 19:53:05 +0000
committerIan Lance Taylor <ian@airs.com>2009-12-14 19:53:05 +0000
commit2ea97941102380c28117882600265c1187c6fc8b (patch)
tree8f423876f9f118fbe6f7959e60984cd13ad7430d /gold/reduced_debug_output.h
parentab8e2090b6435823d50b29b7a255140ba6ea673f (diff)
downloadfsf-binutils-gdb-2ea97941102380c28117882600265c1187c6fc8b.zip
fsf-binutils-gdb-2ea97941102380c28117882600265c1187c6fc8b.tar.gz
fsf-binutils-gdb-2ea97941102380c28117882600265c1187c6fc8b.tar.bz2
Revert -Wshadow changes, all changes from:
2009-12-11 Doug Kwan <dougkwan@google.com> 2009-12-11 Nick Clifton <nickc@redhat.com> * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
Diffstat (limited to 'gold/reduced_debug_output.h')
-rw-r--r--gold/reduced_debug_output.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gold/reduced_debug_output.h b/gold/reduced_debug_output.h
index e6a083c..d168228 100644
--- a/gold/reduced_debug_output.h
+++ b/gold/reduced_debug_output.h
@@ -1,6 +1,6 @@
// reduced_debug_output.h -- reduce debugging information -*- C++ -*-
-// Copyright 2008, 2009 Free Software Foundation, Inc.
+// Copyright 2008 Free Software Foundation, Inc.
// Written by Caleb Howe <cshowe@google.com>.
// This file is part of gold.
@@ -42,9 +42,9 @@ namespace gold
class Output_reduced_debug_abbrev_section : public Output_section
{
public:
- Output_reduced_debug_abbrev_section(const char* aname, elfcpp::Elf_Word aflags,
- elfcpp::Elf_Xword atype)
- : Output_section(aname, aflags, atype), sized_(false),
+ Output_reduced_debug_abbrev_section(const char* name, elfcpp::Elf_Word flags,
+ elfcpp::Elf_Xword type)
+ : Output_section(name, flags, type), sized_(false),
abbrev_count_(0), failed_(false)
{ this->set_requires_postprocessing(); }
@@ -88,9 +88,9 @@ class Output_reduced_debug_abbrev_section : public Output_section
class Output_reduced_debug_info_section : public Output_section
{
public:
- Output_reduced_debug_info_section(const char* aname, elfcpp::Elf_Word aflags,
- elfcpp::Elf_Xword atype)
- : Output_section(aname, aflags, atype), failed_(false)
+ Output_reduced_debug_info_section(const char* name, elfcpp::Elf_Word flags,
+ elfcpp::Elf_Xword type)
+ : Output_section(name, flags, type), failed_(false)
{ this->set_requires_postprocessing(); }
void