This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gold] Build regression on i386 host [Re: [patch 6/7] [gold] Add initial source code for dwp utility.]


> Index: gold/dwp.cc
> ===================================================================
> RCS file: /cvs/src/src/gold/dwp.cc,v
> retrieving revision 1.1
> diff -u -p -r1.1 dwp.cc
> --- gold/dwp.cc 24 Oct 2012 02:26:39 -0000      1.1
> +++ gold/dwp.cc 25 Oct 2012 11:02:00 -0000
> @@ -74,7 +74,7 @@ class Dwo_file
>
>   private:
>    // Types for mapping input string offsets to output string offsets.
> -  typedef std::pair<section_offset_type, section_offset_type>
> +  typedef std::pair<section_size_type, section_size_type>
>        Str_offset_map_entry;
>    typedef std::vector<Str_offset_map_entry> Str_offset_map;

Thanks; I think HJ's patch is the right fix for this.

-cary


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]