[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [XEN][POWERPC] Fix compile error in gdbstub.c
# HG changeset patch # User Jimi Xenidis <jimix@xxxxxxxxxxxxxx> # Node ID 61179af7868db94949470c58fdda104b581ceb46 # Parent 2a10ce87327cd87b24fe7a17f5a89e4d14416981 [XEN][POWERPC] Fix compile error in gdbstub.c With crash_debug=y the compiler can't find a prototype for unimplemented(), where gdb-arch-read_reg is calling it. Signed-off-by: Amos Waterland <apw@xxxxxxxxxx> Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx> --- xen/arch/powerpc/gdbstub.c | 1 + 1 files changed, 1 insertion(+) diff -r 2a10ce87327c -r 61179af7868d xen/arch/powerpc/gdbstub.c --- a/xen/arch/powerpc/gdbstub.c Fri Sep 22 11:51:56 2006 -0400 +++ b/xen/arch/powerpc/gdbstub.c Mon Sep 25 11:19:55 2006 -0400 @@ -25,6 +25,7 @@ #include <asm/msr.h> #include <asm/bitops.h> #include <asm/cache.h> +#include <asm/debugger.h> #include <asm/processor.h> asm(".globl trap_instruction\n" _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |