PERFORCE change 101910 for review

Olivier Houchard cognet at FreeBSD.org
Wed Jul 19 10:30:53 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101910

Change 101910 by cognet at 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"


More information about the p4-projects mailing list