gcc/libjava/include
Bryce McKinlay 1349c68851 re PR libgcj/25187 (dereferencing type-punned pointer warnings while building libgcj)
2006-02-08  Bryce McKinlay  <mckinlay@redhat.com>

        PR libgcj/25187:
        * gnu/gcj/io/natSimpleSHSStream.cc
        (gnu::gcj::io::SimpleSHSStream::shsFinal): Remove bogus cast.
        * interpret.cc (_Jv_InterpMethod::run): Simplify arguments to
        _Jv_InterpFrame().
        * boehm.cc: #undef some autoconf macros before including gc-config.h.
        (_Jv_MarkObject): Don't mark the class, it is reachable via the vtable.
        (_Jv_MarkArray): Likewise.
        * java/lang/ref/natReference.cc (java::lang::ref::Reference::create):
        Simplify _Jv_GCRegisterDisappearingLink() call.
        * java/lang/Class.h (getComponentType): Use element_type.
        (element_type): New field declaration, as a union with "methods".
        * java/lang/natClassLoader.cc (_Jv_NewArrayClass): Use "element_type".
        * java/net/natVMNetworkInterfacePosix.cc
        (java::net::VMNetworkInterface::getInterfaces): Add "int" cast to
        avoid sign comparison warning.
        * include/java-interp.h (_Jv_InterpFrame): Take thread as second
        argument, not parent call frame.
        * include/x86_64-signal.h (MAKE_THROW_FRAME): Use "gregs" directly,
        without a cast.
        (restore_rt): Declare with hidden visibility, not "static".
        * posix.cc (_Jv_platform_initProperties): Make "tmpdir" a string
        constant.
        * jni.cc (_Jv_JNI_DestroyJavaVM): Use a union to avoid strict alias
        warning

From-SVN: r110783
2006-02-09 01:35:33 +00:00
..
boehm-gc.h boehm-gc.h: Include gc_ext_config.h, not gc_config.h. 2005-01-02 03:35:57 +00:00
config.h.in configure.host (disable_dladdr): Remove variable and its documentation. 2006-01-23 18:21:07 +00:00
darwin-signal.h
default-signal.h
dwarf2-signal.h
execution.h PR libgcj/26063, PR libgcj/17978, PR libgcj/10598: 2006-02-08 20:07:29 +00:00
i386-signal.h re PR libgcj/22084 (Divide_1 test case hangs) 2005-09-09 13:05:20 +00:00
java-assert.h
java-chardecomp.h
java-chartables.h Update FSF address 2005-06-30 03:22:09 +00:00
java-cpool.h
java-insns.h
java-interp.h re PR libgcj/25187 (dereferencing type-punned pointer warnings while building libgcj) 2006-02-09 01:35:33 +00:00
java-props.h re PR libgcj/23761 (java.library.path doesn't affect module loading path) 2005-09-08 21:26:25 +00:00
java-stack.h stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Protect interpreter-specific code with #ifdef INTERPRETER. 2005-03-16 18:18:59 +00:00
jni_md.h Update FSF address 2005-06-30 03:22:09 +00:00
jvm.h link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const char *". 2006-02-08 20:38:13 +00:00
jvmpi.h
Makefile.am Imported Classpath 0.18. 2005-09-23 21:31:04 +00:00
Makefile.in Imported GNU Classpath 0.20 2006-01-17 18:09:40 +00:00
mips-signal.h
no-gc.h
no-threads.h
pa-signal.h
posix-threads.h
posix.h posix.h: .dylib is used on all Apple MACH platforms. 2005-03-22 20:10:16 +00:00
powerpc-signal.h
s390-signal.h
sh-signal.h sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace. 2005-11-04 04:35:34 +00:00
sparc-signal.h
stamp-h.in
win32-signal.h
win32-threads.h
win32.h
x86_64-signal.h re PR libgcj/25187 (dereferencing type-punned pointer warnings while building libgcj) 2006-02-09 01:35:33 +00:00