summaryrefslogtreecommitdiffstats
path: root/libjava
Commit message (Collapse)AuthorAgeFilesLines
...
* PR libgcj/24170:tromey2008-02-205-13/+11
| | | | | | | | | * java/io/natFilePosix.cc (File::performList): Don't use readdir_r. * configure, include/config.h.in: Rebuilt. * configure.ac: Don't check for readdir_r. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132491 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-02-20 Matthias Klose <doko@ubuntu.com>doko2008-02-203-10/+16
| | | | | | | | | * tools/Makefile.am ($(TOOLS_ZIP)): Revert part of previous change, Do copy resource files in JAVA_MAINTAINER_MODE only. * tools/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132474 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/cp-tools.texinfo (@direntry): Prefix info name with cp-.jakub2008-02-184-3/+9
| | | | | | | | * doc/cp-hacking.texinfo (@direntry): Likewise. * doc/cp-vmintegration.texinfo (@direntry): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132391 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/33085rwild2008-02-162-2/+7
| | | | | | | | | | | | * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>: Do not use -DDLL_EXPORT. Backport from upstream. libjava/ PR libgcj/33085 * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132362 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-02-15 Andreas Tobler <a.tobler@schweiz.org>andreast2008-02-152-1/+8
| | | | | | | | | | PR testsuite/35208 * testsuite/libjava.jvmti/interp/natgetstacktrace.cc (Java_getstacktrace_natRunner): Increase the usleep time to a value which prevents OS-X to get into a deadlock. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132342 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-02-06 Andreas Tobler <a.tobler@schweiz.org>andreast2008-02-063-2/+10
| | | | | | | | | PR libgcj/30071 * Makefile.am (install-exec-hook): Add install-binPROGRAMS. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132159 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-02-06 Matthias Klose <doko@ubuntu.com>doko2008-02-063-10/+31
| | | | | | | | | * tools/Makefile.am ($(TOOLS_ZIP)): Copy over rmic template files. Copy resource files independent of JAVA_MAINTAINER_MODE. * tools/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132156 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-01-27 Bernhard Fischer <rep.dot.nop@gmail.com>tromey2008-01-284-2/+8
| | | | | | | | * java/util/SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment. * gnu/CORBA/GIOP/v1_2/RequestHeader.java (RequestHeader): Fix typo in exception message. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131912 138bc75d-0d04-0410-961f-82ee72b054a4
* * tools/classes/gnu/classpath/tools/native2ascii/Native2ASCII$3.class:tromey2008-01-282-0/+5
| | | | | | Added. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131906 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/README.jaxp: Fix typos.gerald2008-01-272-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131893 138bc75d-0d04-0410-961f-82ee72b054a4
* * resource/gnu/classpath/tools/native2ascii/messages.propertiestromey2008-01-244-3/+21
| | | | | | | | (Native2ASCII.ReversedHelpCompat): New. * tools/gnu/classpath/tools/native2ascii/Native2ASCII.java (createParser): Add -reverse. Update -reversed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131801 138bc75d-0d04-0410-961f-82ee72b054a4
* * shlibpath.m4: Add AIX 6 support.dje2008-01-243-17/+22
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131794 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-01-21 Luciano Chavez <lnx1138@us.ibm.com>tromey2008-01-213-4/+16
| | | | | | | | PR libgcj/34369: * java/net/URI.java (relativize): Check initial segment for trailing "/". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131701 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/33887aoliva2008-01-182-3/+11
| | | | | | | | * link.cc (_Jv_Linker::prepare_constant_time_tables): has_interfaces is boolean, treat it as such. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131632 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-01-04 Andrew Haley <aph@redhat.com>aph2008-01-042-1/+8
| | | | | | | | | PR libgcj/34444 * java/lang/natClass.cc (Class::getEnclosingClass): Call getDeclaringClass(). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131326 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-12-22 David Daney <ddaney@avtrex.com>daney2007-12-2210-103/+172
| | | | | | | | | | | | | | | | | | | | | * doc/install.texi (disable-libgcj-bc): Document new option. 2007-12-22 David Daney <ddaney@avtrex.com> * scripts/makemake.tcl (emit_bc_rule): Use $(LIBGCJ_BC_FLAGS) instead of -findirect-dispatch -fno-indirect-classes. * configure.ac (libgcj-bc): New AC_ARG_ENABLE. (SUPPRESS_LIBGCJ_BC): New AM_CONDITIONAL. * Makefile.am (LIBGCJ_BC_FLAGS): New variable. * Makefile.in: Regenerate. * include/Makefile.in: Same. * testsuite/Makefile.in: Same. * configure: Same. * gcj/Makefile.in: Same. * sources.am: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131135 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/Makefile.am (compile-tests): Buildjakub2007-12-173-2/+8
| | | | | | | | libjava.jvmti/interp/*.h with -jni rather than -cni. * testsuite/Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131010 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-12-08 Andreas Tobler <a.tobler@schweiz.org>andreast2007-12-0810-47/+102
| | | | | | | | | | | | | | | | | | | | * configure.host: Add bits for i?86-*-darwin9 and x86_64-*-darwin9. * configure.ac: Add darwin-signal.h to x86_64-*-darwin9 and i?86-*darwin9. * configure.in: Regenerate. * darwin.cc: Add definitions for Darwin specific functions for 64-bit. (darwin_java_register_dyld_add_image_hook): Use this specific functions. * Makefile.am (gij_LDFLAGS): Add extra_gij_ldflags for Darwin9. * Makefile.in: Regenerate. * include/Makefile.in: Likewise. * gcj/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. * testsuite/lib/libjava.exp (libjava_arguments): Add allow_stack_execute for *-*-darwin9*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130709 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-12-06 David Daney <ddaney@avtrex.com>daney2007-12-065-36/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined. (ffi_java_raw): New typedef. (ffi_java_raw_call, ffi_java_ptrarray_to_raw, ffi_java_raw_to_ptrarray): Change parameter types from ffi_raw to ffi_java_raw. (ffi_java_raw_closure) : Same. (ffi_prep_java_raw_closure, ffi_prep_java_raw_closure_loc): Change parameter types. * src/java_raw_api.c (ffi_java_raw_size): Replace FFI_SIZEOF_ARG with FFI_SIZEOF_JAVA_RAW. (ffi_java_raw_to_ptrarray): Change type of raw to ffi_java_raw. Replace FFI_SIZEOF_ARG with FFI_SIZEOF_JAVA_RAW. Use sizeof(ffi_java_raw) for alignment calculations. (ffi_java_ptrarray_to_raw): Same. (ffi_java_rvalue_to_raw): Add special handling for FFI_TYPE_POINTER if FFI_SIZEOF_JAVA_RAW == 4. (ffi_java_raw_to_rvalue): Same. (ffi_java_raw_call): Change type of raw to ffi_java_raw. (ffi_java_translate_args): Same. (ffi_prep_java_raw_closure_loc, ffi_prep_java_raw_closure): Change parameter types. * src/mips/ffitarget.h (FFI_SIZEOF_JAVA_RAW): Define for N32 ABI. 2007-12-06 David Daney <ddaney@avtrex.com> * interpret.cc: Replace ffi_raw with INTERP_FFI_RAW_TYPE throughout. (ncode_closure, ffi_closure_fun): Define versions for non-FFI_NATIVE_RAW_API case. * include/java-interp.h (INTERP_FFI_RAW_TYPE): Define and use to replace ffi_raw throughout. * jni.cc, interpret-run.cc: Replace ffi_raw with INTERP_FFI_RAW_TYPE throughout. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130660 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-12-06 Andreas Tobler <a.tobler@schweiz.org>andreast2007-12-062-9/+14
| | | | | | | | * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation): Make the testsuite multilib aware for Darwin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130657 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-12-05 Thomas Fitzsimmons <fitzsim@redhat.com>fitzsim2007-12-0534-19/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java, native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c (isWindowUnderMouse): New method. * include/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.h: Regenerate. * gnu/java/awt/peer/gtk/GtkComponentPeer.java (getLocationOnScreen): Move WindowPeer section to... * gnu/java/awt/peer/gtk/GtkWindowPeer.java (getLocationOnScreen): New method. * gnu/java/awt/peer/gtk/GtkMouseInfoPeer.java (isWindowUnderMouse): Implement. * java/awt/Component.java (getMousePosition): New method. (getMousePositionHelper): Likewise. (mouseOverComponent): Likewise. * java/awt/Container.java (getMousePosition): New method. (mouseOverComponent): Likewise. * classpath/lib/java/awt/Component.class, classpath/lib/java/awt/Component$BltBufferStrategy.class, classpath/lib/java/awt/Container$GfxPaintAllVisitor.class, classpath/lib/java/awt/Component$AccessibleAWTComponent $AccessibleAWTFocusHandler.class, classpath/lib/java/awt/Component$FlipBufferStrategy.class, classpath/lib/java/awt/Container$GfxVisitor.class, classpath/lib/java/awt/Component$AccessibleAWTComponent $AccessibleAWTComponentHandler.class, classpath/lib/java/awt/Container$AccessibleAWTContainer $AccessibleContainerHandler.class, classpath/lib/java/awt/Container.class, classpath/lib/java/awt/Container$AccessibleAWTContainer.class, classpath/lib/java/awt/Container$GfxPrintAllVisitor.class, classpath/lib/java/awt/Component$AccessibleAWTComponent.class, classpath/lib/java/awt/Container$GfxPaintVisitor.class, classpath/lib/java/awt/Container$GfxPrintVisitor.class, classpath/lib/java/awt/Component$HeavyweightInLightweightListener.class, classpath/lib/gnu/java/awt/peer/gtk/GtkComponentPeer.class, classpath/lib/gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.class, classpath/lib/gnu/java/awt/peer/gtk/GtkMouseInfoPeer.class, classpath/lib/gnu/java/awt/peer/gtk/GtkWindowPeer.class, classpath/lib/gnu/java/awt/peer/gtk/GtkComponentPeer $RepaintTimerTask.class: Regenerate. 2007-12-05 Thomas Fitzsimmons <fitzsim@redhat.com> * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.h: Regenerate. * gnu/java/awt/peer/gtk/GtkWindowPeer.h: Likewise. * java/awt/Component.h: Likewise. * java/awt/Container.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130627 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-11-05 H.J. Lu <hongjiu.lu@intel.com>hjl2007-11-053-64/+24
| | | | | | | | | * configure.ac: Don't run config-ml.in directly. (multilib_arg): New. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129902 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/jvm.h (_Jv_SetGCFreeSpaceDivisor): Declare new function.daney2007-10-223-0/+15
| | | | | | | * boehm.cc (_Jv_SetGCFreeSpaceDivisor): Define it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129560 138bc75d-0d04-0410-961f-82ee72b054a4
* * classpath/lib/gnu/java/locale/LocaleData.class: Regeneratedaney2007-10-1826-0/+741
| | | | | | | | | * classpath/lib/gnu/javax/sound/sampled/gstreamer: Add generated files. * gnu/javax/sound/sampled/gstreamer: Add generated files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129447 138bc75d-0d04-0410-961f-82ee72b054a4
* config/:macro2007-10-152-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-15 Maciej W. Rozycki <macro@linux-mips.org> * tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls. (GCC_CHECK_CC_TLS): Rename have_cc_tls to gcc_cv_have_cc_tls. libgomp/: 2007-10-15 Maciej W. Rozycki <macro@linux-mips.org> * configure: Regenerate following changes to ../config/tls.m4. libjava/: 2007-10-15 Maciej W. Rozycki <macro@linux-mips.org> * configure: Regenerate following changes to ../config/tls.m4. libmudflap/: 2007-10-15 Maciej W. Rozycki <macro@linux-mips.org> * configure: Regenerate following changes to ../config/tls.m4. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129364 138bc75d-0d04-0410-961f-82ee72b054a4
* * scripts/check_jni_methods.sh: Don't depend on diff -b ignoringaoliva2007-10-012-5/+10
| | | | | | | a single trailing whitespace. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128910 138bc75d-0d04-0410-961f-82ee72b054a4
* * defineclass.cc (MAJOR_1_6): New define.tromey2007-09-172-3/+11
| | | | | | | (MINOR_1_6): Likewise. (_Jv_ClassReader::parse): Handle 1.6 bytecode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128551 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.host: Enable interpreter for mips64. Enable hashdaney2007-09-123-55/+19
| | | | | | | | | | | synchronization for all mips*-*-linux* targets. * sysdep/mips/locks.h (compare_and_swap, compare_and_swap_release) Use __sync_bool_compare_and_swap instead of in-line asm. (release_set, read_barrier, write_barrier): Use __sync_synchronize instead of in-line asm. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128438 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-09-09 Andreas Tobler <a.tobler@schweiz.org>andreast2007-09-092-1/+11
| | | | | | | | | PR libgcj/33326 * testsuite/lib/libjava.exp (libjava_arguments): Append the test spec only for linux targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128302 138bc75d-0d04-0410-961f-82ee72b054a4
* * interpret-run.cc (invokevirtual_resolved): Nullcheck object onaph2007-09-092-0/+6
| | | | | | | | TOS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128298 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/libjava.lang/StackTrace2.jar: Rebuilt.tromey2007-09-063-2/+9
| | | | | | | * testsuite/libjava.lang/StackTrace2.java (checkLine): Print file name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128203 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/java/doko2007-09-065-0/+90
| | | | | | | | | | | | | | | | | | 2007-09-06 Roman Zippel <zippel@linux-m68k.org> * boehm.c: Don't use bitmap as gc_descr if pointer is misaligned. libjava/ 2007-09-06 Roman Zippel <zippel@linux-m68k.org> * sysdep/m68k/locks.h: New file. * configure.host: Set sysdeps_dir and libgcj_interpreter for m68k. * configure.ac: Set SIGNAL_HANDLER for m68*-*-linux*. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128191 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-09-05 Samuel Thibault <samuel.thibault@ens-lyon.org>doko2007-09-052-1/+5
| | | | | | | * configure.host(gnu*): Set use_libgcj_bc to yes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128149 138bc75d-0d04-0410-961f-82ee72b054a4
* libjava/doko2007-09-056-9/+19
| | | | | | | | | | | | | | | | | | 2007-09-04 Matthias Klose <doko@ubuntu.com> * configure.ac: Do not pass --with-native-libdir to classpath. * configure: Regenerate. libjava/classpath/ 2007-09-04 Matthias Klose <doko@ubuntu.com> * configure.ac: Append libgcj soversion to nativeexeclibdir. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128121 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-09-05 Matthias Klose <doko@ubuntu.com>doko2007-09-043-2/+8
| | | | | | | | | PR libgcj/33278 * configure.ac: Robustify extraction of gcj version. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128104 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-09-04 Andrew Haley <aph@redhat.com>aph2007-09-0415-80/+285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR java/27908 * testsuite/libjava.lang/PR27908.java ({run1,run2,run3}.isRunning): New Method. (main): Fix race condition. 2007-08-29 Andrew Haley <aph@redhat.com> * gnu/classpath/natVMStackWalker.cc (VMStackWalker::getCallingClass): Make sure we're not sibcalled. (GET_CALLING_CLASS): Define for ARM EABI. 2007-08-22 Andrew Haley <aph@redhat.com> * configure.host (BACKTRACESPEC): Add arm*-linux*. 2007-08-22 Andrew Haley <aph@redhat.com> * configure.ac (LIBSTDCXXSPEC): New. * configure.host: Add arm*-linux* to pthread test. * configure.ac (LIBGCJTESTSPEC): Add path to libstdc++ for ARM EABI. * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Use -fexceptions for ARM EABI. * testsuite/lib/libjava.exp (libjava_arguments): Add libgcj-test.spec. (libjava_invoke): Log the invocation. 2007-08-15 Andrew Haley <aph@redhat.com> * configure.ac (extra_ldflags): Define. * Makefile.am: Use extra_ldflags for all executables. 2007-08-14 Andrew Haley <aph@redhat.com> * sysdep/arm/backtrace.h: Remove stubs for _Unwind_GetIPInfo, _Unwind_GetRegionStart, and _Unwind_Backtrace. 2007-07-27 Andrew Haley <aph@redhat.com> * gnu/classpath/natVMStackWalker.cc (GET_CALLING_CLASS): Stub for ARM EABI. * exception.cc (get_exception_header_from_ue): New. (get_ttype_entry): ARM EABI version. (PERSONALITY_FUNCTION): Add ARM EABI code. * sysdep/arm/backtrace.h: New file. * stacktrace.cc (_URC_NORMAL_STOP): New. * configure.ac (extra_ldflags_libjava): Add libsupc++.la for ARM EABI. * configure.host (BACKTRACESPEC): Add arm/backtrace.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128098 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-09-04 Andrew Haley <aph@redhat.com>aph2007-09-041-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR java/27908 * testsuite/libjava.lang/PR27908.java ({run1,run2,run3}.isRunning): New Method. (main): Fix race condition. 2007-08-29 Andrew Haley <aph@redhat.com> * gnu/classpath/natVMStackWalker.cc (VMStackWalker::getCallingClass): Make sure we're not sibcalled. (GET_CALLING_CLASS): Define for ARM EABI. 2007-08-22 Andrew Haley <aph@redhat.com> * configure.host (BACKTRACESPEC): Add arm*-linux*. 2007-08-22 Andrew Haley <aph@redhat.com> * configure.ac (LIBSTDCXXSPEC): New. * configure.host: Add arm*-linux* to pthread test. * configure.ac (LIBGCJTESTSPEC): Add path to libstdc++ for ARM EABI. * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Use -fexceptions for ARM EABI. * testsuite/lib/libjava.exp (libjava_arguments): Add libgcj-test.spec. (libjava_invoke): Log the invocation. 2007-08-15 Andrew Haley <aph@redhat.com> * configure.ac (extra_ldflags): Define. * Makefile.am: Use extra_ldflags for all executables. 2007-08-14 Andrew Haley <aph@redhat.com> * sysdep/arm/backtrace.h: Remove stubs for _Unwind_GetIPInfo, _Unwind_GetRegionStart, and _Unwind_Backtrace. 2007-07-27 Andrew Haley <aph@redhat.com> * gnu/classpath/natVMStackWalker.cc (GET_CALLING_CLASS): Stub for ARM EABI. * exception.cc (get_exception_header_from_ue): New. (get_ttype_entry): ARM EABI version. (PERSONALITY_FUNCTION): Add ARM EABI code. * sysdep/arm/backtrace.h: New file. * stacktrace.cc (_URC_NORMAL_STOP): New. * configure.ac (extra_ldflags_libjava): Add libsupc++.la for ARM EABI. * configure.host (BACKTRACESPEC): Add arm/backtrace.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128097 138bc75d-0d04-0410-961f-82ee72b054a4
* Delete.aph2007-09-041-0/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128095 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-09-04 Andrew Haley <aph@redhat.com>aph2007-09-046-1/+33
| | | | | | | | | | | PR java/27908 * testsuite/libjava.lang/PR27908.java ({run1,run2,run3}.isRunning): New Method. (main): Fix race condition. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128094 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-08-31 Matthias Klose <doko@ubuntu.com>doko2007-08-314-0/+4
| | | | | | | * classpath/lib/java/util/EnumSet*.class: Regenerate git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128002 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-08-22 Andrew John Hughes <gnu_andrew@member.fsf.org>gandalf2007-08-302-2/+175
| | | | | | | | | | | * java/util/EnumSet.java: Documented. (complementOf(EnumSet)): Fixed to flip only the bits used by the enumset. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127938 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-08-30 Andreas Tobler <a.tobler@schweiz.org>andreast2007-08-302-2/+6
| | | | | | | * gij.cc (version): Update Copyright year. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127933 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-08-16 Samuel Thibault <samuel.thibault@ens-lyon.org>doko2007-08-152-1/+5
| | | | | | | * configure.host (gnu*): Set use_libgcj_bc to yes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127527 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/lang/Class.java (internalGetFields): Use LinkedHashSet.tromey2007-08-153-2/+7
| | | | | | * classpath/lib/java/lang/Class.class: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127518 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-08-15 Samuel Thibault <samuel.thibault@ens-lyon.org>doko2007-08-152-0/+20
| | | | | | | | | | | * java/lang/natPosixProcess.cc (sigchld_handler) [!SA_SIGINFO]: Remove 'si' and 'third' parameters. Disable calling pmi->old_sigaction.sa_sigaction. (java::lang::PosixProcess*ProcessManager::init) [!SA_SIGINFO]: Set sa.sa_handler instead of sa.sa_sigaction, don't set SA_SIGINFO flag. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127507 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/lib/libjava.exp (libjava_invoke): Log the invocation.aph2007-08-092-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127314 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>doko2007-08-082-0/+21
| | | | | | | | | * java/net/natVMInetAddressPosix.cc (java::net::VMInetAddress::getLocalHostname) [!MAXHOSTNAMELEN]: Allocate buffer dynamically. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127305 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-07-31 Dalibor Topic <robilad@kaffe.org>doko2007-08-088-224/+244
| | | | | | | | | | | | | | | | PR 32844 * java/util/EnumSet.java: Made class abstract per API spec. (size, iterator, add, addAll, clear, contains, containsAll, remove, removeAll, retainAll) Moved into an anonymous inner class in of(T). (allOf, noneOf, copyOf, of, range) Made more implementation independent. (of(T)) return an instance of an anonymous class implementing EmptySet. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127291 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-08-04 Alfred M. Szmidt <ams@gnu.org>doko2007-08-044-1/+17
| | | | | | | | | | * java/io/natFilePosix.cc (init_native) [!MAXPATHLEN]: Define to 0. * java/io/File.java (createTempFile): Don't truncate if the system doesn't have a limit on the length of a file name. * classpath/lib/java/io/File.class: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127216 138bc75d-0d04-0410-961f-82ee72b054a4
* libjava/doko2007-08-04522-4868/+13386
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-08-04 Matthias Klose <doko@ubuntu.com> Import GNU Classpath (libgcj-import-20070727). * Regenerate class and header files. * Regenerate auto* files. * include/jvm.h: * jni-libjvm.cc (Jv_JNI_InvokeFunctions): Rename type. * jni.cc (_Jv_JNIFunctions, _Jv_JNI_InvokeFunctions): Likewise. * jni.cc (_Jv_JNI_CallAnyMethodA, _Jv_JNI_CallAnyVoidMethodA, _Jv_JNI_CallMethodA, _Jv_JNI_CallVoidMethodA, _Jv_JNI_CallStaticMethodA, _Jv_JNI_CallStaticVoidMethodA, _Jv_JNI_NewObjectA, _Jv_JNI_SetPrimitiveArrayRegion): Constify jvalue parameter. * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Likewise. * java/lang/VMFloat.java (toString, parseFloat): New. * gnu/awt/xlib/XToolkit.java (setAlwaysOnTop, isModalityTypeSupported, isModalExclusionTypeSupported): New (stub only). * gnu/awt/xlib/XCanvasPeer.java (requestFocus): Likewise. * gnu/awt/xlib/XFramePeer.java (updateMinimumSize, updateIconImages, updateFocusableWindowState, setModalBlocked, getBoundsPrivate, setAlwaysOnTop): Likewise. * gnu/awt/xlib/XFontPeer.java (canDisplay): Update signature. * scripts/makemake.tcl: Ignore gnu/javax/sound/sampled/gstreamer, ignore javax.sound.sampled.spi.MixerProvider, ignore .in files. * HACKING: Mention --enable-gstreamer-peer, removal of generated files. libjava/classpath/ 2007-08-04 Matthias Klose <doko@ubuntu.com> * java/util/EnumMap.java (clone): Add cast. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127204 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud