Re: /usr/include/sys/debugreg.h

Michael L. Galbraith (mikeg@weiden.de)
Wed, 16 Sep 1998 16:44:15 +0200 (CEST)


On Wed, 16 Sep 1998, Lin Zhe Min wrote:

> With GLIBC 2.0.95, /usr/include/sys/debugreg.h contains solely one line:
>
> #include <linux/debugreg.h>
>
> But actually this file in kernel 2.1.115 is at linux/include/asm-i386.
> Confused... Any comments?

It moved. Changing it to..

#include <asm/debugreg.h>
#include <asm/ptrace.h>

..worked for me for compiling gdb 4.17 I think it was.

-Mike

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/