This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: Build failure: src/gdb ChangeLog record.c gcore.c gcore.h


On Monday 26 October 2009 15:43:59, Michael Snyder wrote:
> Hui Zhu wrote:
> > OK.  I make a new patch for it.
> > Please help me review it.
> 
> It looks ok to me, but I have only linux systems on which to
> evaluate it.  I'd like a 2nd opinion.  Pedro?

Looks good to me.  Thanks.

Tiny consistency issue:

> -       record.c \
> +       record.c gcore.c\

All other lines have a space before '\'.  Write as:

> -       record.c \
> +       record.c gcore.c \

-- 
Pedro Alves


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