From 3352110bf1be134cbf9373545ccca42b9e16f778 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 1 Apr 2011 15:22:52 +0000 Subject: [PATCH] * arm-tdep.h (struct address_space): Add forward declaration. --- gdb/ChangeLog | 4 ++++ gdb/arm-tdep.h | 1 + 2 files changed, 5 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d40654c..8d582ae 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-04-01 Pedro Alves + + * arm-tdep.h (struct address_space): Add forward declaration. + 2011-04-01 Ulrich Weigand * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype. diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h index 356df73..f047351 100644 --- a/gdb/arm-tdep.h +++ b/gdb/arm-tdep.h @@ -23,6 +23,7 @@ /* Forward declarations. */ struct gdbarch; struct regset; +struct address_space; /* Register numbers of various important registers. */ -- 2.7.4