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


On Tue, 09 Apr 2013 17:27:40 +0200, Aleksandar Ristovski wrote:
> Most notable changes: addition of common-target.[ch] files, to
> receive read_alloc and read_stralloc in patch #5.
> 
> 	* Makefile.in (HFILES_NO_SRCDIR); Add common/linux-maps.h,
> 	common/common-target.h.
> 	(COMMON_OBS): Add common-target.o.
> 	(linux-maps.o, common-target.o): New.
> 	* common/common-target.c: New file.
> 	* common/common-target.h: New file.
> 	* common/linux-maps.c: New file.
> 	* common/linux-maps.h: New file.
> 	* config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
> 	* config/i386/linux64.mh (NATDEPFILES): Ditto.

> 	* gdbserver/Makefile.in (OBS): Add common-taret.o.
> 	(linux-maps.o, common-target.o): New.
> 	* gdbserver/configure.srv (srv_tgtobj): Add linux-maps.o.

Just be sure to put then these lines into gdb/gdbserver/ChangeLog (and not
gdb/ChangeLog) and without the "gdbserver/" prefix.


Thanks,
Jan


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