- 28 Jun, 1999 14 commits
-
-
From-SVN: r27817
Craig Burley committed -
From-SVN: r27816
Craig Burley committed -
From-SVN: r27814
Tom Tromey committed -
From-SVN: r27813
Jeff Law committed -
From-SVN: r27812
Jeffrey A Law committed -
inclhack.def (stdio_va_list): This patch Removes a semicolon from the BSD VA_LIST replacement expression. * fixinc/inclhack.def(stdio_va_list): This patch Removes a semicolon from the BSD VA_LIST replacement expression. * fixinc/inclhack.sh: regen * fixinc/fixincl.x: regen * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines now use the fixincl program. From-SVN: r27811
David O'Brien committed -
* m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA case. Also make the PIC register call_used. From-SVN: r27809
Jeffrey A Law committed -
* m68k.h (FINALIZE_PIC): Delete. * m68k.c (finalize_pic): Delete. From-SVN: r27807
Jeffrey A Law committed -
P * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles to memory. From-SVN: r27805
Richard Henderson committed -
� * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles to memory. From-SVN: r27804
Richard Henderson committed -
From-SVN: r27798
Richard Henderson committed -
From-SVN: r27796
David Edelsohn committed -
From-SVN: r27793
Jeff Law committed -
* error.c (dump_type_real): Handle TREE_LIST again. * typeck.c (comp_target_parms): Don't complain about converting from () to (...) if !flag_strict_prototype. * decl.c (grokdeclarator): Update the names of all variants when de-anonymizing. From-SVN: r27792
Jason Merrill committed
-
- 27 Jun, 1999 2 commits
-
-
From-SVN: r27788
Richard Henderson committed -
From-SVN: r27781
Jeff Law committed
-
- 26 Jun, 1999 2 commits
-
-
From-SVN: r27779
David Edelsohn committed -
From-SVN: r27777
Jeff Law committed
-
- 25 Jun, 1999 15 commits
-
-
From-SVN: r27775
Craig Burley committed -
Fri Jun 25 13:35:19 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (resolve_package): Fixed bogus return statement. (patch_method_invocation): Resolve method invocation beginning with a package name qualifier. Thu Jun 24 13:12:15 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (java_complete_lhs): When doing cross referencing, don't try to keep file location on a WFL expanded as a CALL_EXPR. Wed Jun 23 14:37:15 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (finish_method_declaration): Insert a RETURN_EXPR when compiling to class file a void method with an empty method body. As a side effect, the bytecode backend will generate the appropriate `return' instruction. Tue Jun 22 20:43:49 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (lookup_package_type_and_set_next): New function prototype. (resolve_package): Search current and imported packages. (lookup_package_type_and_set_next): New function. From-SVN: r27773
Alexandre Petit-Bianco committed -
* lib/libjava.exp (test_libjava_from_javac): Fixed typo. Always make class_files a list. From-SVN: r27772
Tom Tromey committed -
* lib/libjava.exp (test_libjava_from_javac): Prepend `$objdir/' to class file names. From-SVN: r27771
Tom Tromey committed -
From-SVN: r27770
Richard Henderson committed -
* rs6000.c (output_toc): Always use hex values for floating-point constants. Store single-precision values in upper-half of TOC entry in 64-bit mode. * rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64 to final constraints. (fix_truncdfsi2 splitter): Change pattern matching fctiwz. (fctiwz): Improve accuracy of RTL for pattern. From-SVN: r27769
David Edelsohn committed -
* expr.c (expand_expr): Allow RTL_EXPR's through the MAX_INTEGER_COMPUTATION_MODE checks. From-SVN: r27768
Gavin Romig-Koch committed -
* Make-lang.in (CHILL.stage1): Depend on stage1-start. (CHILL.stage2): Likewise for stage2-start. (CHILL.stage3): Likewise for stage3-start. (CHILL.stage4): Likewise for stage4-start. SMP bootstrap fixes for java: * Make-lang.in (java.stage1): Depend on stage1-start. (java.stage2): Likewise for stage2-start. (java.stage3): Likewise for stage3-start. (java.stage4): Likewise for stage4-start. From-SVN: r27766
Kaveh R. Ghazi committed -
h * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define such that MASK_SUPPORT_ARCH is not negative. From-SVN: r27765
Richard Henderson committed -
� * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define such that MASK_SUPPORT_ARCH is not negative. From-SVN: r27764
Richard Henderson committed -
From-SVN: r27763
Jeffrey A Law committed -
loop.c (verify_dominator): Properly handle ADDR_VEC and ADDR_DIFF_VEC insns that appear inside loops. h * loop.c (verify_dominator): Properly handle ADDR_VEC and ADDR_DIFF_VEC insns that appear inside loops. From-SVN: r27760
Jeff Law committed -
loop.c (verify_dominator): Properly handle ADDR_VEC and ADDR_DIFF_VEC insns that appear inside loops. � * loop.c (verify_dominator): Properly handle ADDR_VEC and ADDR_DIFF_VEC insns that appear inside loops. From-SVN: r27759
Jeff Law committed -
From-SVN: r27756
Jeffrey A Law committed -
From-SVN: r27753
Jeff Law committed
-
- 24 Jun, 1999 7 commits
-
-
* rs6000.md (movdf_hardfloat32): Revert previous patch. Handle LO_SUM the same as offsettable in cases 1 and 2. * rs6000.c (find_addr_reg): Revert previous patch. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r27752
David Edelsohn committed -
� * system.h (strstr): New external function declaration. * acconfig.h (NEED_DECLARATION_STRSTR): New define slot. * configure.in (GCC_NEED_DECLARATIONS): Check for strstr. * config.in, configure: Rebuilt. From-SVN: r27748
Philippe De Muyter committed -
� * system.h (strstr): New external function declaration. * acconfig.h (NEED_DECLARATION_STRSTR): New define slot. * configure.in (GCC_NEED_DECLARATIONS): Check for strstr. * config.in, configure: Rebuilt. From-SVN: r27747
Jeff Law committed -
� * system.h (strstr): New external function declaration. * acconfig.h (NEED_DECLARATION_STRSTR): New define slot. * configure.in (GCC_NEED_DECLARATIONS): Check for strstr. * config.in, configure: Rebuilt. From-SVN: r27746
Jeff Law committed -
h * gcc.c (main): Read user-specified specs files after computing additional startfile_prefixes. From-SVN: r27742
Tom Tromey committed -
� * gcc.c (main): Read user-specified specs files after computing additional startfile_prefixes. From-SVN: r27741
Tom Tromey committed -
From-SVN: r27737
Jeff Law committed
-