summaryrefslogtreecommitdiff
path: root/gold/ehframe.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-12-11 13:42:17 +0000
committerNick Clifton <nickc@redhat.com>2009-12-11 13:42:17 +0000
commit91d6fa6a035cc7d0b7be5c99c194a64cb80924b0 (patch)
tree214507c313b77d619b52afcae2af0b02c9fa700b /gold/ehframe.h
parent01fe1b4183324882e88e8c64748bffdc69ea3a9c (diff)
Add -Wshadow to the gcc command line options used when compiling the binutils.
Fix up all warnings generated by the addition of this switch.
Diffstat (limited to 'gold/ehframe.h')
-rw-r--r--gold/ehframe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gold/ehframe.h b/gold/ehframe.h
index 4726ffc436..06d0fdc4bc 100644
--- a/gold/ehframe.h
+++ b/gold/ehframe.h
@@ -1,6 +1,6 @@
// ehframe.h -- handle exception frame sections for gold -*- C++ -*-
-// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of gold.
@@ -169,9 +169,9 @@ class Fde
{
public:
Fde(Relobj* object, unsigned int shndx, section_offset_type input_offset,
- const unsigned char* contents, size_t length)
+ const unsigned char* contents, size_t len)
: object_(object), shndx_(shndx), input_offset_(input_offset),
- contents_(reinterpret_cast<const char*>(contents), length)
+ contents_(reinterpret_cast<const char*>(contents), len)
{ }
// Return the length of this FDE. Add 4 for the length and 4 for