Date: Wed, 19 Jul 2006 10:30:52 GMT From: Olivier Houchard <cognet@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 101910 for review Message-ID: <200607191030.k6JAUqXA021137@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101910 Change 101910 by cognet@cognet on 2006/07/19 10:30:23 Oops use <machine/header.h>, not </sys/arm/include/header.h>. Reported by: jmg Affected files ... .. //depot/projects/arm/contrib-arm.diff#5 edit Differences ... ==== //depot/projects/arm/contrib-arm.diff#5 (text+ko) ==== @@ -170,7 +170,7 @@ RCS file: contrib/gdb/gdb/armfbsd-nat.c diff -N contrib/gdb/gdb/armfbsd-nat.c --- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ contrib/gdb/gdb/armfbsd-nat.c 7 Jul 2006 21:33:39 -0000 ++++ contrib/gdb/gdb/armfbsd-nat.c 19 Jul 2006 10:24:46 -0000 @@ -0,0 +1,516 @@ + /* Native-dependent code for BSD Unix running on ARM's, for GDB. + Copyright 1988, 1989, 1991, 1992, 1994, 1996, 1999, 2002 @@ -206,8 +206,8 @@ +#include <sys/types.h> +#include <sys/ptrace.h> +#ifndef CROSS_DEBUGGER -+#include </sys/arm/include/reg.h> -+#include </sys/arm/include/frame.h> ++#include <machine/reg.h> ++#include <machine/frame.h> +#endif +#include "inferior.h" +#include "regcache.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607191030.k6JAUqXA021137>