diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-10-15 19:49:53 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-10-15 19:49:53 +0000 |
commit | 310a98e10257728271c1d3b817f7bfeb5c3cb88f (patch) | |
tree | 6ef7e4213b3853bcf6d82f18a13ced926768ba64 /gdb/ppc-tdep.h | |
parent | 7cc46491b1832408d1d5472e3f0c17c8a1d78ccb (diff) | |
download | gdb-310a98e10257728271c1d3b817f7bfeb5c3cb88f.zip gdb-310a98e10257728271c1d3b817f7bfeb5c3cb88f.tar.gz gdb-310a98e10257728271c1d3b817f7bfeb5c3cb88f.tar.bz2 |
* 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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h index 76fcf9e..2b566df 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 */ |