* arm-tdep.h (struct address_space): Add forward declaration.
authorPedro Alves <palves@redhat.com>
Fri, 1 Apr 2011 15:22:52 +0000 (15:22 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 1 Apr 2011 15:22:52 +0000 (15:22 +0000)
gdb/ChangeLog
gdb/arm-tdep.h

index d40654c804eae9f8f60444e1dc50579ad34bf87f..8d582aeede130ddf9730907c541a2a14d9886d21 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * arm-tdep.h (struct address_space): Add forward declaration.
+
 2011-04-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
 
        * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
index 356df73cc2994c133797843b03d7da6f885d66fb..f0473517a1840d25ca30ae46950f73e6c4f9917b 100644 (file)
@@ -23,6 +23,7 @@
 /* Forward declarations.  */
 struct gdbarch;
 struct regset;
+struct address_space;
 
 /* Register numbers of various important registers.  */
 
This page took 0.027341 seconds and 4 git commands to generate.