- 19 Jun, 1998 24 commits
-
-
Build don't link From-SVN: r20596
Benjamin Kosnik committed -
64 bit targets don't overflow From-SVN: r20595
Benjamin Kosnik committed -
From-SVN: r20594
Michael Meissner committed -
Mon Jun 15 23:39:24 1998 Craig Burley <burley@gnu.org> * Make-lang.in (f/g77.info): Use -f when removing pre-existing Info files, if any. (This rm command can go away once makeinfo has been changed to delete .info-N files beyond the last one it creates.)* Make-lang.in ($(srcdir)/f/intdoc.texi): Compile using $(INCLUDES) macro to get the new hconfig.h and system.h headers. [Instead of change below.] From-SVN: r20593
Craig Burley committed -
* gcc.dg/980414-1.c: Move comments outside of ASM to improve compatibility with assmblers with a different comment character. Eliminate use of GAS-specific extensions. From-SVN: r20592
Robert Lipe committed -
8 * Makefile.in ($(srcdir)/f/intdoc.texi): Add $(INCLUDES). From-SVN: r20587
Manfred Hollstein committed -
� * Makefile.in ($(srcdir)/f/intdoc.texi): Add $(INCLUDES). From-SVN: r20586
Manfred Hollstein committed -
� egcs-19980619/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * configure (gcc_version): Add new variable describing the particular gcc version we're building. * Makefile.in (libsubdir): Add new macro for the directory in which the compiler finds executables, libraries, etc. (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias and libsubdir. egcs-19980619/gcc/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (installdirs): Loop over directories in $(libsubdir) creating probably missing ones, instead of single if statements. egcs-19980619/libio/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * config.shared (FLAGS_TO_PASS): Add libsubdir. From-SVN: r20585
Manfred Hollstein committed -
� egcs-19980619/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * configure (gcc_version): Add new variable describing the particular gcc version we're building. * Makefile.in (libsubdir): Add new macro for the directory in which the compiler finds executables, libraries, etc. (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias and libsubdir. egcs-19980619/gcc/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (installdirs): Loop over directories in $(libsubdir) creating probably missing ones, instead of single if statements. egcs-19980619/libio/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * config.shared (FLAGS_TO_PASS): Add libsubdir. From-SVN: r20584
Manfred Hollstein committed -
� egcs-19980619/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * configure (gcc_version): Add new variable describing the particular gcc version we're building. * Makefile.in (libsubdir): Add new macro for the directory in which the compiler finds executables, libraries, etc. (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias and libsubdir. egcs-19980619/gcc/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (installdirs): Loop over directories in $(libsubdir) creating probably missing ones, instead of single if statements. egcs-19980619/libio/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * config.shared (FLAGS_TO_PASS): Add libsubdir. From-SVN: r20583
Manfred Hollstein committed -
� egcs-19980619/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * configure (gcc_version): Add new variable describing the particular gcc version we're building. * Makefile.in (libsubdir): Add new macro for the directory in which the compiler finds executables, libraries, etc. (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias and libsubdir. egcs-19980619/gcc/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (installdirs): Loop over directories in $(libsubdir) creating probably missing ones, instead of single if statements. egcs-19980619/libio/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * config.shared (FLAGS_TO_PASS): Add libsubdir. From-SVN: r20582
Manfred Hollstein committed -
From-SVN: r20581
Manfred Hollstein committed -
c-common.c (truthvalue_conversion): Protect side effects in the expression when splitting a complex value. * c-common.c (truthvalue_conversion): Protect side effects in the expression when splitting a complex value. * fold-const.c (fold): Likewise. From-SVN: r20580
Andreas Schwab committed -
* Makefile.in (local-clean): remove *.log (warning.log): built with warn_summary from build.log (mail-report.log): run test_summary (mail-report-with-warnings.log): run test_summary including warning.log in the report From-SVN: r20579
Alexandre Oliva committed -
* test_summary: new switch (-i) and environment variable (append_logs) for including files in the report. From-SVN: r20578
Alexandre Oliva committed -
* cccp.c (hack_vms_include_specification): rewrite to handle '#include <dir/file.h>' correctly. From-SVN: r20577
Klaus Kaempf committed -
From-SVN: r20576
H.J. Lu committed -
* i386.c (notice_update_cc): Integer conditional moves don't affect cc0. From-SVN: r20575
John Wehle committed -
i386.md (movsfcc, [...]): Use emit_store_flag to support LT, LE, GE, and GT signed integer comparisons. � * i386.md (movsfcc, movdfcc, movxfcc): Use emit_store_flag to support LT, LE, GE, and GT signed integer comparisons. (movsfcc+1, movsfcc+2, movdfcc+1, movdfcc+2, movxfcc+1, movxfcc+2): Pattern doesn't match if the comparison is LT, LE, GE, or GT. (movdicc): Remove code resulting from an earlier patch which didn't apply correctly. From-SVN: r20574
John Wehle committed -
i386.md (movsfcc, [...]): Use emit_store_flag to support LT, LE, GE, and GT signed integer comparisons. � * i386.md (movsfcc, movdfcc, movxfcc): Use emit_store_flag to support LT, LE, GE, and GT signed integer comparisons. (movsfcc+1, movsfcc+2, movdfcc+1, movdfcc+2, movxfcc+1, movxfcc+2): Pattern doesn't match if the comparison is LT, LE, GE, or GT. (movdicc): Remove code resulting from an earlier patch which didn't apply correctly. From-SVN: r20573
John Wehle committed -
From-SVN: r20572
Jeffrey A Law committed -
* reload1.c (reload_cse_regno_equal_p): If -ffloat-store, don't consider a MEM in FP mode as equal. Stolen from gcc2 sources. Fixes problem from Debian folks. From-SVN: r20571
Richard Kenner committed -
From-SVN: r20570
Jeff Law committed -
c-decl.c (duplicate_decls): Avoid setting TREE_ASM_WRITTEN for duplicate declarations of a function. * c-decl.c (duplicate_decls): Avoid setting TREE_ASM_WRITTEN for duplicate declarations of a function. From-SVN: r20569
Jeffrey A Law committed
-
- 18 Jun, 1998 16 commits
-
-
From-SVN: r20568
H.J. Lu committed -
( * config/float-i386.h: New. * configure.in (i[34567]86-*-linux-*): Set float_format to i386. From-SVN: r20567
H.J. Lu committed -
8 * config/float-i386.h: New. * configure.in (i[34567]86-*-linux-*): Set float_format to i386. From-SVN: r20566
H.J. Lu committed -
� * config/float-i386.h: New. * configure.in (i[34567]86-*-linux-*): Set float_format to i386. From-SVN: r20565
H.J. Lu committed -
*lib/g77.exp: Replace search for libf2c.a with search for newly renamed libg2c.a From-SVN: r20564
Robert Lipe committed -
* sched.c (schedule_insns): Use xmalloc not alloca for max_uid indexed arrays. Call free at the end of the function for them. * haifa-sched.c (schedule_insns): Likewise. From-SVN: r20563
Jim Wilson committed -
* dwarf2out.c (size_of_string): Do count backslashes. From-SVN: r20562
Jim Wilson committed -
From-SVN: r20561
Michael Meissner committed -
From-SVN: r20560
Nick Clifton committed -
* reload.c (find_reloads): Don't narrow scope of RELOAD_OTHER to RELOAD_FOR_INSN. From-SVN: r20559
J"orn Rennecke committed -
From-SVN: r20558
Robert Lipe committed -
From-SVN: r20557
Robert Lipe committed -
* Makefile.in (c-lang.o): Depend on output.h. * c-lang.c: Include output.h. * sparc.c (sparc_builtin_saveregs): Remove unused variable `fntype'. * except.c (expand_builtin_eh_stub): Likewise for variable `jump_to'. * genrecog.c (write_subroutine): When writing insn-recog.c, mark variables `insn', `pnum_clobbers', `x[0 .. max_depth]' and `tem' with ATTRIBUTE_UNUSED. * regmove.c (copy_src_to_dest): Make function static to match its prototype. * reload1.c Include hard-reg-set.h before rtl.h to get macro HARD_CONST. Include machmode.h before hard-reg-set.h. * rtl.h: Prototype `retry_global_alloc' and wrap with macro HARD_CONST to protect usage of typedef HARD_REG_SET. * tree.c: Prototype `_obstack_allocated_p'. * varasm.c: Wrap prototype of `asm_output_aligned_bss' in macro BSS_SECTION_ASM_OP. From-SVN: r20556
Kaveh R. Ghazi committed -
* cp-tree.h: Prototype function `check_java_method'. From-SVN: r20555
Kaveh R. Ghazi committed -
* pa.c: Include system.h and toplev.h. Remove redundant code. (call_operand_address): Mark parameter `mode' with ATTRIBUTE_UNUSED. (symbolic_operand): Likewise. (symbolic_memory_operand): Likewise. (pic_label_operand): Likewise. (fp_reg_operand): Likewise. (pre_cint_operand): Likewise. (post_cint_operand): Likewise. (ireg_or_int5_operand): Likewise. (int5_operand): Likewise. (uint5_operand): Likewise. (int11_operand): Likewise. (uint32_operand): Likewise. (ior_operand): Likewise. (lhs_lshift_cint_operand): Likewise. (pc_or_label_operand): Likewise. (legitimize_pic_address): Likewise. (hppa_legitimize_address): Likewise for parameter `old'. (output_block_move): Likewise for parameter `size_is_constant'. (output_function_prologue): Likewise for parameter `size'. (output_function_epilogue): Likewise. (return_addr_rtx): Likewise for parameter `count'. (output_mul_insn): Likewise for parameter `unsignedp'. (hppa_builtin_saveregs): Likewise for parameter `arglist'. (output_bb): Likewise for parameter `operands'. (output_bvb): Likewise. (function_label_operand): Likewise for parameter `mode'. (plus_xor_ior_operator): Likewise. (shadd_operand): Likewise. (non_hard_reg_operand): Likewise. (eq_neq_comparison_operator): Likewise. (movb_comparison_operator): Likewise. (pa_combine_instructions): Likewise for parameter `insns'. * pa.h: Add prototypes for functions `output_deferred_plabels', `override_options', `output_ascii', `output_function_prologue', `output_function_epilogue', `print_operand', `symbolic_expression_p', `reloc_needed', `compute_frame_size', `hppa_address_cost', `and_mask_p', `symbolic_memory_operand', `pa_adjust_cost', `pa_adjust_insn_length' and `secondary_reload_class'. From-SVN: r20554
Kaveh R. Ghazi committed -
From-SVN: r20553
Jeff Law committed
-