1. 11 Sep, 2000 13 commits
  2. 10 Sep, 2000 18 commits
  3. 09 Sep, 2000 7 commits
  4. 08 Sep, 2000 2 commits
    • c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS. · ae54392b
      	* c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.
      	(init_pragma): Avoid warning if pfile happens to be unused.
      	* c-pragma.h: Never define HANDLE_GENERIC_PRAGMAS.  Never
      	define init_pragma to nothing.  Always prototype
      	init_pragma.  Prototype dispatch_pragma if !USE_CPPLIB.
      
      	* c-lex.c (process_directive): Always call dispatch_pragma.
      	Initialize entering_c_header to 0.
      
      From-SVN: r36277
      Zack Weinberg committed
    • m68hc11.md: New file, machine description for 68HC11 & 68HC12. · 385c9217
      	* config/m68hc11/m68hc11.md: New file, machine description for
      	68HC11 & 68HC12.
      	* config/m68hc11/m68hc11.h: New file, definitions for 68HC11 & 68HC12.
      	* config/m68hc11/m68hc11.c: New file, functions for 68HC11 & 68HC12.
      	* config/m68hc11/m68hc12.h: New file, definitions for 68HC12.
      	* config/m68hc11/m68hc11-protos.h: New file.
      	* config/m68hc11/m68hc11-crt0.S: New file, startup code.
      	* config/m68hc11/t-m68hc11-gas: New file, makefile fragment.
      	* config/m68hc11/xm-m68hc11.h: New file, target defs.
      	* config/m68hc11/larith.asm: New file, libgcc routines.
      
      From-SVN: r36276
      Stephane Carrez committed