[RFC] GDB ARIndex Linux rule cleanup
Daniel Jacobowitz
drow@false.org
Wed Apr 15 15:23:00 GMT 2009
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
More information about the Gdb
mailing list