X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gold%2Fehframe.h;h=06d0fdc4bcfedab2114485f3292849b500de78e0;hb=91d6fa6a035cc7d0b7be5c99c194a64cb80924b0;hp=4726ffc436d7465e7cae42b4426a234006afa38c;hpb=01fe1b4183324882e88e8c64748bffdc69ea3a9c;p=deliverable%2Fbinutils-gdb.git 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 . // 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(contents), length) + contents_(reinterpret_cast(contents), len) { } // Return the length of this FDE. Add 4 for the length and 4 for