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: [patch 1/7] [gold] Add a new Input_file constructor taking just a filename


On Thu, Oct 18, 2012 at 11:15 AM, Cary Coutant <ccoutant@google.com> wrote:
> This is the first of seven patches to add a new "dwp" utility to the
> binutils/gold directory.  The dwp utility collects ".dwo" files generated
> by GCC's --split-dwarf option (patch pending review) and produces a debug
> package file (a ".dwp" file).

I foresee a day when we are going to have split up gold code into gfd,
gld, and gbinutils.


> gold/
>         * fileread.cc (Input_file::Input_file): New constructor.
>         * fileread.h (class Input_file): Add new constructor.

This is OK.

Thanks.

Ian


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