This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 3/8] Create empty common/linux-maps.[ch] and common/common-target.[ch]
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Aleksandar Ristovski <ARistovski at qnx dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Sun, 14 Apr 2013 16:14:58 +0200
- Subject: Re: [PATCH 3/8] Create empty common/linux-maps.[ch] and common/common-target.[ch]
- References: <1365521265-28870-1-git-send-email-ARistovski at qnx dot com> <1365521265-28870-4-git-send-email-ARistovski at qnx dot com>
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