- 05 Jun, 1999 11 commits
-
-
From-SVN: r27378
Craig Burley committed -
From-SVN: r27376
Craig Burley committed -
From-SVN: r27375
Craig Burley committed -
Sat Jun 5 11:46:59 1999 Anthony Green <green@cygnus.com> * Make-lang.in (gcjh): More parallel build fixes. 1999-06-03 Mike Stump <mrs@wrs.com> * Make-lang.in (JCF_DUMP_SOURCES, jvgenmain): Fix parallel builds. From-SVN: r27373
Anthony Green committed -
From-SVN: r27370
Craig Burley committed -
* mips.h (mips_output_conditional_branch): New function. (mips_adjust_insn_length): Likewise. (ASSEMBLER_SCRATCH_REGNUM): New macro. (ADJUST_INSN_LENGTH): Likewise. * mips.c (print_operand): Add `F' and `W' for floating-point comparison opcodes. (machine_dependent_reorg): Adjust MIPS16 code; instruction-lengths are now in bytes. (mips_adjust_insn_length): New function. (mips_output_conditional_branch): New function. * mips.md (length): Adjust attribute definition to handle conditional branches. Change lengths to bytes, rather than instructions throughout. Remove length attribute from instructions whose length is four bytes, and rely on the default instead. (dslot): Fix typo in comment. Reword conditional branch patterns to use mips_output_conditional_branch. From-SVN: r27369
Mark Mitchell committed -
From-SVN: r27368
Mark Mitchell committed -
From-SVN: r27367
Craig Burley committed -
From-SVN: r27364
Gabriel Dos Reis committed -
From-SVN: r27359
Craig Burley committed -
From-SVN: r27358
Jeff Law committed
-
- 04 Jun, 1999 8 commits
-
-
* std/std_valarray.h: New file. * std/slice.h: New file. * std/slice_array.h: New file. * std/gslice.h: New file. * std/gslice_array.h: New file. * std/mask_array.h: New file. * std/indirect_array.h: New file. * std/valarray_array.h: New file. * std/valarray_array.tcc: New file. * std/valarray_meta.h: New file. * valarray.cc: New file. * valarray: New file * Makefile.in (OBJS): add valarray.o (HEADERS): add valarray (valarray.o): define dependency on valarray.cc (install): make it possible to install valarray files. From-SVN: r27354
Gabriel Dos Reis committed -
* alpha/osf.h (CPP_SUBTARGET_SPEC): Handle -threads. (LIB_SPEC): Likewise. Link with -lprof1_r for -g/-pg. From-SVN: r27353
Rainer Orth committed -
From-SVN: r27350
Craig Burley committed -
* semantics.c (finish_if_stmt_cond): Copy cond to permanent_obstack. (finish_while_stmt_cond, finish_do_stmt, finish_for_cond): Likewise. From-SVN: r27348
Jason Merrill committed -
1999-06-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * loop.c (check_dbra_loop): Fix change of Jan 19. From-SVN: r27345
Andreas Schwab committed -
From-SVN: r27344
Nathan Sidwell committed -
From-SVN: r27343
Andreas Schwab committed -
From-SVN: r27341
Jeff Law committed
-
- 03 Jun, 1999 15 commits
-
-
* freebsd-elf.h (SWITCH_TAKES_ARG): Redefine, not define. (STARTFILE_SPEC): Define, override the svr4.h version. (ENDFILE_SPEC): Likewise. From-SVN: r27340
Marc Espie committed -
� * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h * fixinc/fixincl.x: Regenerated. * fixinc/inclhack.sh: Regenerated. From-SVN: r27338
Jeff Law committed -
� * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h * fixinc/fixincl.x: Regenerated. * fixinc/inclhack.sh: Regenerated. From-SVN: r27337
Jeff Law committed -
1999-06-02 Warren Levy <warrenl@cygnus.com> * java/net/URL.java (URL(URL,String)): Initialize port to -1. Ignore context if spec is an absolute URL. Fix braindead string comparison. (hashCode): Use JDK 1.2 style algorithm. * java/net/URLStreamHandler.java (parseURL): Reimplement to handle context URL properly. 1999-05-30 Anthony Green <green@cygnus.com> * java/net/URLStreamHandler.java (parseURL): Parse relative URLs correctly. Clean up "/../" and "/./" path fragments. From-SVN: r27334
Warren Levy committed -
* sh.c (barrier_align): Don't return early for normal branch/barrier when optimizing for SH2. From-SVN: r27333
J"orn Rennecke committed -
P * i386/udk.h (LINK_SPEC): Correct linker search path for system libraries. From-SVN: r27331
Robert Lipe committed -
� * i386/udk.h (LINK_SPEC): Correct linker search path for system libraries. From-SVN: r27330
Robert Lipe committed -
* sh.c (fixup_addr_diff_vecs): Emit braf reference label. (braf_label_ref_operand): Delete. * sh.h (PREDICATE_CODES): Remove braf_label_ref_operand. * sh.md (casesi_jump_2): Operand1 is now the inside of a label_ref, and has no predicate. The patten has a predicate to guard against invalid substitutions. (dummy_jump): Delete. (casesi): Update use of casesi_jump_2. From-SVN: r27329
J"orn Rennecke committed -
decl.c (grokdeclarator): Don't treat arbitrary types as unsigned just because flag_signed_bitfields is false. * decl.c (grokdeclarator): Don't treat arbitrary types as unsigned just because flag_signed_bitfields is false. From-SVN: r27328
Mark Mitchell committed -
From-SVN: r27327
Bruce Korb committed -
* semantics.c (begin_class_definition): Update the struct's location here ... * class.c (finish_struct): ... rather than here. * decl.c (make_typename_type): Don't rely on uninitialized variable. From-SVN: r27326
Nathan Sidwell committed -
* dwarf2out.c (add_incomplete_type): New fn. (gen_struct_or_union_type_die): Call it. (retry_incomplete_types): New fn. (dwarf2out_finish): Call it. From-SVN: r27325
Jason Merrill committed -
From-SVN: r27322
Jeff Law committed -
gcse.c (insert_insn_end_bb): Correct placement of insns when the current block starts with a CODE_LABEL and... � * gcse.c (insert_insn_end_bb): Correct placement of insns when the current block starts with a CODE_LABEL and ends with a CALL and we can not find all the argument setup instructions for the CALL. From-SVN: r27321
Jeff Law committed -
gcse.c (insert_insn_end_bb): Correct placement of insns when the current block starts with a CODE_LABEL and... � * gcse.c (insert_insn_end_bb): Correct placement of insns when the current block starts with a CODE_LABEL and ends with a CALL and we can not find all the argument setup instructions for the CALL. From-SVN: r27320
Jeff Law committed
-
- 02 Jun, 1999 6 commits
-
-
* fold-const.c (fold): STRIP_NOPS when deciding whether or not something is a candidate for optimize_bit_field_compare. From-SVN: r27318
Mark Mitchell committed -
From-SVN: r27317
J"orn Rennecke committed -
* alpha.c (override_options): Thinko in last patch. * alpha/osf.h (CPP_SUBTARGET_SPEC): Define. (LIB_SPEC): Recognize -pthread. From-SVN: r27316
Richard Henderson committed -
Wed Jun 2 10:44:38 1999 Anthony Green <green@cygnus.com> * except.c (link_handler): Chain exception handlers in order. Wed Jun 2 10:41:24 1999 Anthony Green <green@cygnus.com> * expr.c (expand_byte_code): Fill unreachable bytecode regions with nops and process as usual in order to always set correct EH ranges. Emit detailed warnings about unreachable bytecodes. Wed Jun 2 10:35:13 1999 Anthony Green <green@cygnus.com> * class.c (build_utf8_ref): Mark cinit and utf8 tree nodes as constant. (From egcs posted patches.) From-SVN: r27314
Anthony Green committed -
From-SVN: r27313
Nick Clifton committed -
From-SVN: r27312
Bruce Korb committed
-