gcc/libjava/include
Andrew Haley c068c63834 [multiple changes]
2003-03-10  2003-02-27  Mohan Embar  <gnustuff@thisiscool.com>

        * include/jvm.h: removed declaration of _Jv_ThisExecutable()
        setter; made return value of getter const char* instead of char*
        * prims.cc: removed all references to _Jv_ThisExecutable().
        These are in the platform-specific sections now.
        * posix.cc: define platform-specific _Jv_ThisExecutable().
        Handle DISABLE_MAIN_ARGS and HAVE_PROC_SELF_EXE cases
        * win32.cc: define platform-specific _Jv_ThisExecutable()
        using GetModuleFilename()
        * java/lang/natRuntime.cc: set gnu.gcj.progname property
        to argv[0] instead of _Jv_ThisExecutable()

2003-03-10  Ranjit Mathew  <rmathew@hotmail.com>

        * gnu/gcj/runtime/NameFinder.java (usingAddr2name): New flag
        that is set if we are using addr2name.awk instead of addr2line.
        (NameFinder): Set usingAddr2name if using addr2name.awk.
        (getExternalLabel): New native method to convert a method
        name to an external label.
        (lookup): Convert name given by addr2line to an external label
        before demangling.

        * gnu/gcj/runtime/natNameFinder.cc (LABEL_PREFIX): New string
        constant representing the prefix attached to method names to
        convert them to an external label.
        (gnu::gcj::runtime::NameFinder::getExternalLabel): Define
        using LABEL_PREFIX.

From-SVN: r64111
2003-03-10 19:45:30 +00:00
..
.cvsignore
boehm-gc.h
config.h.in configure.in: Added check for memory mapping of files. 2003-03-02 13:46:06 +00:00
default-signal.h
dwarf2-signal.h
i386-signal.h
java-assert.h
java-chardecomp.h
java-chartables.h
java-cpool.h
java-insns.h
java-interp.h defineclass.cc (handleMethodsEnd): Precompute code for static method. 2003-01-24 19:58:21 +00:00
java-props.h
jni.h
jvm.h [multiple changes] 2003-03-10 19:45:30 +00:00
jvmpi.h
Makefile.am
Makefile.in Makefile.in: Rebuilt. 2003-02-24 02:15:43 +00:00
no-gc.h
no-threads.h
posix-threads.h
posix.h natStackTrace.cc: Include platform.h immediately after config.h. 2003-02-19 16:28:37 +00:00
s390-signal.h
sparc-signal.h
stamp-h.in
win32-signal.h
win32-threads.h re PR java/9254 (java::lang::Object::wait(), threads-win32.cc returns wrong return codes) 2003-01-28 22:23:36 +00:00
win32.h win32.h: Include ws2tcpip.h instead of winsock.h to obtain definition of the socklen_t type. 2003-02-13 00:07:37 +00:00
x86_64-signal.h