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: [PATCH v2 3/8] Add self-test framework to gdb


On 16-04-29 04:40 PM, Tom Tromey wrote:
> diff --git a/gdb/Makefile.in b/gdb/Makefile.in
> index 400d2b0..c99bca6 100644
> --- a/gdb/Makefile.in
> +++ b/gdb/Makefile.in

> @@ -869,8 +869,10 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
>  	proc-service.list progspace.c \
>  	prologue-value.c psymtab.c \
>  	regcache.c reggroups.c remote.c remote-fileio.c remote-notif.c reverse.c \
> -	sentinel-frame.c \
> +	selftest.c sentinel-frame.c \
>  	serial.c ser-base.c ser-unix.c ser-event.c skip.c \
> +	selftest.c sentinel-frame.c \
> +	serial.c ser-base.c ser-unix.c skip.c \

I think that some filenames/lines end up duplicated here.

May I suggest that in the future, we add each filename on its own line
in those lists?  Not only does it make it easier to add files in the
middle of the list, it also makes diffs much clearer.


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