- 06 Dec, 2002 2 commits
-
-
2002-11-10 Ranjit Mathew <rmathew@hotmail.com> * include/ffi.h.in: Added FFI_STDCALL ffi_type enumeration for X86_WIN32. * src/x86/win32.S: Added ffi_call_STDCALL function definition. * src/x86/ffi.c (ffi_call/ffi_raw_call): Added switch cases for recognising FFI_STDCALL and calling ffi_call_STDCALL if target is X86_WIN32. * src/ffitest.c (my_stdcall_strlen/stdcall_many): stdcall versions of the "my_strlen" and "many" test functions (for X86_WIN32). Added test cases to test stdcall invocation using these functions. From-SVN: r59878
Ranjit Mathew committed -
2002-12-05 Dale Johannesen <dalej@apple.com> * tree.c (unsafe_for_reeval): Consider callee child of CALL_EXPR. From-SVN: r59875
Dale Johannesen committed
-
- 05 Dec, 2002 18 commits
-
-
* config/i386/cygwin.h (SUBTARGET_PROLOGUE): Replace with PROFILE_HOOK. * config/i386/mingw32.h (SUBTARGET_PROLOGUE): Don't undef. From-SVN: r59874
Danny Smith committed -
2002-12-05 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/spe.h (__ev_mwlufi): Remove. (__ev_mwlufia): Remove. (__ev_mwlumfaaw): Remove. (__ev_mwlusfaaw): Remove. (__ev_mwlumfanw): Remove. (__ev_mwlusfanw): Remove. From-SVN: r59871
Aldy Hernandez committed -
2002-12-05 Benjamin Kosnik <bkoz@redhat.com> * testsuite/abi_check.cc: Add GLIBCPP_3.2.2. From-SVN: r59870
Benjamin Kosnik committed -
From-SVN: r59867
Kaveh R. Ghazi committed -
From-SVN: r59860
Kazu Hirata committed -
h8300.c (shift_alg_si): Optimize ashift:HI and lshiftrt:SI by 28, 29, and 30 bits when !TARGET_H8300. * config/h8300/h8300.c (shift_alg_si): Optimize ashift:HI and lshiftrt:SI by 28, 29, and 30 bits when !TARGET_H8300. (get_shift_alg): Return optimal assembly instructions for the shifts mentioned above. From-SVN: r59859
Kazu Hirata committed -
2002-12-05 Andrew Haley <aph@redhat.com> * gnu/gcj/runtime/natStackTrace.cc (fillInStackTrace): Throw #ifdef (HAVE_BACKTRACE) around the whole function body. From-SVN: r59855
Andrew Haley committed -
From-SVN: r59854
GCC Administrator committed -
* libjava.lang/override.java: New file. * libjava.lang/override.out: New file. From-SVN: r59848
Tom Tromey committed -
* java/lang/Class.h (_Jv_SetVTableEntries): Updated declaration. * resolve.cc: Don't include AbstractMethodError.h. (_Jv_abstractMethodError): Removed. * defineclass.cc (handleMethodsBegin): Initialize method index to -1. * java/lang/natClass.cc (_Jv_LayoutVTableMethods): Don't set method index for "new" final method. (_Jv_SetVTableEntries): Compare index against -1 instead of using isVirtualMethod. Added `flags' argument. (_Jv_MakeVTable): Throw exception for abstract method in concrete class. From-SVN: r59847
Tom Tromey committed -
From-SVN: r59846
Tom Tromey committed -
* config/h8300/h8300.c (h8300_init_once): Do not use loop to implement ashiftrt:HI by 13 bits on H8S. From-SVN: r59845
Kazu Hirata committed -
From-SVN: r59844
Tom Tromey committed -
From-SVN: r59843
Tom Tromey committed -
* pa/fptr.c (__canonicalize_funcptr_for_compare): New file and function. * pa.md (canonicalize_funcptr_for_compare): Output library call to canonicalize_funcptr_for_compare_libfunc on TARGET_ELF32. * pa32-linux.h (CANONICALIZE_FUNCPTR_FOR_COMPARE_LIBCALL, CTOR_LIST_BEGIN): New defines. * pa/t-linux (LIB2FUNCS_EXTRA): New define. (fptr.c): Add make rules. From-SVN: r59842
John David Anglin committed -
2002-12-02 Geoffrey Keating <geoffk@apple.com> * combine.c (combine_simplify_rtx): Add new canonicalizations. * doc/md.texi (Insn Canonicalizations): Document new canonicalizations for multiply/add combinations. * config/rs6000/rs6000.md: Add and modify floating add/multiply patterns to ensure they're used whenever they can be. Index: gcc/testsuite/ChangeLog 2002-12-02 Geoffrey Keating <geoffk@apple.com> * gcc.dg/ppc-fmadd-1.c: New file. * gcc.dg/ppc-fmadd-2.c: New file. * gcc.dg/ppc-fmadd-3.c: New file. From-SVN: r59841
Geoffrey Keating committed -
* Makefile.in: Rebuilt. * Makefile.am (nat_source_files): Added natVMSecurityManager, natResourceBundle. * java/util/ResourceBundle.java (Security): Removed. (getCallingClassLoader): Now native. * java/util/natResourceBundle.cc: New file. * java/lang/natVMSecurityManager.cc: New file. * java/lang/VMSecurityManager.java (getClassContext): Now native. From-SVN: r59840
Tom Tromey committed -
From-SVN: r59839
Gerald Pfeifer committed
-
- 04 Dec, 2002 14 commits
-
-
From-SVN: r59836
Kazu Hirata committed -
2002-12-04 Chris Demetriou <cgd@broadcom.com> * config/mips/mips.md (get_fnaddr): Correct length attribute. From-SVN: r59833
Chris Demetriou committed -
* config/h8300/h8300.md (*extzv_8_8): New. (*extzv_8_16): Likewise. From-SVN: r59832
Kazu Hirata committed -
* class.c (finish_struct_1): Correct comment. * cp-tree.c (DECL_SORTED_FIELDS): Likewise. From-SVN: r59828
Geoffrey Keating committed -
PR c++/8461, c++/8625 * integrate.c (copy_decl_for_inlining): Handle explicit invisible references. * tree-inline.c (initialize_inlined_parameters): Likewise. 2002-12-03 Jason Merrill <jason@redhat.com> PR c++/8461, c++/8625 * call.c (convert_for_arg_passing): Don't mess with error_mark_node. (cp_convert_parm_for_inlining): Remove. * cp-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING): Remove. * cp-tree.h (ADDR_IS_INVISIREF): Remove. * except.c (stabilize_throw_expr): Remove ADDR_IS_INVISIREF code. From-SVN: r59827
Jason Merrill committed -
2002-12-04 Chris Demetriou <cgd@broadcom.com> * config/mips/mips.md (get_fnaddr): Avoid placing an "la" macro instruction in a branch delay slot, to avoid assembler warnings. From-SVN: r59825
Chris Demetriou committed -
From-SVN: r59819
Jakub Jelinek committed -
From-SVN: r59818
Eric Botcazou committed -
PR c/7622 * c-semantics (genrtl_scope_stmt): Do not output inlined nested functions that contain no code. From-SVN: r59817
Eric Botcazou committed -
* cfgrtl.c (force_nonfallthru_and_redirect): Allow abnormal edge to be forced into nonfallthru. From-SVN: r59816
Jan Hubicka committed -
PR C++/8799 * error.c (dump_expr): Don't ever try to dump a non-existent expression. From-SVN: r59814
Gabriel Dos Reis committed -
From-SVN: r59807
GCC Administrator committed -
* make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX): Define for hosts with HOST_EXECUTABLE_SUFFIX. From-SVN: r59797
Danny Smith committed -
From-SVN: r59795
Jason Thorpe committed
-
- 03 Dec, 2002 6 commits
-
-
2002-12-03 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/spe.md (*movv1di_const0): New pattern. From-SVN: r59791
Aldy Hernandez committed -
* java/util/jar/JarFile.java (manifest): Not final. (manifestRead): New field. (JarFile): Don't read Manifest in constructor. (getManifest): New method. (JarEnumeration.nextElement): Use new method. (getEntry): Likewise. * java/util/zip/ZipFile.java (name): Final. (raf): Likewsie. (entries): Change type to Hashtable. (closed): New field. (ZipFile): Don't read enties in constructor. (readEntries): Use Hashtable. (close): Set new close flag and set entries to null inside synchronized block. (entries): Contruct enumeration using new getEntries() method and entries Hashtable. (getEntryIndex): Removed. (getEntries): New method. (getEntry): Use new getEntries() method and entries Hastable. (getInputStream): Likewise. (size): Return getEntries().size(). (ZipEntryEnumeration): Wrap entries Hashtable elements. * java/util/zip/ZipEntry.java (cal): Don't initialize. (time): Removed (dostime): New field. (zipFileIndex): Removed. (ZipEntry(ZipEntry)): Copy dostime. (setDOSTime): Now final and doesn't convert dos time. (getDOSTime): Likewise. (setTime): Convert dos time. (getTime): Likewise. (getCalendar): New method. (setExtra): Use setTime(). * java/util/zip/ZipInputStream.java (getNextEntry): Format error msg. From-SVN: r59785
Mark Wielaard committed -
From-SVN: r59784
Richard Henderson committed -
* bitmap.c (bitmap_ior_and_compl, bitmap_union_of_diff): Initialize tmp.using_obstack to 0. From-SVN: r59782
Hans-Peter Nilsson committed -
From-SVN: r59781
Tom Tromey committed -
* config/m68k/m68k.h (EH_RETURN_DATA_REGNO): Define. (EH_RETURN_STACKADJ_RTX): Define. (EH_RETURN_HANDLER_RTX): Define. (ASM_PREFERRED_EH_DATA_FORMAT): Define. * config/m68k/m68k.c (m68k_save_reg): New function. Handle eh registers and don't save fixed registers. (m68k_output_function_prologue): Use it. (use_return_insn): Likewise. (m68k_output_function_epilogue): Likewise. From-SVN: r59780
Andreas Schwab committed
-