From 2b542197d6706cd972232b0ef5a51cdccbb88c51 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 17 May 2011 21:25:00 +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 2a9f0fd9ee9..336a47ea462 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 356df73cc29..f0473517a18 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.47.2