- 23 Nov, 2000 1 commit
-
-
* Makefile.in (HOST_CFLAGS): Add -DGENERATOR_FILE. (rtl.o, print-rtl.o, bitmap.o, obstack.o): Build with -DGENERATOR_FILE. (alloca.o, vfprintf.o, ggc-none.o, errors.o): Likewise. (splay-tree.o, hash.o): Likewise. GCONFIG_H: New. (rtl.o, print-rtl.o): Depend on $(GCONFIG_H) instead of $(CONFIG_H). (bitmap.o, obstack.o, vfprintf.o, ggc-none.o, errors.o): Likewise. (hashtab.o): Likewise. (gcov.o): Depend on $(CONFIG_H). * configure.in: #include insn-codes.h in tm.h. f: * Make-lang.in (g77spec.o): Depend on $(CONFIG_H). java: * Make-lang.in (jvspec.o): Depend on $(CONFIG_H). cp: * Make-lang.in (g++spec.o, cxxmain.o): Depend on $(CONFIG_H). From-SVN: r37680
J"orn Rennecke committed
-
- 22 Nov, 2000 39 commits
-
-
From-SVN: r37679
H.J. Lu committed -
* mangle.c (mangle_conv_op_name_for_type): Don't use `__op' prefix. From-SVN: r37678
Mark Mitchell committed -
From-SVN: r37677
Nick Clifton committed -
* g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the new ABI, too. From-SVN: r37676
Mark Mitchell committed -
2000-11-22 Phil Edwards <pme@sources.redhat.com> * porting.texi: Minor tweaks to vocabulary. From-SVN: r37675
Phil Edwards committed -
* g++.old-deja/g++.mike/p6610a.C: This test no longer fails. * g++.old-deja/g++.robertl/eb55.C: Likewise. From-SVN: r37674
Mark Mitchell committed -
pt.c (do_decl_instantiate): Explicitly clone constructors and destructors that haven't already been cloned. * pt.c (do_decl_instantiate): Explicitly clone constructors and destructors that haven't already been cloned. From-SVN: r37673
Mark Mitchell committed -
From-SVN: r37672
Nick Clifton committed -
Define symbolic names for the link register, last integer register and the fake CC register. Update patterns to use these symbolic names. From-SVN: r37671
Nick Clifton committed -
From-SVN: r37670
Neil Booth committed -
* cpplex.c (trigraph_ok): Ensure we don't warn twice. * cpplib.h (struct cpp_buffer): New member last_Wtrigraphs. From-SVN: r37669
Neil Booth committed -
* haifa-sched.c (sched_analyze_1): Don't special-case calls for clobbering registers. (sched_analyze_2): Likewise. (sched_analyze): Zap reg_last_uses and reg_last_sets after calls. From-SVN: r37668
Richard Henderson committed -
* gcc.c (validate_switches): Validate multiple switches named in '|' (or) expressions in specs. (handle_braces): If more than 1 alternative in a '|' spec matches, call do_spec1 just once. From-SVN: r37667
Neil Booth committed -
From-SVN: r37666
Mark Mitchell committed -
From-SVN: r37665
Joern Rennecke committed -
From-SVN: r37664
Joern Rennecke committed -
2000-11-22 Loren J. Rittle <ljrittle@acm.org> * ltcf-cxx.sh: Support creation of C++ shared libraries on recent versions of FreeBSD (release 3 or later). * ltconfig: On FreeBSD, -lc must not be provided when building a shared library or else the standard -pthread gcc option is rendered worthless to later users of the built library. From-SVN: r37663
Loren J. Rittle committed -
2000-11-22 Loren J. Rittle <ljrittle@acm.org> * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h. From-SVN: r37662
Loren J. Rittle committed -
From-SVN: r37661
Michael Meissner committed -
2000-11-22 Loren J. Rittle <ljrittle@acm.org> * include/backward/strstream.h: Reinstate the `using' statements. From-SVN: r37660
Loren J. Rittle committed -
2000-11-22 Loren J. Rittle <ljrittle@acm.org> * src/Makefile.am (base_headers): Add missing backwards headers. * src/Makefile.in: Regenerate. From-SVN: r37659
Loren J. Rittle committed -
2000-11-21 scott snyder <snyder@fnal.gov> * config/c_io_stdio.cc (seekoff): Fix return value. (seekpos): Likewise. (sys_seek): Likewise. From-SVN: r37658
Scott Snyder committed -
From-SVN: r37657
Jakub Jelinek committed -
From-SVN: r37656
David Billinghurst committed -
2000-11-16 Fred Fish <fnf@be.com> * configure.in (enable_libstdcxx_v3): Fix typo, libstd++ -> libstdc++. From-SVN: r37655
Fred Fish committed -
* pa.c (hppa_encode_label): Account for addition of encoding character when allocating persistent space for the new label name. From-SVN: r37654
Jeffrey A Law committed -
From-SVN: r37653
Gerald Pfeifer committed -
2000-11-22 Bryce McKinlay <bryce@albatross.co.nz> * Makefile.in: Rebuilt. * Makefile.am (core_java_source_files): Added Collections.java. * java/util/List.java: Merged from classpath. * java/util/Vector.java: Ditto. * java/util/Collections.java: From classpath. * java/util/ArrayList.java (addAll(Collection)): Call addAll(int,Collection) instead of duplicating code. (indexOf): Clean up int initialization. (clear): Set cleared array entries to null, to allow garbage collection. * java/util/List.java: Minor formatting fixes. * java/util/SimpleTimeZone.java: ditto. From-SVN: r37652
Bryce McKinlay committed -
From-SVN: r37651
Jeff Law committed -
Makefile.in, [...]: Expunge remaining traces of facility for running MD files through C preprocessor. gcc: * Makefile.in, config.gcc, configure.in: Expunge remaining traces of facility for running MD files through C preprocessor. libiberty: * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in. (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader. * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three argument form of AC_DEFINE in dummy definitions block. Use AC_DEFINE_NOAUTOHEADER for real definitions of things defined in dummy block. Preload cache variables instead of bypassing tests, where possible. * acconfig.h: Removed. * xmalloc.c (xmalloc_failed): New function, does error reporting on failed allocation. (xmalloc, xcalloc, xrealloc): Use it. * libiberty.h: Move #includes to top. Prototype xmalloc_failed. From-SVN: r37650
Zack Weinberg committed -
gcc: * gcov.texi: Add magic comments for texi2pod.pl. * Makefile.in: Add rules to generate and install gcov.1. * gcov.1: New (generated) file. contrib: * gcc_update: Add gcov.1 to the list of generated files. From-SVN: r37649
Joseph Myers committed -
2000-11-21 scott snyder <snyder@fnal.gov> * config/c_io_stdio.cc (seekoff): Fix return value. (seekpos): Likewise. (sys_seek): Likewise. From-SVN: r37648
Scott Snyder committed -
2000-11-21 Loren J. Rittle <ljrittle@acm.org> * mkcheck.in (explanation): Retain output of all failing compiles. Don't add gratuitous space to the log file. From-SVN: r37647
Loren J. Rittle committed -
2000-11-22 Bryce McKinlay <bryce@albatross.co.nz> * jcf-parse.c (get_constant): Call UT8_CHAR_LENGTH on `utf8', not the scratch buffer. From-SVN: r37646
Bryce McKinlay committed -
2000-10-31 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (outer_field_access_p): Inherited fields aren't consider outer fields. (maybe_build_thisn_access_method): Use PURE_INNER_CLASS_TYPE_P instead of INNER_CLASS_TYPE_P. (resolve_expression_name): Trigger an error if a static field is being accessed as an outer field. 2000-10-24 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Check inherited type in scope. (http://gcc.gnu.org/ml/gcc-patches/2000-11/msg01217.html) From-SVN: r37645
Alexandre Petit-Bianco committed -
* regrename.c (scan_rtx_reg): Terminate the chain rather than abort on mark_read with NO_REGS. From-SVN: r37644
Richard Henderson committed -
From-SVN: r37643
Kriang Lerdsuwanakij committed -
fixtests.c (TEST_FOR_FIX_PROC_HEAD): Fix to allow compilation with older compilers, such as /bin/cc on SunOS. * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Fix to allow compilation with older compilers, such as /bin/cc on SunOS. * fixinc/fixfixes.c (FIX_PROC_HEAD): Ditto. Fix build errors on SunOS 4.1.4. From-SVN: r37642
Mike Stump committed -
fixtests.c (TEST_FOR_FIX_PROC_HEAD): Fix to allow compilation with older compilers, such as /bin/cc on SunOS. * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Fix to allow compilation with older compilers, such as /bin/cc on SunOS. * fixinc/fixfixes.c (FIX_PROC_HEAD): Ditto. Fix one problem with bootstrap on SunOS 4.1.4 system. From-SVN: r37641
Mike Stump committed
-