* ppc-tdep.h (PPC_INSN_SIZE): Define.
This commit is contained in:
parent
346e281c43
commit
a0c758791c
2 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
||||||
2005-10-28 Mark Kettenis <kettenis@gnu.org>
|
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.c (inf_ttrace_mourn_inferior): Remove redundant cast.
|
||||||
(inf_ttrace_kill): Renamed from inf_ttrace_kill_inferior.
|
(inf_ttrace_kill): Renamed from inf_ttrace_kill_inferior.
|
||||||
(inf_ttrace_target): Resort assignments.
|
(inf_ttrace_target): Resort assignments.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* Target-dependent code for GDB, the GNU debugger.
|
/* Target-dependent code for GDB, the GNU debugger.
|
||||||
|
|
||||||
Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
|
Copyright 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
@ -381,4 +381,7 @@ enum
|
||||||
ppc_spr_pbu2 = 1023
|
ppc_spr_pbu2 = 1023
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
/* Instruction size. */
|
||||||
|
#define PPC_INSN_SIZE 4
|
||||||
|
|
||||||
|
#endif /* ppc-tdep.h */
|
||||||
|
|
Loading…
Add table
Reference in a new issue