diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-10-10 03:14:08 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-10-10 03:14:08 +0000 |
commit | 221c12ff276105d11fed70ab120414056361760f (patch) | |
tree | cb1bf2fc887cdb2bbb87452aa60fe94a5e93d6b1 /gdb/x86-64-tdep.h | |
parent | ef5200c1f05fb9ef8a1e2959d89403e433d9f637 (diff) | |
download | gdb-221c12ff276105d11fed70ab120414056361760f.zip gdb-221c12ff276105d11fed70ab120414056361760f.tar.gz gdb-221c12ff276105d11fed70ab120414056361760f.tar.bz2 |
2003-10-09 Andrew Cagney <cagney@redhat.com>
Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
* config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
(SOFTWARE_SINGLE_STEP_P): Ditto.
* config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
* config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
(SOFTWARE_SINGLE_STEP_P): Ditto.
* rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
software_single_step to rs6000_software_single_step.
Diffstat (limited to 'gdb/x86-64-tdep.h')
-rw-r--r-- | gdb/x86-64-tdep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/x86-64-tdep.h b/gdb/x86-64-tdep.h index 9163405..e800a2f 100644 --- a/gdb/x86-64-tdep.h +++ b/gdb/x86-64-tdep.h @@ -27,6 +27,7 @@ struct gdbarch; struct frame_info; +struct regcache; #include "i386-tdep.h" |