1. 21 Apr, 2001 9 commits
  2. 20 Apr, 2001 25 commits
  3. 19 Apr, 2001 6 commits
    • Makefile.am (doxygen): Assume script is missing execute perms. · 7145b855
      2001-04-19  Phil Edwards  <pme@sources.redhat.com>
      
      	* Makefile.am (doxygen):  Assume script is missing execute perms.
      	* Makefile.in:  Regenerated.
      	* docs/doxygen/user.cfg.in:  Add class diagrams and source browsing.
      
      From-SVN: r41432
      Phil Edwards committed
    • Makefile.am (doxygen): Assume script is missing execute perms. · 01611b9f
      2001-04-19  Phil Edwards  <pme@sources.redhat.com>
      
      	* Makefile.am (doxygen):  Assume script is missing execute perms.
      	* Makefile.in:  Regenerated.
      	* docs/doxygen/user.cfg.in:  Add class diagrams and source browsing.
      
      From-SVN: r41431
      Phil Edwards committed
    • cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set. · 5d2ed28c
      	* cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is
      	set.
      	(SET_DECL_LANGUAGE): New macro.
      	* decl.c (duplicate_decls): Use SET_DECL_LANGUAGE.
      	(pushdecl): Likewise.
      	(build_library_fn_1): Likewise.
      	(build_cp_library_fn): Likewise.
      	(grokfndecl): Likewise.
      	(grokvardecl): Mark `extern "C"' variables as having C linkage.
      	* decl2.c (grokclassfn): Use SET_DECL_LANGUAGE.
      	* lex.c (retrofit_lang_decl): Likewise.
      	* mangle.c (mangle_decl_string): Don't mangle the names of
      	variables declared with C language linkage.
      	* semantics.c (finish_member_declaration): Use SET_DECL_LANGUAGE.
      
      From-SVN: r41430
      Mark Mitchell committed
    • vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX to TARGET_OBJECT_SUFFIX and... · 45936a85
      * config/alpha/vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX
      to TARGET_OBJECT_SUFFIX and TARGET_EXECUTABLE_SUFFIX.
      * config/i386/cygwin.h: Likewise.
      * config/i386/mingw32.h: Likewise.
      * config/vax/vms.h: Likewise.
      * config/i386/djgpp.h: Remove NO_AUTO_EXE_SUFFIX.
      
      * config/alpha/xm-vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX
      to HOST_OBJECT_SUFFIX and HOST_EXECUTABLE_SUFFIX.
      * config/i386/xm-cygwin.h: Likewise.
      * config/i386/xm-djgpp.h: Likewise.
      * config/i386/xm-mingw32.h: Likewise.
      * config/vax/xm-vms.h: Likewise.
      
      * mkdeps.c (deps_add_default_target): Use TARGET_OBJECT_SUFFIX
      instead of OBJECT_SUFFIX.
      * collect2.c (find_a_file): Look for files matching the extension
      HOST_EXECUTABLE_SUFFIX instead of EXECUTABLE_SUFFIX.
      * gcc.c (DEFAULT_SWITCH_CURTAILS_COMPILATION): Depend on
      TARGET_EXECUTABLE_SUFFIX.
      (find_a_file): Use HOST_EXECUTABLE_SUFFIX.
      (make_relative_prefix): Likewise.
      (convert_filename): Use TARGET_ suffixes throughout.  Remove
      NO_AUTO_EXE_SUFFIX.
      (process_command): Likewise.
      (do_spec_1): Likewise.
      * java/lang.c (init_parse): Likewise.
      
      * gcc.texi : Document four new options matching the pattern
      (HOST|TARGET)_(OBJECT|EXECUTABLE)_SUFFIX.  Remove documentation
      for deleted macros OBJECT_SUFFIX and EXECUTABLE_SUFFIX.  Remove
      documentation for NO_AUTO_EXE_SUFFIX.
      
      From-SVN: r41428
      DJ Delorie committed
    • toplev.h (struct lang_hooks): Allow decode_option to indicate that… · 57883c53
      toplev.h (struct lang_hooks): Allow decode_option to indicate that language-independent processing should not...
      
      	* toplev.h (struct lang_hooks): Allow decode_option to indicate
      	that language-independent processing should not be done.
      	* toplev.c (main): Adjust accordingly.
      
      	* top.c (ffe_decode_option): Do not permit language-independent
      	processing for -ffixed-line-length.
      
      From-SVN: r41427
      Mark Mitchell committed
    • rtl.texi (jump_insn): Expand on JUMP_LABEL documentation. · 13c502cd
      	* rtl.texi (jump_insn): Expand on JUMP_LABEL documentation.
      	* loop.c (load_mems): Handle a NULL JUMP_LABEL for a JUMP_INSN.
      
      From-SVN: r41424
      Mark Mitchell committed