X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fppc-tdep.h;h=1a25648c0f3d40d03710e6753b3648ae94c33ae0;hb=fbbc375958301d22e296eccef0ff31b36c75d9ca;hp=460c3f0fc1e745bb5af037183fed4b12e167be49;hpb=197e01b6dcd118b70ed3621b62b2ff3fa929d50f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h index 460c3f0fc1..1a25648c0f 100644 --- a/gdb/ppc-tdep.h +++ b/gdb/ppc-tdep.h @@ -384,4 +384,7 @@ enum /* Instruction size. */ #define PPC_INSN_SIZE 4 +/* Estimate for the maximum number of instrctions in a function epilogue. */ +#define PPC_MAX_EPILOGUE_INSTRUCTIONS 52 + #endif /* ppc-tdep.h */