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 v5 3/8] Create empty common/linux-maps.[ch] and common/target-utils.[ch]


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Jan> 2014-02-26  Aleksandar Ristovski  <aristovski@qnx.com

Jan> 	Create empty common/linux-maps.[ch] and common/target-utils.[ch].
Jan> 	* Makefile.in (HFILES_NO_SRCDIR); Add common/linux-maps.h,
Jan> 	common/target-utils.h.
Jan> 	(COMMON_OBS): Add target-utils.o.
Jan> 	(linux-maps.o, target-utils.o): New.
Jan> 	* common/target-utils.c: New file.
Jan> 	* common/target-utils.h: New file.
Jan> 	* common/linux-maps.c: New file.
Jan> 	* common/linux-maps.h: New file.
Jan> 	* config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
Jan> 	* config/i386/linux64.mh (NATDEPFILES): Ditto.

Jan> gdb/gdbserver/
Jan> 2014-02-26  Aleksandar Ristovski  <aristovski@qnx.com

Jan> 	Create empty common/linux-maps.[ch] and common/target-utils.[ch].
Jan> 	* Makefile.in (OBS): Add target-utils.o.
Jan> 	(linux-maps.o, target-utils.o): New.
Jan> 	* configure.srv (srv_linux_obj): Add linux-maps.o.

I think it's slightly weird to introduce new empty files, but I suppose
it doesn't hurt.  This is fine pending the rest of the series.

Tom


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