This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r124111 - in /trunk/libjava: ChangeLog gnu/gcj/...


Author: kseitz
Date: Tue Apr 24 19:18:56 2007
New Revision: 124111

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124111
Log:
        * headers.txt (gnu/gcj/jvmti/Breakpoint.h)[DIRECT_THREADED]:
        Add _Jv_RewriteBreakpointInsn friend declaration.
        * gnu/gcj/jvmti/natBreakpoint.cc (_Jv_RewriteBreakpointInsn)
        [DIRECT_THREADED]: New function.
        * gnu/gcj/jvmti/Breakpoint.h: Regenerate.
        * interpret-run.cc: Define new REWRITE_INSN macro.
        Changed all occurrences of insn rewriting to call REWRITE_INSN.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/gnu/gcj/jvmti/Breakpoint.h
    trunk/libjava/gnu/gcj/jvmti/natBreakpoint.cc
    trunk/libjava/headers.txt
    trunk/libjava/interpret-run.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]