diff options
author | Pedro Alves <palves@redhat.com> | 2011-04-01 15:22:52 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-04-01 15:22:52 +0000 |
commit | 3352110bf1be134cbf9373545ccca42b9e16f778 (patch) | |
tree | 209fb6d6a0b6b80dfcc88530f3c65445b9dd1226 | |
parent | f6c1938b0740520970786aabf972f0f759f7b6d3 (diff) | |
download | gdb-3352110bf1be134cbf9373545ccca42b9e16f778.zip gdb-3352110bf1be134cbf9373545ccca42b9e16f778.tar.gz gdb-3352110bf1be134cbf9373545ccca42b9e16f778.tar.bz2 |
* arm-tdep.h (struct address_space): Add forward declaration.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/arm-tdep.h | 1 |
2 files changed, 5 insertions, 0 deletions
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 <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. 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. */ |