1. 22 Nov, 2000 10 commits
    • fixtests.c (TEST_FOR_FIX_PROC_HEAD): Fix to allow compilation with older… · 271fd958
      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
    • mkcheck.in (explanation): Retain output of all failing compiles. · 19322a5c
      
      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: r37640
      Loren J. Rittle committed
    • mkcheck.in (explanation): Retain output of all failing compiles. · 5388a89a
      
      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: r37639
      Loren J. Rittle committed
    • varasm.c (record_constant): Pad the constructed constant_descriptor appropriately. · cac16ef9
              * varasm.c (record_constant): Pad the constructed
              constant_descriptor appropriately.
      
      From-SVN: r37638
      Richard Henderson committed
    • Fix typo in scan-assembler-dem-not · 033b8a0c
      From-SVN: r37637
      Hans-Peter Nilsson committed
    • gcc-dg.exp: load_lib scanasm.exp. · d93415c9
      	* lib/gcc-dg.exp: load_lib scanasm.exp.
      	(scan-assembler, scan-assembler-not): Break out to scanasm.exp.
      	* lib/g++-dg.exp: load_lib scanasm.exp.
      	* lib/scanasm.exp: New.
      	(scan-assembler, scan-assembler-not): Add optional arguments to
      	test name, or if not present, the pattern name.
      	(scan-assembler-dem, scan-assembler-demnot): New.
      
      	* g++.dg/dg.exp: New.
      
      From-SVN: r37636
      Hans-Peter Nilsson committed
    • rtl.h (traverse_md_constants): Declare. · c25c12b8
      	* rtl.h (traverse_md_constants): Declare.
      	(struct md_constant): Define.
      	* Makefile.in (HOST_RTL): Add hashtab.o .
      	(OBJS): Add hashtab.o .
      	(hashtab.o): New rule.
      	(rtl.o): Depends on HASHTAB_H.
      	* rtl.c (hashtab.h): #include.
      	(md_constants): New static variable.
      	(def_hash, def_name_eq_p, read_constants): New static functions.
      	(traverse_md_constants): New function.
      	(read_name): Do constant expansion.
      	(read_rtx): Recognize define_constants.
      	* gencodes.c (print_md_constant): New function.
      	(main): Emit #defines for all constant definitions encountered.
      	* md.texi (Constant Definitions): New node.
      	* gensupport.c (xcalloc): New function.
      
      From-SVN: r37635
      J"orn Rennecke committed
    • alpha.c (alpha_split_tfmode_frobsign): New. · f940c352
              * config/alpha/alpha.c (alpha_split_tfmode_frobsign): New.
              * config/alpha/alpha-protos.h: Declare it.
              * config/alpha/alpha.md (abstf_internal): Use it.
              (negtf_internal): Likewise.
              (andnotdi3): Unstar the name.
              (movtf_internal): Add o/G alternative.
      
      From-SVN: r37634
      Richard Henderson committed
    • stringpool.c (stringpool_statistics): Also report number and percentage of… · dfc55970
      stringpool.c (stringpool_statistics): Also report number and percentage of entries which are identifiers.
      
      	* stringpool.c (stringpool_statistics): Also report number and
      	percentage of entries which are identifiers.
      
      From-SVN: r37633
      Zack Weinberg committed
    • strstream.cc: Adjust includes. · 5feb272b
      
      2000-11-21  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
      	* src/strstream.cc: Adjust includes.
      	* src/Makefile.am (base_headers): Remove std_strstream.h, add
      	backwards/strstream.h.
      	(std_headers): Remove strstream.
      	* src/Makefile.in: Regenerate.
      	* libsupc++/Makefile.am (headers): Remove new.h
      	* libsupc++/Makefile.in: Regenerate.
      	* include/std/strstream: Remove.
      	* include/backward/strstream.h: Replace with...
      	* include/bits/std_strstream.h: ...this. Move.
      	* include/backward/complex.h: Remove SGIisms.
      	* include/backward/streambuf.h: Same.
      	* include/backward/stream.h: Same.
      	* include/backward/ostream.h: Same.
      	* include/backward/istream.h: Same.
      	* include/backward/iostream.h: Same.
      	* include/backward/iomanip.h: Same.
      	* include/backward/fstream.h: Same.
      	* libsupc++/new.h: Add using declarations for bad_alloc,
      	nothrow_t, and nothrow, move to ...
      	* include/backward/new.h: ...here.
      
      From-SVN: r37632
      Benjamin Kosnik committed
  2. 21 Nov, 2000 30 commits