diff options
author | Keith Seitz <keiths@redhat.com> | 2006-10-14 20:11:12 +0000 |
---|---|---|
committer | Keith Seitz <kseitz@gcc.gnu.org> | 2006-10-14 20:11:12 +0000 |
commit | 0f546316f4ce2d2d224981b532d45a20332f0ed1 (patch) | |
tree | e1e9bbc74493dff5ebbd6ee844018c6a7cb62049 /gcc/final.c | |
parent | 1526c4b5b64e0271567425e10e3abeedfa088fe3 (diff) | |
download | gcc-0f546316f4ce2d2d224981b532d45a20332f0ed1.zip gcc-0f546316f4ce2d2d224981b532d45a20332f0ed1.tar.gz gcc-0f546316f4ce2d2d224981b532d45a20332f0ed1.tar.bz2 |
java-insns.h (enum java_code): Add op_breakpoint.
* include/java-insns.h (enum java_code): Add op_breakpoint.
* include/java-interp.h (_Jv_InterpMethod): Declare breakpoint_insn.
[INTERPRETER]: Declare _Jv_InterpMethod::bp_insn_slot.
[!INTERPRETER]: Declare _Jv_InterpMethod::bp_insn_opcode.
(install_break): Declare.
* interpret.cc (breakpoint_insn): Define breakpoint insn.
(compile): Add op_breakpoint to "can't happen" cases.
[INTERPRETER] Initialize breakpoint insn if necessary.
(install_break): New method.
* interpret-run.cc: Add op_breakpoint to insn_targets.
Add insn_breakpoint label.
* verify.cc (branch_prepass): Add op_breakpoint to unrecognized
opcodes section of switch statement.
(verify_instructions_0): Likewise.
From-SVN: r117734
Diffstat (limited to 'gcc/final.c')
0 files changed, 0 insertions, 0 deletions