aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Collapse)AuthorFilesLines
2001-08-17elf.h, [...]: Fix typos last change.Richard Henderson5-24/+29
* config/mips/elf.h, config/mips/elf64.h, config/mips/netbsd.h, config/mips/openbsd.h: Fix typos last change. From-SVN: r44977
2001-08-17invoke.texi (Optimize Options): The default for -finline-limit is 600.Gerald Pfeifer2-1/+7
* doc/invoke.texi (Optimize Options): The default for -finline-limit is 600. From-SVN: r44975
2001-08-17* doc/tm.texi (Sections): Document TEXT_SECTION.Richard Henderson2-0/+9
From-SVN: r44974
2001-08-17varasm.c (text_section): Allow TEXT_SECTION to override the printing of ↵Richard Henderson10-60/+128
TEXT_SECTION_ASM_OP. * varasm.c (text_section): Allow TEXT_SECTION to override the printing of TEXT_SECTION_ASM_OP. * dwarf2out.c (TEXT_SECTION_NAME): Rename from TEXT_SECTION. (DATA_SECTION, BSS_SECTION): Remove. * dwarfout.c (TEXT_SECTION_NAME, DATA_SECTION_NAME, DATA1_SECTION_NAME, RODATA_SECTION_NAME, RODATA1_SECTION_NAME, BSS_SECTION_NAME): Rename from s/_NAME//. * config/mips/mips.h (TARGET_FILE_SWITCHING): Add !TARGET_MIPS16. (ASM_DECLARE_FUNCTION_NAME): Move file switching ... (TEXT_SECTION): ... here. New. * config/mips/elf.h (TEXT_SECTION): New; no file switching. * config/mips/elf64.h, config/mips/netbsd.h: Likewise. * config/mips/openbsd.h: Likewise. * config/mips/mips.c (mips_asm_file_start): Tidy file switching test. (mips_asm_file_end): Likewise test. (mips_output_function_epilogue): Likewise. Switch back to data section after emitting the function. From-SVN: r44973
2001-08-17dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.Richard Henderson2-12/+17
* dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here. (dwarf2out_finish): Do it here. Emit .debug_loc before .debug_info. From-SVN: r44968
2001-08-17varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN.Richard Henderson3-17/+37
* varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN. * crtstuff.c (__CTOR_LIST__, __DTOR_LIST__, __EH_FRAME_BEGIN__, __JCR_LIST__, __CTOR_END__, __DTOR_END__, __FRAME_END__,__JCR_END__): Add aligned attribute. From-SVN: r44966
2001-08-17sh.md: Add modes to unspecs in first insn to match those in the second.Andrew Haley3-3/+10
2001-08-10 Andrew Haley <aph@cambridge.redhat.com> * config/sh/sh.md: Add modes to unspecs in first insn to match those in the second. * Makefile.in: Fix collect2 copy for Cygwin. From-SVN: r44962
2001-08-17Install the proper patch.Jan Hubicka4-23/+40
* function.c (put_var_into_stack): Temporarily clear DECL_RTL. (assign_params): Avoid setting DECL_RTL to unfinished RTX. (expand_function_start): Likewise. * stmt.c (expand_decl): Likewise. * varasm.c (make_decl_rtx): Likewise. From-SVN: r44961
2001-08-17final.c: Undo my previous accidental checkin.Jan Hubicka4-133/+64
* final.c: Undo my previous accidental checkin. * output.h: Likewise. * tm.texi: Likewise. From-SVN: r44960
2001-08-17Daily bump.GCC Administrator2-2/+2
From-SVN: r44959
2001-08-17cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS on COMPOUND_EXPRs.Mark Mitchell2-2/+12
* cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS on COMPOUND_EXPRs. From-SVN: r44956
2001-08-16varasm.c (named_section_flags): Remove align parameter.Richard Henderson19-147/+191
* varasm.c (named_section_flags): Remove align parameter. * varasm.c, dwarf2out.c: Update all callers. * output.h: Update prototypes. * target.h (target.asm_out.named_section): Remove align parameter. * varasm.c, config/a29k/a29k.c, config/alpha/alpha.c, config/arm/arm.c, config/c4x/c4x.c, config/h8300/h8300.c, config/i386/i386.c, config/i386/winnt.c, config/m68k/m68k.c, config/mcore/mcore.c, config/mips/mips.c, config/rs6000/rs6000.c, config/sh/sh.c, config/sparc/sparc.c: Update implementations to match. * varasm.c (in_named_entry_eq, in_named_entry_hash): New. (get_named_section_flags, set_named_section_flags): New. (named_section_flags): Use them. (named_section): Do decl vs section flags check here... (default_section_type_flags): ... not here. (init_varasm_once): Create in_named_htab. (resolve_unique_section): Mark reloc unused. From-SVN: r44953
2001-08-16varasm.c (force_const_mem): Keep pool alignment in bits.Richard Henderson2-8/+10
* varasm.c (force_const_mem): Keep pool alignment in bits. (output_constant_pool): Use assemble_align. From-SVN: r44952
2001-08-17* doc/tm.texi: Remove extra @table command.Zack Weinberg2-1/+4
From-SVN: r44951
2001-08-17final.c (shorten_branches): Clear the end of the label_align array only if ↵Zack Weinberg5-54/+90
we made it larger. * final.c (shorten_branches): Clear the end of the label_align array only if we made it larger. Break up messy expressions for clarity. * diagnostic.c (internal_error): Check for error recursion before doing ICE suppression. * timevar.c: Timing variables now count in milliseconds. (init_timevar): Set up ticks_to_msec and clocks_to_msec here. (get_time): Not here. (timevar_print): Don't print any timer whose user, cpu, and wall times are all zero as displayed. * timevar.h: Update comment aboout units. Make timevar counters unsigned. From-SVN: r44948
2001-08-16jcf-dump.c (main): Updated for change to jcf_path_seal.Tom Tromey6-10/+47
* jcf-dump.c (main): Updated for change to jcf_path_seal. * gjavah.c (main): Updated for change to jcf_path_seal. * lang.c (version_flag): New global. (java_decode_option): Recognize `-version'. (java_init): Update for change to jcf_path_seal. * jcf.h (jcf_path_seal): Added `print' argument. * jcf-path.c (jcf_path_seal): Added `print' argument. From-SVN: r44946
2001-08-16pr3743.x: Do not return 1 for xfail.David Billinghurst3-4/+9
2001-08-16 David Billinghurst <David.Billinghurst@riotinto.com> * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail. Fix thinko. * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1 for xfail. From-SVN: r44945
2001-08-16tweak commentJason Merrill1-1/+5
From-SVN: r44942
2001-08-16Thu Aug 16 17:39:45 CEST 2001 Jan Hubicka <jh@suse.cz>Jan Hubicka4-58/+134
* function.c (put_var_into_stack): Temporarily clear DECL_RTL. (assign_params): Avoid setting DECL_RTL to unfinished RTX. (expand_function_start): Likewise. * stmt.c (expand_decl): Likewise. * varasm.c (make_decl_rtx): Likewise. From-SVN: r44940
2001-08-16stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.Jason Merrill2-2/+7
* stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN. (finalize_record_size): Don't set TYPE_USER_ALIGN. From-SVN: r44937
2001-08-16i386.c (ix86_init_mmx_sse_builtins): Remove unused variables.Matt Kraai2-17/+5
* config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove unused variables. From-SVN: r44936
2001-08-16s390.c: Include "debug.h" for dwarf2out_do_frame prototype.Andreas Jaeger2-1/+6
* config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame prototype. From-SVN: r44933
2001-08-16Daily bump.GCC Administrator2-2/+2
From-SVN: r44931
2001-08-15rtl.h (only_sets_cc0_p): New prototype.John Wehle6-6/+42
* rtl.h (only_sets_cc0_p): New prototype. * jump.c (sets_cc0_p): Handle INSN. (only_sets_cc0_p): New function. * flow.c (merge_blocks_nomove): Use only_sets_cc0_p. (tidy_fallthru_edge): Likewise. * integrate.c (copy_insn_list): Likewise. * unroll.c (unroll_loop): Likewise. (copy_loop_body): Likewise. From-SVN: r44927
2001-08-15* config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".Jason Eckhardt2-1/+5
From-SVN: r44926
2001-08-15predict.c (struct block_info_def): Remove nvisited.Jan Hubicka3-15/+79
* predict.c (struct block_info_def): Remove nvisited. (propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions. (estimate_bb_frequencies): Call mark_dfs_back_edges. * i386.c (ix86_agi_depdendant): Lea causes AGI only on the Pentium (ix86_adjust_cost): Teach scheduler that latency to load operand can be masked. From-SVN: r44921
2001-08-15* predict.def: Update hitrates.Jan Hubicka2-29/+14
From-SVN: r44920
2001-08-15* except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.Richard Henderson2-1/+5
From-SVN: r44919
2001-08-15Daily bump.GCC Administrator2-2/+2
From-SVN: r44917
2001-08-15g77-dg.exp: Use prune.exp for common proceduresDavid Billinghurst3-29/+8
2001-08-14 David Billinghurst <David.Billinghurst@riotinto.com> * lib/g77-dg.exp: Use prune.exp for common procedures (g77-dg-prune): Replace prune_g77_output with prune_gcc_output * lib/g77.exp: (g77-dg-prune) Remove From-SVN: r44916
2001-08-15Add cscope(1) databasesZack Weinberg1-0/+2
From-SVN: r44915
2001-08-14class.c, cp-tree.h (build_vfn_ref): Remove.Richard Henderson5-16/+7
* class.c, cp-tree.h (build_vfn_ref): Remove. * call.c, rtti.c: Replace all refernces with build_vtbl_ref. From-SVN: r44913
2001-08-14flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG note from its ↵Jeffrey A Law2-0/+8
associated jump. * flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG note from its associated jump. From-SVN: r44910
2001-08-14Define __s390__ also on 64-bit S/390 targets.Ulrich Weigand2-1/+6
From-SVN: r44909
2001-08-14Don't define FFETARGET_32bit_longs for 64-bit S/390.Ulrich Weigand2-1/+6
From-SVN: r44908
2001-08-14Handle nested functions which take variable argumentsNick Clifton4-67/+218
From-SVN: r44898
2001-08-14install.texi (Specific, avr): Fix markup.Gerald Pfeifer2-4/+9
* doc/install.texi (Specific, avr): Fix markup. (Specific, c4x): Ditto. From-SVN: r44896
2001-08-14* predict.c (dump_prediction): Change `bool' parameter to `int'.Matt Kraai2-2/+6
From-SVN: r44895
2001-08-14Makefile.in (OBJS): Add rtl-error.oGabriel Dos Reis4-139/+182
* Makefile.in (OBJS): Add rtl-error.o (rtl-error.o): New rule. (diagnostic.o): Adjust dependency. diagnostic.c (file_and_line_for_asm, diagnostic_for_asm, error_for_asm, _fatal_insn, _fatal_insn_not_found, warning_for_asm): Move to... rtl-error.c: ...here. New file. From-SVN: r44894
2001-08-14dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame if ↵Richard Henderson2-4/+10
USING_SJLJ_EXCEPTIONS. * dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame if USING_SJLJ_EXCEPTIONS. From-SVN: r44893
2001-08-14tlink.c (scan_linker_output): Check string for unsatisfied in addition to ↵Steve Ellcey2-0/+6
undefined and unresolved. * tlink.c (scan_linker_output): Check string for unsatisfied in addition to undefined and unresolved. From-SVN: r44892
2001-08-14* libgcc2.c (*): Replace EH_FRAME_SECTION with EH_FRAME_SECTION_NAME.Graham Stott2-3/+8
From-SVN: r44891
2001-08-14genattrtab.c (simplify_test_exp_in_temp): New function.Jan Hubicka2-43/+72
* genattrtab.c (simplify_test_exp_in_temp): New function. (simplify_test_exp): Avoid explicit use of temporary obstack. (simplify_cond, insert_right_side, evaluate_eq_attr, simplify_and_tree, simplify_or_tree, eliminate_known_true): Use simplify_test_exp_in_temp. (optimize_attrs): Iterate until expression stabilizes. From-SVN: r44890
2001-08-14Daily bump.GCC Administrator2-2/+2
From-SVN: r44886
2001-08-14Remove s390x __LONG_MAX__ special case from glimits.h;Ulrich Weigand3-3/+10
define __LONG_MAX__ in CPP_PREDEFINES instead. From-SVN: r44879
2001-08-13unknown-elf.h (CTOR_LIST_BEGIN, [...]): Remove.Richard Henderson3-33/+7
* config/arm/unknown-elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END): Remove. (DTOR_LIST_BEGIN, DTOR_LIST_END): Remove. * config/arm/conix-elf.h: Likewise. From-SVN: r44874
2001-08-13svr4.h (LINK_SPEC): Don't do -Wl, here, it is done in gcc.c.Geoffrey Keating3-13/+17
* config/svr4.h (LINK_SPEC): Don't do -Wl, here, it is done in gcc.c. * config/rs6000/sysv4.h (LINK_SPEC): Likewise. From-SVN: r44873
2001-08-13gcse.c (hash_scan_set): Expressions that are set as part of jump ↵Geoffrey Keating2-2/+10
instructions are not available. * gcse.c (hash_scan_set): Expressions that are set as part of jump instructions are not available. From-SVN: r44872
2001-08-13Fixed HOST_WIDE_INT type mismatch.Ulrich Weigand2-7/+12
From-SVN: r44870
2001-08-13xcoff.h (EH_FRAME_IN_DATA_SECTION): New.Richard Henderson4-6/+25
* config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): New. * defaults.h (EH_FRAME_SECTION_NAME): Respect it. * doc/tm.texi (Exception Region Output): Document it. From-SVN: r44869