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 3/8] Move C-related declarations to compile-c.h


On 05/03/2018 07:41 PM, Keith Seitz wrote:
> @@ -1453,7 +1451,11 @@ HFILES_NO_SRCDIR = \
> +	compile/compile-c.h \
>  	compile/compile.h \

Sort the other way around.  See comment at top of file.

> +	compile/compile-internal.h \
> +	compile/compile-object-load.h \
> +	compile/compile-object-run.h \

These ones are correctly placed.

>  	config/nm-linux.h \
>  	config/nm-nto.h \
>  	config/djgpp/langinfo.h \
Thanks,
Pedro Alves


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