1. 23 Nov, 2000 4 commits
    • sh.h (FIRST_GENERAL_REG, [...]): New. · 4773afa4
      * config/sh/sh.h (FIRST_GENERAL_REG, LAST_GENERAL_REG): New.
      Moved most register-number #defines...
      * config/sh/sh.md (define_constants): ... here.  Use macros to
      refer to registers and unspecs.
      * config/sh/sh.c: Likewise.
      
      From-SVN: r37683
      Alexandre Oliva committed
    • Make deprecated strstream header consistent with new and new.h. · 27ddcd48
      
      2000-11-22  Benjamin Kosnik  <bkoz@redhat.com>
      
      	Make deprecated strstream header consistent with new and new.h.
      	* include/backward/strstream.h: Add. Use using declarations to
      	scope strstreambuf, istrstream, ostrstream, strstream to global
      	scope.
      	* include/backward/strstream: Remove using declarations.
      	* src/Makefile.am (base_headers): Add strstream.
      	* src/Makefile.in: Regenerate.
      
      	* include/backward/new.h (_CPP_BACKWARD_NEW_H): Change macro guard
      	to be consistent with other headers.
      
      From-SVN: r37682
      Benjamin Kosnik committed
    • ctype_inline.h (is): Fix order of expressions. · ea88c0f7
      
      2000-11-22  Richard Henderson  <rth@redhat.com>
      
      	* config/os/bsd/bits/ctype_inline.h (is): Fix order of expressions.
      
      From-SVN: r37681
      Richard Henderson committed
    • gcc toplevel: · 9196ece5
      	* 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
  2. 22 Nov, 2000 36 commits