This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [common] Merge duplicated macros in linux-nat.c and linux-low.c
- From: Tom Tromey <tromey at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 25 Apr 2011 11:03:41 -0600
- Subject: Re: [common] Merge duplicated macros in linux-nat.c and linux-low.c
- References: <4D5E2021.2070107@codesourcery.com> <201102181546.26744.pedro@codesourcery.com> <4D5EA533.608@codesourcery.com> <4D612DC6.5010805@codesourcery.com>
>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:
Yao> All the comments in previous mails are address in this new patch,
Yao> 1. rename 'linux-common.h' to 'linux-ptrace.h', which includes only
Yao> ptrace-related macros.
Yao> 2. include <sys/wait.h> in linux-ptrace.h for macro __WALL,
Yao> 3. add dependency tracking for gdbserver,
Yao> Ping.
Yao> Ping?
Yao> Ping. 7.3 branch was created. OK for trunk?
Thanks for persevering.
I re-read the previous threads on this. My understanding is that Mark
is uncertain about the general direction of this, but that neither he
nor anybody else objects to this specific patch.
I read the patch and I think merging common macro definitions makes
sense.
So, this is ok.
Tom