summaryrefslogtreecommitdiff
path: root/gdb/ppc-tdep.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2007-10-15 19:49:53 +0000
committerDaniel Jacobowitz <dan@debian.org>2007-10-15 19:49:53 +0000
commitcacc86640743ef7fd309b48a3e860419440a0ae6 (patch)
tree2c7f8ab1f01a1c9b6a5549a89d4335818c5a23af /gdb/ppc-tdep.h
parentf0b15d92f8c3b56749b1365fc05b6151bcb17aee (diff)
downloadgdb-cacc86640743ef7fd309b48a3e860419440a0ae6.tar.gz
* ppc-linux-nat.c (ppc_linux_read_description): New.
(_initialize_ppc_linux_nat): Set to_read_description. * ppc-tdep.h (tdesc_powerpc_e500): Declare.
Diffstat (limited to 'gdb/ppc-tdep.h')
-rw-r--r--gdb/ppc-tdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h
index 76fcf9e76ab..2b566dfb254 100644
--- a/gdb/ppc-tdep.h
+++ b/gdb/ppc-tdep.h
@@ -227,4 +227,6 @@ enum {
/* Estimate for the maximum number of instrctions in a function epilogue. */
#define PPC_MAX_EPILOGUE_INSTRUCTIONS 52
+extern struct target_desc *tdesc_powerpc_e500;
+
#endif /* ppc-tdep.h */