1. 02 Oct, 1999 1 commit
  2. 01 Oct, 1999 1 commit
  3. 30 Sep, 1999 1 commit
  4. 29 Sep, 1999 1 commit
  5. 28 Sep, 1999 1 commit
  6. 27 Sep, 1999 1 commit
  7. 26 Sep, 1999 1 commit
  8. 25 Sep, 1999 1 commit
  9. 24 Sep, 1999 2 commits
  10. 23 Sep, 1999 1 commit
  11. 22 Sep, 1999 1 commit
  12. 21 Sep, 1999 2 commits
  13. 20 Sep, 1999 1 commit
  14. 19 Sep, 1999 1 commit
  15. 18 Sep, 1999 1 commit
  16. 17 Sep, 1999 1 commit
  17. 16 Sep, 1999 2 commits
    • system.h (CTYPE_CONV, [...]): New macros. · 92a438d1
      	* system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros.  Use
      	CTYPE_CONV in all ctype macros.
      
      	* cccp.c (initialize_char_syntax): Use uppercase ctype macro
      	from system.h.
      
      	* cexp.y (initialize_random_junk): Likewise.
      
      	* c4x.c (c4x_interrupt_function_p, c4x_handle_pragma): Likewise.
      
      	* i370.c (handle_pragma): Likewise.
      
      	* i370.h (ASM_OUTPUT_LABELREF, ASM_OUTPUT_ASCII): Likewise.
      
      	* v850.c (override_options): Likewise.
      
      	* doprint.c (_doprnt): Likewise.
      
      	* fixinc/fixincl.c (main, quoted_file_exists, extract_quoted_files):
      	Likewise.
      
      	* fixinc/server.c (load_data): Likewise.
      
      	* fold-const.c (real_hex_to_f): Likewise.
      
      	* genattr.c (write_upcase, gen_attr): Likewise.
      
      	* genattrtab.c (convert_const_symbol_ref, evaluate_eq_attr,
      	write_upcase): Likewise.
      
      	* genemit.c (print_code): Likewise.
      
      	* genopinit.c (gen_insn): Likewise.
      
      	* genpeep.c (print_code): Likewise.
      
      	* genrecog.c (print_code): Likewise.
      
      	* optabs.c (init_libfuncs): Likewise.
      
      ch:
      
      	* lex.c (maybe_downcase, getlc, handle_generic_pragma,
      	check_newline): Likewise.
      
      f:
      
      	* bad.c (ffebad_finish): Likewise.
      
      	* fini.c (main): Likewise.
      
      	* intrin.c (ffeintrin_init_0): Likewise.
      
      	* lex.c (ffelex_hash_): Likewise.
      
      	* src.c (ffesrc_init_1): Likewise.
      
      From-SVN: r29463
      Kaveh R. Ghazi committed
    • Daily bump. · 7402eca0
      From-SVN: r29454
      Jeff Law committed
  18. 15 Sep, 1999 1 commit
  19. 14 Sep, 1999 2 commits
  20. 13 Sep, 1999 2 commits
    • Daily bump. · 9f59f94d
      From-SVN: r29370
      Jeff Law committed
    • Makefile.in (gcc.o, [...]): Depend on gcc.h. · 9257393c
      	* Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.
      
      	* gcc.h: New file.
      	(lang_specific_driver): Don't take a function pointer parameter.
      	All callers changed.
      
      	* gcc.c: Include gcc.h.
      	(do_spec, fancy_abort,lang_specific_driver,lang_specific_pre_link,
      	lang_specific_extra_outfiles, fatal): Don't declare.
      	(multilib_defaults_raw): Constify.
      	(read_specs): Call memset, rather than bzero.
      	(main): Call return, not exit.
      	(lookup_compiler): Call memcpy, not bcopy.
      	(fatal): Make extern.
      
      	* cppspec.c: Include gcc.h.
      	(lang_specific_driver): Initialize variable `quote'.  Constify a
      	char*.  All calls to the function pointer parameter now
      	explicitly call `fatal'.
      
      	* gccspec.c (lang_specific_driver): Include gcc.h.
      
      cp:
      
      	* Make-lang.in (g++spec.o): Depend on system.h and gcc.h.
      
      	* g++spec.c: Include gcc.h.
      	(lang_specific_driver): Constify a char*.  Call xcalloc, not
       	xmalloc/bzero.  All calls to the function pointer parameter now
       	explicitly call `fatal'.
      
      f:
      
      	* Make-lang.in (g77spec.o): Depend on system.h and gcc.h.
      
      	* g77spec.c: Include gcc.h.
      	(g77_xargv): Constify.
      	(g77_fn): Add parameter prototypes.
      	(lookup_option, append_arg): Add static prototypes.
      	(g77_newargv): Constify.
      	(lookup_option, append_arg, lang_specific_driver): Constify a char*.
      	(lang_specific_driver): All calls to the function pointer
       	parameter now explicitly call `fatal'.
      
      java:
      
      	* Make-lang.in (jvspec.o): Depend on system.h and gcc.h.
      
      	* jvspec.c: Include gcc.h.  Don't include gansidecl.h.
      	(do_spec, lang_specific_pre_link, lang_specific_driver,
      	input_filename, input_filename_length): Don't declare.
      	(main_class_name, jvgenmain_spec, lang_specific_driver):
      	Constify a char*.
      	(lang_specific_driver): All calls to the function pointer
      	parameter now explicitly call `fatal'.
      
      From-SVN: r29367
      Kaveh R. Ghazi committed
  21. 12 Sep, 1999 1 commit
  22. 11 Sep, 1999 1 commit
  23. 10 Sep, 1999 2 commits
  24. 09 Sep, 1999 1 commit
  25. 08 Sep, 1999 1 commit
  26. 07 Sep, 1999 1 commit
  27. 06 Sep, 1999 1 commit
  28. 05 Sep, 1999 2 commits
  29. 04 Sep, 1999 2 commits
    • Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o. · 03705c95
      GCC:
      
      Sat Sep  4 13:44:01 1999  Mark Mitchell  <mark@codesourcery.com>
      
      	* Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
      	(OBJS): Add $(GCC).
      	(ggc-callbacks.o): New target.
      	* ggc-callbacks.c: New file.
      
      Chill:
      
      1999-09-04  Mark Mitchell  <mark@codesourcery.com>
      
      	* Make-lang.in (cc1chill): Depend on ggc-callbacks.o.
      	* Makefile.in (CHILL_OBJS): Add ggc-callbacks.o.
      
      C++:
      
      1999-09-04  Mark Mitchell  <mark@codesourcery.com>
      
      	* Make-lang.in (cc1plus): Remove dependency on GGC.
      	* Makefile.in (OBJS): Don't mention ggc-simple.o.
      	(OBJDEPS): Don't mention ggc-simple.o.
      
      F77:
      
      Sat Sep  4 13:46:27 1999  Mark Mitchell  <mark@codesourcery.com>
      
      	* Make-lang.in (f771): Depend on ggc-callbacks.o.
      	* Makefile.in (OBJS): Add ggc-callbacks.o.
      	(OBJDEPS): Likewise.
      
      Objc:
      
      1999-09-04  Mark Mitchell  <mark@codesourcery.com>
      
      	* Make-lang.in (jc1): Depend on ggc-callbacks.o.
      	* Makefile.in (OBJS): Add ggc-callbacks.o.
      	(OBJDEPS): Likewise.
      
      From-SVN: r29111
      Mark Mitchell committed
    • Daily bump. · c8d90e90
      From-SVN: r29099
      Jeff Law committed
  30. 03 Sep, 1999 1 commit
  31. 02 Sep, 1999 1 commit
  32. 01 Sep, 1999 1 commit