1. 13 Jan, 2001 5 commits
    • * fix-header.c (read_scan_file): s/pfile/scan_in/. Sorry! · 24538dcb
      From-SVN: r38973
      Neil Booth committed
    • fix-header.c (read_scan_file): Use cpp_get_callbacks and cpp_get_options rather… · f85c14ee
      fix-header.c (read_scan_file): Use cpp_get_callbacks and cpp_get_options rather than dereferencing pfile and...
      
              * fix-header.c (read_scan_file): Use cpp_get_callbacks and
              cpp_get_options rather than dereferencing pfile and using
              CPP_OPTION.
              * scan-decls.c (scan_decls): Use return value of
              cpp_pop_buffer rather than CPP_BUFFER.
      
      From-SVN: r38972
      Neil Booth committed
    • cppinit.c (cpp_handle_option): help_only is now part of the cpp_options structure. · 7e96d768
              * cppinit.c (cpp_handle_option): help_only is now part of the
              cpp_options structure.
              * cpplib.c (cpp_errors, cpp_get_options, cpp_get_callbacks,
              cpp_set_callbacks): New functions.
              * cpplib.h (cpp_callbacks): Break out as a named structure.
              (cpp_options): Move help_only here from cpp_reader.
              (CPP_FATAL_ERRORS): Update to use cpp_errors.
              (cpp_errors, cpp_get_options, cpp_get_callbacks,
              cpp_set_callbacks): New prototypes.
              * cppmain.c (main): Update for help_only.
      
      From-SVN: r38971
      Neil Booth committed
    • Makefile.in (info, [...]): Also build and remove and install and uninstall… · 23de1fbf
      Makefile.in (info, [...]): Also build and remove and install and uninstall c-tree.info and cppinternals.info.
      
      	* Makefile.in (info, maintainer-clean, install-info, uninstall):
      	Also build and remove and install and uninstall c-tree.info and
      	cppinternals.info.
      	($(srcdir)/gcc.info): Add dependency on contrib.texi.
      	($(srcdir)/cppinternals.info): New target.
      	* c-tree.texi: Change file name used when makeinfo used without -o
      	from ir.info to c-tree.info.  Add info directory entry.
      	* cppinternals.texi: Add info directory entry.
      	* .cvsignore: Update.
      
      cp:
      	* Make-lang.in (c++.info, c++.install-info): Build and install g++
      	internals info.
      	(c++.uninstall, c++.maintainer-clean): Remove g++ internals info.
      	($(srcdir)/cp/g++int.info): New target.
      	* gxxint.texi: Add info directory entry.  Use @@ in email address.
      	* .cvsignore: Update.
      
      From-SVN: r38970
      Joseph Myers committed
    • Removed bogus ChangeLog entry · 706c0c11
      From-SVN: r38969
      Tom Tromey committed
  2. 12 Jan, 2001 34 commits
  3. 11 Jan, 2001 1 commit
    • i386.c (ix86_comparison_operator, [...]): Convert fp comparison codes to integer before handling. · 9a915772
      
      	* i386.c (ix86_comparison_operator, fcmov_comparison_operator,
      	put_condition_code): Convert fp comparison codes to integer
      	before handling.
      	(ix86_expand_fp_compare): Postnote the fp comparison code converison
      	to final.
      
      	* i386.c (unsigned_comparison, no_comparison_operator): Kill.
      	* i386-protos.h (no_comparison_operator): Kill.
      
      	* i386.c (ix86_expand_fp_compare): Fix ordered/unordered confussion.
      
      	* combine.c (REVERSIBLE_CC_MODE): Remove.
      	(reversible_comparison_p): Remove.
      	(combine_reversed_comparison_code): New.
      	(reversed_comparison): New.
      	(combine_simplify_rtx): Use
      	combine_reversed_comparison_code/reversed_comparison instead
      	of reversible_comparison_p.
      	(simplify_if_then_else): Likewise.
      	(simplify_set): Likewise.
      	(simplify_logical): Likewise.
      	(if_then_else_cond): Likewise.
      	(known_cond): Likewise.
      	(simplify_comparison): Likewise.
      
      From-SVN: r38930
      Jan Hubicka committed