From: Joel Brobecker Date: Tue, 17 May 2011 21:25:00 +0000 (+0000) Subject: * arm-tdep.h (struct address_space): Add forward declaration. X-Git-Tag: gdb_7_3-2011-07-26-release~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b542197d6706cd972232b0ef5a51cdccbb88c51;p=thirdparty%2Fbinutils-gdb.git * arm-tdep.h (struct address_space): Add forward declaration. --- 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. */