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: [RFC] GDB ARIndex Linux rule cleanup


On Wed, Apr 15, 2009 at 05:24:50PM +0300, Eli Zaretskii wrote:
> The distinction FSF asks for is between the GNU/Linux as a whole
> system, which includes all the main applications and libraries, and
> Linux as the bare-bones OS.  GDB targets the latter, not the former.

I agree.  For accuracy's sake, there are some exceptions; this is a
difference between linux-nat.c and linux-thread-db.c.  The latter
targets a GLIBC (and thus GNU) interface.  Although a very similar
interface is present on Solaris, and although uClibc (not a GNU
project although containing some GNU code) also implements it, the
file is primarily targeting GLIBC.

But most of our Linux support doesn't have this issue.  As you've
said, mostly we're concerned with the kernel.

-- 
Daniel Jacobowitz
CodeSourcery


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