- 15 Feb, 2002 4 commits
-
-
* Makefile.in: Rebuilt with Eric's change below. * java/lang/natMath.cc (abs(jdouble), abs(jfloat), round(jfloat), round(jdouble), min(jfloat), max(jfloat), min(jdouble), min(jfloat)): Removed functions which are now implemented in Math.java. From-SVN: r49782
Bryce McKinlay committed -
2002-02-14 Eric Blake <ebb9@email.byu.edu> * gcj/javaprims.h (java::lang): Add java::lang::StrictMath. * Makefile.am (core_java_source_files): Add java/lang/StrictMath.java. * java/lang/Math.java: Merge with Classpath. * java/lang/StrictMath.java: New file - merge with Classpath. From-SVN: r49781
Eric Blake committed -
2002-02-14 Benjamin Kosnik <bkoz@redhat.com> * config/linker-map.gnu: Change tag from GCC_3.1 to GLIBCPP_3.1. Add typeinfo bits. Smooth. * aclocal.m4: Regenerate. * configure: Same. * src/Makefile.in: Same. From-SVN: r49780
Benjamin Kosnik committed -
From-SVN: r49779
Mike Stump committed
-
- 14 Feb, 2002 19 commits
-
-
2002-02-14 Mark Wielaard <mark@klomp.org> * java/math/BigInteger.java: import gnu.java.math.MPN not the whole package as a workaround for gcj 3.0.x 2002-02-14 Mark Wielaard <mark@klomp.org> * java/security/BasicPermission.java: extends with fully qualified classname as workaround for gcj 3.0.4. 2002-02-14 Eric Blake <ebb9@email.byu.edu> * java/net/DatagramSocketImpl.java (setOption, getOption): Work around gcj bug of wrong emitted qualifier for inherited method. * java/net/SocketImpl.java (setOption, getOption): Ditto. * java/util/WeakHashMap.java (WeakEntrySet): Add non-private constructor to reduce amount of emitted bytecode. While this happens to work around a jikes 1.15 bug, it is still a useful patch even for correct compilers. * java/rmi/server/RMIClassLoader.java (MyClassLoader): Ditto. * gnu/java/rmi/server/UnicastRemoteCall.java (DummyObjectOutputStream, DummyObjectInputStream): Ditto. 2002-02-14 Eric Blake <ebb9@email.byu.edu> * java/net/DatagramSocketImpl.java: Reformat (no code changes). * java/net/SocketImpl.java: Ditto. * java/rmi/server/RMIClassLoader.java: Ditto. * gnu/java/rmi/server/UnicastRemoteCall.java: Ditto. 2002-02-14 Mark Wielaard <mark@klomp.org> Thanks to Takashi Okamoto * java/util/Arrays.java (ArrayList.indexOf()): this.equals(). * java/util/Arrays.java (ArrayList.lastIndexOf()): Likewise. * java/util/WeakHashMap.java (WeakEntry.getEntry()): this.get(). From-SVN: r49778
Mark Wielaard committed -
* combine.c (known_cond): After replacing the REG of a SUBREG, try to simplify it. From-SVN: r49775
Alexandre Oliva committed -
* function.c (assign_parms): Demote promoted argument passed by transparent reference. From-SVN: r49774
Alexandre Oliva committed -
2001-02-14 Joel Sherrill <joel@OARcorp.com> * config/cpu/m68k/bits/atomicity.h: Corrected for RTEMS targets which do not have a CAS instruction. From-SVN: r49772
Joel Sherrill committed -
2001-02-14 Joel Sherrill <joel@OARcorp.com> * config/arm/rtems-elf.h, config/h8300/rtems.h: Removed redundant -Acpu() and -Amachine() to eliminate warnings. From-SVN: r49771
Joel Sherrill committed -
2002-02-14 Phil Edwards <pme@gcc.gnu.org> * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): New macro, initial revision. * configure.in: Call it. * config/linker-map.gnu: New file, initial incomplete revision. * src/Makefile.am: Optionally pass version script to the linker. * aclocal.m4: Regenerate. * configure: Regenerate. * src/Makefile.in: Regenerate. From-SVN: r49770
Phil Edwards committed -
2002-02-13 Todd Stock <toddastock@yahoo.com> Fix for PR libgcj/5670: * verify.cc (is_assignable_from_slow): If `source' is interface, recursively look for merge with `target'. From-SVN: r49769
Todd Stock committed -
From-SVN: r49768
Ulrich Weigand committed -
2002-02-14 Martin Kahlert <martin.kahlert@infineon.com> * include/jni.h: Fix typo. From-SVN: r49767
Martin Kahlert committed -
* g++.dg/dg.exp: Exclude debug subdir, it has its own .exp. * g++.dg/debug/debug.exp: New. * g++.dg/debug/trivial.C: New. * g++.dg/debug/debug1.C: Moved... * g++.dg/other/debug1.C: ...from here. * g++.dg/debug/debug2.C: Moved... * g++.dg/other/debug2.C: ...from here. * g++.dg/debug/debug3.C: Moved... * g++.dg/other/debug3.C: ...from here. From-SVN: r49766
Jakub Jelinek committed -
* config/h8300/h8300-protos.h: Update the prototype for const_costs. * config/h8300/h8300.c (const_costs): Treat SET as a little more expensive operation. * config/h8300/h8300.h (DEFAULT_RTX_COSTS): Update the reference to const_costs. From-SVN: r49765
Kazu Hirata committed -
From-SVN: r49764
Hans-Peter Nilsson committed -
PR c/5503: * c-decl.c (duplicate_decls): If builtin type has TYPE_ARG_TYPES NULL, use arguments from newtype. * gcc.dg/noncompile/20020213-1.c: New test. From-SVN: r49763
Jakub Jelinek committed -
From-SVN: r49762
GCC Administrator committed -
2002-02-13 Toon Moene <toon@moene.indiv.nluug.nl> * news.texi: List Problem Reports fixed in 3.1. From-SVN: r49760
Toon Moene committed -
2002-02-13 Eric Christopher <echristo@redhat.com> * config/mips/mips.c (override_options): Add check for march/mipsX on the same command line. Fix error message in cpu processing. Remove architecture and ISA checks. From-SVN: r49759
Eric Christopher committed -
2002-02-13 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Adjust for vectors. * config/rs6000/sysv4.h (ROUND_TYPE_ALIGN): Add MAX. From-SVN: r49758
Aldy Hernandez committed -
2002-02-14 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.md ("*movv4si_internal"): Add m<-r and r<-r alternatives. ("*movv8hi_internal1"): Same. ("*movv16qi_internal1"): Same. ("*movv4sf_internal1"): Same. * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Do not push_reload for altivec modes. From-SVN: r49757
Aldy Hernandez committed -
From-SVN: r49752
Bryce McKinlay committed
-
- 13 Feb, 2002 17 commits
-
-
2002-02-13 Joel Sherrill <joel@OARcorp.com> * config.gcc (a29k-*-rtems), config/a29k/rtems.h: General cleanup across all RTEMS targets including removal of #includes from config/*/rtems*.h file and adding them to tm_file setting. Added xm_defines=POSIX to many targets. * config.gcc (c4x-*-rtems), config/c4x/rtems.h: Ditto. * config.gcc (h8300-*-rtems), config/h8300/rtems.h: Ditto. * config.gcc (hppa1.1-*-rtems), config/pa/rtems.h: Ditto. * config.gcc (i960-*-rtems), config/i960/rtems.h: Ditto. * config.gcc (m68k-*-rtems*), config/m68k/rtems.h, config/m68k/rtemself.h: Ditto. * config.gcc (mips*-*-rtems*), config/mips/rtems.h, config/mips/rtems64.h: Ditto. * config.gcc (powerpc-*-rtems*), config/rs6000/rtems.h: Ditto. * config.gcc (sh-*-rtems*), config/sh/rtems.h, config/sh/rtemself.h: Ditto. * config.gcc (sparc-*-rtems*), config/sparc/rtems.h, config/sparc/rtemself.h: Ditto. * config.gcc (v850-*-rtems*), config/v850/rtems.h: Ditto. * config.gcc (arm-rtems), config/arm/rtems-elf.h: Ditto plus moved arm-rtems stanza closer to other arm-elf targets and made arm-rtems more like arm-elf. * config.gcc (i[34567]86-*-rtems*), config/i386/djgpp-rtems.h, config/i386/rtems.h, config/i386/rtemself.h: Ditto plus i386-rtemself target made more similar to i386-elf. * config/i386/t-rtems-i386: Added soft float support and multilibs. * config/m68k/t-m68kbare: Add 68040 and 68060 as multilib alternatives to be similar to config/m68k/t-m68kelf. * gthr-rtems.h: Encapsulate with extern "C" for C++. From-SVN: r49749
Joel Sherrill committed -
From-SVN: r49748
Jan Hubicka committed -
i386.md (mul patterns): Allow memory operand to be first; add expanders where needed; fix constraints. * i386.md (mul patterns): Allow memory operand to be first; add expanders where needed; fix constraints. (min?f_nonieee, max?f_nonieee, SSE TImode patterns): Allow memory operand to be the first. * i386.c (ix86_prepare_fp_compare_args): Fix condition for swapping operands. From-SVN: r49747
Jan Hubicka committed -
PR c/5681: * expr.c (safe_from_p): Pass VOIDmode to true_dependence instead of GET_MODE (x). * gcc.c-torture/execute/20020213-1.c: New test. From-SVN: r49746
Jakub Jelinek committed -
PR optimization/5547: * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify all valid IA-32 address modes involving non-scaled %ebx and GOT/GOTOFF as displacement. * g++.dg/other/debug3.C: New test. From-SVN: r49745
Jakub Jelinek committed -
From-SVN: r49743
Richard Smith committed -
2002-02-13 Benjamin Kosnik <bkoz@redhat.com> * src/localename.cc: Remove stdexcept include. * src/locale-inst.cc: Same. * src/locale.cc: Same. * src/functexcept.cc: Remove string includes. * include/std/std_bitset.h: Remove stdexcept include. * testsuite/23_containers/bitset_members.cc: Add stdexcept. From-SVN: r49740
Benjamin Kosnik committed -
* config/s390/s390.c (s390_final_chunkify): Re-run shorten_branches after emitting ltorg insns. * config/s390/s390.md (*cmpdf_ccs_0, *cmpdf_ccs, *cmpsf_ccs_0, *cmpsf_ccs, truncdfsf2_ieee, *adddf3, *addsf3, *subdf3, *subsf3, *muldf3, *mulsf3, *divdf3, *divsf3, *negdf2, *negsf2, *absdf2, *abssf2): Fix "op_type" attribute. From-SVN: r49739
Ulrich Weigand committed -
* decl.c (builtin_function): Set TREE_THIS_VOLATILE on return fns. (finish_function): Don't warn if current_function_returns_null. From-SVN: r49738
Jason Merrill committed -
2002-02-13 Martin Kahlert <martin.kahlert@infineon.com> * jni.cc (_Jv_JNI_AttachCurrentThread): env->locals assigned correctly. From-SVN: r49737
Martin Kahlert committed -
From-SVN: r49736
Jason Merrill committed -
2002-02-13 Todd Stock <toddastock@yahoo.com> Fix for PR libgcj/5671: * verify.cc (state::merge): Handle case where we're merging against an interface. From-SVN: r49735
Todd Stock committed -
* mkconfig.sh: Avoid using a subshell redirect. ($output.T): Change to $(output)T. (ENABLE_NLS): Remove unneeded undef. From-SVN: r49734
Douglas B Rupp committed -
* config/alpha/vms.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define. * config/alpha/x-vms (libsubdir): Define. From-SVN: r49733
Douglas B Rupp committed -
* config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Handle register frame procedures. Optimize retrieving context. From-SVN: r49732
Douglas B Rupp committed -
* config/alpha/t-vms (MULTILIB_OPTIONS): Define. (MULTILIB_DIRNAME, LIBGCC, INSTALL_LIBGCC): Likewise. * config/alpha/vms.h (ASM_FILE_START): Write .arch directive. From-SVN: r49731
Douglas B Rupp committed -
* alias.c (find_base_term, case ZERO_EXTEND, case SIGN_EXTEND): Make same change as for find_base_value. From-SVN: r49730
Richard Kenner committed
-