aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-01-07Makefile.in (slibdir): New variable.Richard Henderson11-276/+388
* Makefile.in (slibdir): New variable. (libgcc.mk): Pass SHLIB_INSTALL to mklibgcc. (installdirs): Create slibdir. (install-libgcc, install-multilib): Defer to libgcc.mk. * configure.in (slibdir): Substitute. * mklibgcc.in (install): New target. * config/t-linux (SHLIB_LINK): Create links for the soname. (SHLIB_INSTALL): New. * config/alpha/t-osf4 (SHLIB_INSTALL): New. * config/mips/t-iris6 (SHLIB_INSTALL): New. * config/rs6000/t-aix43 (SHLIB_INSTALL): New. * config/sparc/t-slibgcc (SHLIB_INSTALL): New. * config/sparc/t-slibgcc-sld (SHLIB_INSTALL): New. From-SVN: r38761
2001-01-07aix.h (LINK_LIBGCC_SPECIAL_1): New.Richard Henderson4-8/+9
* config/rs6000/aix.h (LINK_LIBGCC_SPECIAL_1): New. * config/rs6000/rs6000.h (LIBGCC_SPEC): Remove. * config/rs6000/sysv4.h (LIBGCC_SPEC): Remove. From-SVN: r38760
2001-01-07Daily bump.Jeff Law5-5/+5
From-SVN: r38759
2001-01-07loop.c (count_loop_regs_set): Delete.Michael Hayes2-140/+110
* loop.c (count_loop_regs_set): Delete. (load_mems_and_recount_loop_regs_set): Delete. (loop_regs_scan): Merge common code from count_loop_regs_set, scan_loop, and load_mems_and_recount_loop_regs_set. (scan_loop): Call load_mems directly and loop_regs_scan again if new registers created. From-SVN: r38758
2001-01-07toplev.c (main): Call the front-end specific post_options hook if one is given.Neil Booth8-1/+64
* toplev.c (main): Call the front-end specific post_options hook if one is given. * toplev.h (struct_lang_hooks, lang_hooks): New. * c-lang.c (c_post_options, lang_hooks): Implement lang_hooks for the C front end. * cp/decl2.c (cxx_post_options, lang_hooks): Implement lang_hooks for the C++ front end. * objc/objc-act.c (objc_post_options, lang_hooks): Implement lang_hooks for the ObjC front end. * f/com.c (lang_hooks): Hooks for the Fortran front end. * java/lang.c (lang_hooks): Hooks for the Java front end. From-SVN: r38757
2001-01-07c-lex.c (init_c_lex): Request #define / #undef callbacks for verbose ↵Neil Booth4-14/+47
DWARF[2] debugging. * c-lex.c (init_c_lex): Request #define / #undef callbacks for verbose DWARF[2] debugging. (cb_define, cb_undef): The new callbacks. * toplev.h (debug_define, debug_undef): Make const correct. * toplev.c (debug_define, debug_undef): Similarly. Do not perform the verbosity tests here anymore. From-SVN: r38756
2001-01-07reload.c (subst_reloads): Take INSN argument.Alexandre Oliva10-24/+90
* reload.c (subst_reloads): Take INSN argument. When replacing a LABEL_REF in a JUMP_INSN, add a REG_LABEL note. * reload.h (subst_reloads): Adjust prototype. * reload1.c (reload_as_needed): Pass INSN to subst_reloads. * jump.c (mark_all_labels): Canonicalize any REG_LABEL notes present in JUMP_INSNs and copy them to JUMP_LABEL. * flow.c (find_label_refs, find_basic_blocks_1): Skip JUMP_INSNs and insns with REG_LABELs that are followed by JUMP_INSNs with the same REG_LABEL. * sched-rgn.c (is_cfg_nonregular): Likewise. * rtlanal.c (computed_jump_p): Make it false if a REG_LABEL note is available. * unroll.c (unroll_loop): Look for REG_LABEL notes in JUMP_INSNs too. * rtl.texi (REG_LABEL): Document usage in JUMP_INSNs. From-SVN: r38755
2001-01-06Fix comments for docletsAnthony Green8-14/+29
From-SVN: r38754
2001-01-06* gcc.c-torture/execute/20010106-1.c: New test.Alexandre Oliva2-0/+34
From-SVN: r38753
2001-01-06loop.c (scan_loop): Use xcalloc for the regs array.Richard Henderson2-9/+11
* loop.c (scan_loop): Use xcalloc for the regs array. (load_mems_and_recount_loop_regs_set): Zero the new memory received from xrealloc. From-SVN: r38752
2001-01-06format.exp: New file.Joseph Myers44-0/+107
* gcc.dg/format/format.exp: New file. * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c. * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c. * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c. * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c. * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c. * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c. * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c. * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c. * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c. * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c. * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c. * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c. * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c. * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c. * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c. * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c. * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c. * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c. * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c. * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c. * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c. * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c. * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c. * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c. * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c. * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c. * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c. * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c. * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c. * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c. * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c. * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c. * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c. * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c. * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c. * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c. * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c. * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c. * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c. * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c. * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c. * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c. From-SVN: r38749
2001-01-06* mkdeps.c (deps_add_dep): Fix vector re-allocation.Neil Booth2-1/+5
From-SVN: r38748
2001-01-06integrate.c (copy_rtx_and_substitute): When copying an ignored return value, ↵J"orn Rennecke2-3/+17
strip REG_FUNCTION_VALUE_P. * integrate.c (copy_rtx_and_substitute): When copying an ignored return value, strip REG_FUNCTION_VALUE_P. From-SVN: r38747
2001-01-06Daily bump.Jeff Law5-5/+5
From-SVN: r38746
2001-01-06From patha@softlab.ericsson.se:Bryce McKinlay2-1/+7
* parse.y (switch_label): Use build, not build1, to construct DEFAULT_EXPR. From-SVN: r38745
2001-01-06loop.c (debug_biv, debug_giv): New.Michael Hayes3-98/+131
* loop.c (debug_biv, debug_giv): New. (loop_biv_dump): Break out from ... (record_biv): ... here. (loop_giv_dump): Break out from ... (record_giv): ... here. (loop_bivs_check): Use print_simple_rtl. * unroll.c (loop_iterations): Use print_simple_rtl. From-SVN: r38744
2001-01-06[multiple changes]Benjamin Kosnik8-77/+105
2001-01-05 Benjamin Kosnik <bkoz@redhat.com> Fix 27_io/filebuf_members.cc * src/localename.cc (locale::_Impl::_Impl(const _Impl& __imp, const string& __name, category __cat, size_t __refs): Set _M_has_name with _M_name. * include/bits/localefwd.h (locale::operator!=): Protect member function call with this->. * src/locale.cc (locale::operator==): Make fast checks first. * include/bits/basic_ios.tcc (basic_ios::init): Simplify. * include/bits/ios_base.h (_M_synced_with_stdio): Add data member to ios_base::Init. * src/ios.cc (ios_base::Init::Init): Initialize here. (ios_base::sync_with_stdio): Set here. 2001-01-04 Loren J. Rittle <ljrittle@acm.org> * config/c_io_stdio.cc (__basic_file<_CharT>::sys_open()): On systems that support it, call dup() before fdopen(). From-SVN: r38742
2001-01-05pa.md (return, [...]): Modify patterns to prevent regrename mucking with the ↵John David Anglin2-3/+11
return pointer. * pa.md (return, return_internal): Modify patterns to prevent regrename mucking with the return pointer. From-SVN: r38741
2001-01-06Testcase for recent checkin.Mike Stump1-0/+4
From-SVN: r38740
2001-01-06varasm.c (assemble_name): Ensure we output the stripped name.Mike Stump2-1/+5
* varasm.c (assemble_name): Ensure we output the stripped name. Fixes s35520.C. From-SVN: r38739
2001-01-05Update copyright.Richard Henderson1-1/+1
From-SVN: r38738
2001-01-05* dwarf2out.c (mem_loc_descriptor) [case MEM]: Revert 10-31 change.Richard Henderson2-12/+6
From-SVN: r38737
2001-01-06Faster __mulsi routineNick Clifton2-45/+53
From-SVN: r38736
2001-01-06cpp.texi: Update for -MQ.Neil Booth5-63/+65
* cpp.texi: Update for -MQ. * cppinit.c (cpp_create_reader): Always create pfile->deps. (cpp_cleanup): Always free pfile->deps. (initialize_dependency_output): Don't create pfile->deps. (cpp_handle_option): Similarly. (OPT_MQ): New. * gcc.c (cpp_options): Handle -MQ. (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -MQ. * mkdeps.c (base_name): Remove. (deps_init): Don't allocate vector space until it's needed. (deps_free): Only free vectors if allocated. (deps_add_target, deps_add_dep): Update for initial allocation. (deps_add_default_target): Don't strip to the base_name. From-SVN: r38735
2001-01-06Implement __builtin_return_address (0)DJ Delorie4-3/+97
From-SVN: r38734
2001-01-05cpplib.h (struct cpp_reader): Add help_only field.Zack Weinberg5-15/+58
* cpplib.h (struct cpp_reader): Add help_only field. * cppinit.c (COMMAND_LINE_OPTIONS): Add OPT_version. (cpp_handle_option): Set pfile->help_only if we see -h, --help, -target-help, or --version. Print version string but do not set help_only if we see -v or -version. Make text printed by -v match that printed by (-)-version. * cppmain.c (main): Exit after option parsing if pfile->help_only is true. * toplev.c (independent_decode_option): Call print_version, then exit, if we see --version (but not -version). (print_version): Split lengthy message into two lines. From-SVN: r38733
2001-01-05Use alloca to create temporary string for initialisation before callingNick Clifton2-3/+8
ggc_alloc_string. From-SVN: r38732
2001-01-05* java/io/PipedReader: Synchronize on "lock" instead of this.Bryce McKinlay2-119/+135
From-SVN: r38731
2001-01-05rtl.h (print_simple_rtl): New.Michael Hayes3-36/+77
* rtl.h (print_simple_rtl): New. * print-rtl.c (print_simple_rtl): New. (flag_simple): New. (print_rtx): Disable printing of flags and modes, etc., if `flag_simple` nonzero. From-SVN: r38730
2001-01-05function.c (fixup_var_refs): Use push_to_full_sequence where possible.Zack Weinberg2-1/+6
* function.c (fixup_var_refs): Use push_to_full_sequence where possible. From-SVN: r38729
2001-01-05Declare flag_reorder_blocks and flag_rename_registersMichael Meissner2-0/+13
From-SVN: r38728
2001-01-05Note that INSN_PTR may be the note at the beginning of a blockAlexandre Oliva1-1/+2
From-SVN: r38726
2001-01-05991228-1.c: Take word endianness into account.Alexandre Oliva2-2/+13
* gcc.c-torture/execute/991228-1.c: Take word endianness into account. From-SVN: r38725
2001-01-05function.c (reorder_blocks): Make sure the flags are all reset before using ↵DJ Delorie2-0/+38
them to mark blocks... * function.c (reorder_blocks): Make sure the flags are all reset before using them to mark blocks, else a second invocation will corrupt the block chain. (reorder_blocks_0): New, resets the flags. From-SVN: r38724
2001-01-05cse.c (find_comparison_args): Stop if the argument is known to be constant.J"orn Rennecke2-1/+19
* cse.c (find_comparison_args): Stop if the argument is known to be constant. From-SVN: r38723
2001-01-05sh.md (movdf): When splitting load into pair of registers...Alexandre Oliva2-9/+29
* config/sh/sh.md (movdf): When splitting load into pair of registers, don't clobber the register used in the address too early. From-SVN: r38722
2001-01-05varasm.c (mark_constant_pool): Improve initial comments.Jeffrey Oldham2-50/+66
2001-01-05 Jeffrey Oldham <oldham@codesourcery.com> * varasm.c (mark_constant_pool): Improve initial comments. (mark_constants): Move marking of constants to mark_constant. (mark_constant): New function to recursively mark all constants referred to by a constant. From-SVN: r38721
2001-01-05(dbxout_parms): Handle invisible ref where decl is a REGCatherine Moore2-3/+11
From-SVN: r38720
2001-01-05lang-options.h: Bring comment in line with reality.Phil Edwards7-14/+20
2001-01-05 Phil Edwards <pme@sources.redhat.com> * cp/lang-options.h: Bring comment in line with reality. * f/lang-options.h: Likewise. * java/lang-options.h: Likewise. * objc/lang-options.h: Likewise. * ch/lang-options.h: Likewise. * f/g77.texi: And update the manual. From-SVN: r38719
2001-01-05avr-protos.h (avr_peep2_scratch_safe): Prototype.Marek Michalkiewicz4-12/+53
* config/avr/avr-protos.h (avr_peep2_scratch_safe): Prototype. * config/avr/avr.c (avr_peep2_scratch_safe): New function. * config/avr/avr.md (all peepholes that request a scratch register): Call it, FAIL the peephole if not safe (in interrupt functions). Co-Authored-By: Denis Chertykov <denisc@overta.ru> From-SVN: r38718
2001-01-05* ggc-page.c (NUM_EXTRA_ORDERS): Hardwire to zero for now.Mark Mitchell2-0/+15
From-SVN: r38717
2001-01-05builtins.def (BUILT_IN_CONJ, [...]): Define.Joseph Myers7-4/+288
* builtins.def (BUILT_IN_CONJ, BUILT_IN_CREAL, BUILT_IN_CIMAG): Define. * builtins.c (expand_builtin): Abort on BUILT_IN_CONJ, BUILT_IN_CREAL and BUILT_IN_CIMAG. * c-common.c (c_common_nodes_and_builtins): Create builtin conjf, conj, conjl, crealf, creal, creall, cimagf, cimag and cimagl. (expand_tree_builtin): Handle BUILT_IN_CONJ, BUILT_IN_CREAL and BUILT_IN_CIMAG. * extend.texi: Document these builtins. testsuite: * gcc.c-torture/execute/builtin-complex-1.c: New test. From-SVN: r38716
2001-01-05VECTOR_TYPE fixes for aliasing, and dwarf2 output.Daniel Berlin3-1/+13
From-SVN: r38715
2001-01-05parse.y (template_datadef): Check for error_mark_node.Nathan Sidwell4-2/+23
cp: * parse.y (template_datadef): Check for error_mark_node. testsuite: * g++.old-deja/g++.pt/crash62.C: New test. From-SVN: r38714
2001-01-05fix exit and atexit calls for vax-*-bsd systemsBruce Korb3-1/+13
From-SVN: r38713
2001-01-05arm.md (ldmsi_postinc): Avoid use of match_dup between input and output ↵Richard Earnshaw5-18/+56
operands. * arm.md (ldmsi_postinc): Avoid use of match_dup between input and output operands. Use arm_hard_register_operand for operand 4. (stmsi_postinc): Similarly. (ldmsi): Use arm_hard_register_operand for opernand 2. (stmsi): Similarly. * arm.c (arm_hard_register_operand): New function. * arm-protos.h (arm_hard_register_operand): Prototype it. * arm.h (HARD_REGNO_RENAME_OK): Define. From-SVN: r38712
2001-01-05simplify-rtx.c (cfc_args): add "unordered" field.Jan Hubicka7-25/+91
* simplify-rtx.c (cfc_args): add "unordered" field. (check_fold_consts): Set unordered field. (simplify_relational_operation): Simplify the unordered comparisons. * reg-stack.c (swap_rtx_condition): Ensure that the transformation is valid. * emit-rtl.c (try_split): Fix code to mark labels. * jump.c (mark_jump_label): Make global. * rtl.h (mark_jump_label): Declare. * predict.c (estimate_probability): Handle unordred comparisons. From-SVN: r38711
2001-01-05cp-tree.def (DEFAULT_ARG): Make `x' class.Nathan Sidwell2-2/+6
cp: * cp-tree.def (DEFAULT_ARG): Make `x' class. From-SVN: r38710
2001-01-05Daily bump.Jeff Law5-5/+5
From-SVN: r38709
2001-01-05PipedInputStream: Rewrote to be simpler and more correct.Bryce McKinlay5-1240/+862
* java/io/PipedInputStream: Rewrote to be simpler and more correct. * java/io/PipedOutputStream: Updated to match new PipedInputStream. * java/io/PipedReader: New implementation based on new PipedInputStream. * java/io/PipedWriter: Updated to match new PipedOutputStream. From-SVN: r38708