From dfe0efc3bfa3c703cedd1321aa6338abb4a5c6ad Mon Sep 17 00:00:00 2001 From: palves Date: Fri, 1 Apr 2011 15:22:49 +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 d40654c804..8d582aeede 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 356df73cc2..f0473517a1 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.11.0