Gdb compile on kernels >= 2.1.113 (patch)

Itai Nahshon (nahshon@actcom.co.il)
Sat, 08 Aug 1998 16:01:03 +0300


This is a multi-part message in MIME format.
--------------F2C4D79EDD71B9FE4F28C7CB
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

After moving linux/debugreg.h to asm/debugreg.h gdb cannot
compile (in glibc-2.0.7). To fix add an include stub.

Itai

-- 
Itai Nahshon   nahshon@actcom.co.il
        Also   nahshon@vnet.ibm.com
--------------F2C4D79EDD71B9FE4F28C7CB
Content-Type: text/plain; charset=us-ascii; name="ddd"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="ddd"

--- /dev/null Tue May 5 23:32:27 1998 +++ linux-2.1.115/include/linux/debugreg.h Sat Aug 8 15:52:09 1998 @@ -0,0 +1 @@ +#include <asm/debugreg.h>

--------------F2C4D79EDD71B9FE4F28C7CB--

- 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.altern.org/andrebalsa/doc/lkml-faq.html