aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-08-15Add cscope(1) databasesZack Weinberg1-0/+2
From-SVN: r44915
2001-08-15config.sub: Merge from master sources, rev 1.218.Zack Weinberg3-161/+152
* config.sub: Merge from master sources, rev 1.218. * config.guess: Merge from master sources, rev 1.209. From-SVN: r44914
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-14numeric_limits.cc: Add more tests.Gabriel Dos Reis3-2/+86
* testsuite/18_support/numeric_limits.cc: Add more tests. * include/bits/std_limits.h (numeric_limits<char>::max): Fix typo. From-SVN: r44911
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-14Added atomicity.h header for s390.Ulrich Weigand3-0/+70
From-SVN: r44907
2001-08-14* include/bits/std_limits.h: Fix thinko.Gabriel Dos Reis2-1/+5
From-SVN: r44901
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-14Makefile.am: Consolidate target rules.Benjamin Kosnik1-2/+1
2001-08-14 Benjamin Kosnik <bkoz@redhat.com> * include/Makefile.am: Consolidate target rules. Don't clean stamp files. Tweak target build directory stamp. * include/Makefile.in: Regenerate. From-SVN: r44889
2001-08-14Makefile.am: Consolidate target rules.Benjamin Kosnik3-88/+57
2001-08-14 Benjamin Kosnik <bkoz@redhat.com> * include/Makefile.am: Consolidate target rules. Don't clean stamp files. Tweak target build directory stamp. * include/Makefile.in: Regenerate. 2 From-SVN: r44888
2001-08-14Daily bump.GCC Administrator6-6/+6
From-SVN: r44886
2001-08-14stubs.c: Fix PR/3988, replace _GBLICPP_HAVE_LOGL with HAVE_LOGLPeter Schmid2-1/+6
2001-08-14 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> * libstdc++-v3/libmath/stubs.c: Fix PR/3988, replace _GBLICPP_HAVE_LOGL with HAVE_LOGL From-SVN: r44884
2001-08-14configure.in (libtool_VERSION): Add.Benjamin Kosnik24-3353/+1040
2001-08-13 Benjamin Kosnik <bkoz@redhat.com> * configure.in (libtool_VERSION): Add. (VERSION): Change to (release_VERSION): This. * configure: Regenerate. * src/Makefile.am (libstdc___la_LDFLAGS): Use -version-info with libtool_VERSION. * src/Makefile.in: Regenerate. * intl/Makefile.am: Remove. * intl/Makefile.in: Remove. * intl: Remove. * Makefile.am (SUBDIRS): Remove intl. * po/Makefile.am (DISTFILES): Add string_literals.cc (MSGFMT): Add. * po/string_literals.cc: Add. * po/POTFILES.in: Fix path. * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Don't call AM_GNU_GETTEXT. * aclocal.m4: Regenerate. * configure.in: Remove AC_OUTPUT of intl/Makefile. * include/backward/backward_warning.h: Clarify message. * testsuite_flags.in (--cxxflags): Use same debug flags for library and testsuite. * include/Makefile.am (c_compatibility): Remove. * include/Makefile.in: Regenerate. From-SVN: r44880
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-14floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix name.Andrew Cagney2-1/+6
* floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix name. From-SVN: r44878
2001-08-13configure.in (LIMITS_INC_SRCDIR): New variable.Mark Mitchell18-7/+146
* configure.in (LIMITS_INC_SRCDIR): New variable. * configure.target (LIMITSH): New variable. * porting.texi: Discuss numeric limits. * config/cpu/generic/bits/limits.h: New file. * config/cpu/i386/bits/limits.h: New file. * include/Makefile.am: Install bits/limits.h. * include/bits/c++config: Include bits/limits.h. From-SVN: r44877
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-13SampleModel.java (getPixel): Set correct array element.Tom Tromey2-3/+8
* java/awt/image/SampleModel.java (getPixel): Set correct array element. From Chris Meyer. From-SVN: r44871
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
2001-08-13call.c (build_over_call): Mark COMPOUND_EXPRs generated for empty class ↵Mark Mitchell3-0/+25
assignment as having side-effects... * call.c (build_over_call): Mark COMPOUND_EXPRs generated for empty class assignment as having side-effects to avoid spurious warnings. From-SVN: r44868
2001-08-13libstdc++-v3-dg.exp (libstdc++-v3-copy-files): New.H.J. Lu2-6/+23
2001-08-13 H.J. Lu (hjl@gnu.org) * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-copy-files): New. Copy files. (libstdc++-v3-init ): Use it. From-SVN: r44866
2001-08-13sysv4.h (PREFERRED_DEBUGGING_TYPE): Use DWARF2 instead of stabs by default.Geoffrey Keating2-3/+8
* config/rs6000/sysv4.h (PREFERRED_DEBUGGING_TYPE): Use DWARF2 instead of stabs by default. From-SVN: r44865
2001-08-13Matrix4f.java: New file.Alexandre Petit-Bianco3-0/+143
2001-08-12 Alexandre Petit-Bianco <apbianco@redhat.com> * libjava.lang/Matrix4f.java: New file. * libjava.lang/Matrix4f.out: New file. (http://gcc.gnu.org/ml/gcc-patches/2001-08/msg00737.html) From-SVN: r44864
2001-08-13* config/rs6000/rs6000.c: Include optabs.h.David Edelsohn2-0/+5
From-SVN: r44863
2001-08-13eabi.asm: Define 64-bit versions of FPR save/restore routines.David Edelsohn3-2/+132
* config/rs6000/eabi.asm: Define 64-bit versions of FPR save/restore routines. * ginclude/ppc-asm.h: Define 64-bit FUNC_* macros. From-SVN: r44862
2001-08-13* lib/scanasm.exp (scan-assembler*): Use expr instead of concat.Jason Merrill2-4/+8
From-SVN: r44861
2001-08-13gcc.c (init_spec): Revert last patch by Theodore Papadopoulo, the english is ↵Andreas Jaeger2-4/+9
correct. * gcc.c (init_spec): Revert last patch by Theodore Papadopoulo, the english is correct. From-SVN: r44860
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg51-695/+844
* expr.h: Split out optab- and libfunc-related code to... * optabs.h, libfuncs.h: ... these new headers. * Makefile.in (CONFIG_H, EXPR_H): Take out insn-codes.h. (OPTABS_H): New. (various .o rules): Add $(OPTABS_H) and/or libfuncs.h to dependencies. * mkconfig.sh: Don't include insn-codes.h from config.h. * reload.h: Use #ifdef GCC_INSN_CODES_H to decide whether enum insn_code is available. Move reload_in_optab and reload_out_optab array declarations to optabs.h. * regmove.c (gen_add3_insn): Move to optabs.c, export from there, prototype in expr.h. * gencodes.c: Cleanup: zap global variables, don't use printf where puts will do, don't bother defining MAX_INSN_CODE which nothing uses, let CODE_FOR_nothing get its value implicitly. * genemit.c, genopinit.c: Include optabs.h in generated file. * genoutput.c: Include insn-codes.h in generated file. * builtins.c, caller-save.c, combine.c, doloop.c, explow.c, expmed.c, expr.c, function.c, ifcvt.c, loop.c, optabs.c, profile.c, reload1.c, simplify-rtx.c, stmt.c, unroll.c, config/alpha/alpha.c, config/arm/arm.c, config/c4x/c4x.c, config/clipper/clipper.c, config/i386/i386.c, config/ia64/ia64.c, config/mn10300/mn10300.c, config/pj/pj.c, config/sh/sh.c, config/sparc/sparc.c: Include optabs.h. * builtins.c, calls.c, dwarf2out.c, except.c, expr.c, function.c, optabs.c, stmt.c, config/c4x/c4x.c, config/clipper/clipper.c, config/m88k/m88k.c, config/sparc/sparc.c: Include libfuncs.h. * reload.c: Include expr.h and optabs.h before reload.h. * config/alpha/alpha.c: Include tree.h before reload.h. * config/pa/pa.c: Include expr.h, optabs.h, libfuncs.h, and reload.h in that order. * config/sparc/sparc.c: Include debug.h. * recog.c: Include insn-codes.h. cp: * Make-lang.in (cp/except.o): Add libfuncs.h to dependencies. * except.c: Include libfuncs.h. java: * Make-lang.in (java/decl.o): Update dependencies. * decl.c: Include libfuncs.h, don't include toplev.h. From-SVN: r44858
2001-08-13config.gcc: Use t-slibgcc-elf to build shared libgcc_s on s390*linux.Andreas Jaeger2-2/+7
* config.gcc: Use t-slibgcc-elf to build shared libgcc_s on s390*linux. From-SVN: r44856
2001-08-13dwarf2out.c (output_cfa_loc): Fix typo in comment.Theodore Papadopoulo4-3/+9
* dwarf2out.c (output_cfa_loc): Fix typo in comment. * gcc.c (init_spec): Fix typo in comment. * varasm.c (data_section): Fix typo in comment. From-SVN: r44855
2001-08-13* analyze_brprob: Update for changes in gcc debug output.Jan Hubicka2-3/+7
From-SVN: r44854
2001-08-13predict.c (dump_prediction): New argument "USED".Jan Hubicka3-14/+61
* predict.c (dump_prediction): New argument "USED". (combine_predictions_for_insn): Determine the used heuristics, output the case no heuristic applied. * predict.def (PRED_DS_THEORY, PRED_NO_HEURISTIC): New. From-SVN: r44853
2001-08-13* decl.c (grokdeclarator): Clarify diagnostic message.Gabriel Dos Reis2-1/+5
From-SVN: r44852
2001-08-13XFAILGabriel Dos Reis6-6/+6
From-SVN: r44851
2001-08-13New testcase from PR #3816Gabriel Dos Reis1-0/+9
From-SVN: r44850
2001-08-13ostream.tcc (__pad_char): Change toplevel '__fmt' to '__adjust' to avoid ↵Gabriel Dos Reis2-3/+8
shadowing in nested scope. * include/bits/ostream.tcc (__pad_char): Change toplevel '__fmt' to '__adjust' to avoid shadowing in nested scope. From-SVN: r44849
2001-08-13unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize register %rip.Andreas Jaeger2-16/+21
* config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize register %rip. From-SVN: r44848
2001-08-13decl2.c (do_nonmember_using_decl): Replace using directive with using ↵Kriang Lerdsuwanakij2-1/+6
declaration in the error message. * decl2.c (do_nonmember_using_decl): Replace using directive with using declaration in the error message. From-SVN: r44847