* ppc-tdep.h (PPC_INSN_SIZE): Define.

This commit is contained in:
Mark Kettenis 2005-10-28 18:23:32 +00:00
parent 346e281c43
commit a0c758791c
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2005-10-28 Mark Kettenis <kettenis@gnu.org>
* ppc-tdep.h (PPC_INSN_SIZE): Define.
* inf-ttrace.c (inf_ttrace_mourn_inferior): Remove redundant cast.
(inf_ttrace_kill): Renamed from inf_ttrace_kill_inferior.
(inf_ttrace_target): Resort assignments.

View File

@ -1,7 +1,7 @@
/* Target-dependent code for GDB, the GNU debugger.
Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
Inc.
Copyright 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of GDB.
@ -381,4 +381,7 @@ enum
ppc_spr_pbu2 = 1023
};
#endif
/* Instruction size. */
#define PPC_INSN_SIZE 4
#endif /* ppc-tdep.h */