1. 10 Jan, 2001 31 commits
  2. 09 Jan, 2001 9 commits
    • c-common.c (enum format_type): Add format_type_error. · 10a4c7ac
      	* c-common.c (enum format_type): Add format_type_error.
      	(decode_format_type): New function.
      	(decl_attributes): Use it.
      	(format_kind_info): Adjust comment.
      
      From-SVN: r38843
      Joseph Myers committed
    • config.gcc (*-*-gnu*, [...]): Specify needed platform specific files in tm_file. · f6e0c56c
      2001-01-09  David O'Brien  <obrien@BSDi.com>
      	* config.gcc (*-*-gnu*, i[34567]86-*-elf*, i[34567]86-*-linux*libc1,
      	i[34567]86-*-linux*, i[34567]86-*-moss*): Specify needed platform specific
      	files in tm_file.
      	* config/i386/gnu.h: Don't include required platform specific .h files,
      	tm.h will do it instead.
      	* config/i386/i386elf.h: Likewise.
      	* config/i386/linux.h: Likewise.
      	* config/i386/moss.h: Likewise.
      	* config/mips/gnu.h: Likewise.
      
      Approved by:  Richard Henderson <rth@redhat.com>
                    Message-ID: <20010107030000.A24090@redhat.com>
      
      From-SVN: r38842
      David O'Brien committed
    • config.gcc (powerpc-*-beos*): Include ${tm_file} and rs6000/aix.h. · e556ad19
      	2001-01-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
      
      	* config.gcc (powerpc-*-beos*): Include ${tm_file} and rs6000/aix.h.
      	(rs6000-ibm-aix3.[01]*): Likewise.
      	(rs6000-ibm-aix3.2.[456789]*, powerpc-ibm-aix3.2.[456789]*): Likewise.
      	(rs6000-ibm-aix4.[12]*, powerpc-ibm-aix4.[12]*): Likewise.
      	(rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Likewise.
      	(rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
      	(powerpc-*-sysv*): Include {tm_file}. svr4.h and rs6000/sysv4.h.
      	(powerpc-*-eabiaix*): Likewise.
      	(powerpc-*-eabisim*): Likewise.
      	(powerpc-*-elf*): Likewise.
      	(powerpc-*-eabi*): Likewise.
      	(powerpc-*-rtems*): Likewise.
      	(powerpc-*-linux*libc1): Likewise.
      	(powerpc-*-linux*): Likewise.
      	(powerpc-wrs-vxworks*): Likewise.
      	(powerpcle-wrs-vxworks*): Likewise.
      	(powerpcle-*-sysv*): Likewise.
      	(powerpcle-*-elf*): Likewise.
      	(powerpcle-*-eabisim*): Likewise.
      	(powerpcle-*-eabi*): Likewise.
      	(powerpcle-*-solaris2*): Likewise.
      	* config/rs6000/aix31.h: Delete includes.
      	* config/rs6000/aix3newas.h: Likewise.
      	* config/rs6000/aix41.h: Likewise.
      	* config/rs6000/aix43.h: Likewise.
      	* config/rs6000/beos.h: Likewise.
      	* config/rs6000/rtems.h: Likewise.
      	* config/rs6000/sysv4.h: Likewise.
      
      From-SVN: r38841
      Franz Sirl committed
    • h8300.c (function_prologue): Fix code for a monitor function. · 46d00fef
      2001-01-09  Kazu Hirata  <kazu@hxi.com>
      
      	* config/h8300/h8300.c (function_prologue): Fix code for a
      	monitor function.  Support H8/S.
      	(function_epilogue): Do not output pop for a monitor function.
      
      From-SVN: r38840
      Kazu Hirata committed
    • h8300.c (get_shift_alg): Remove an argument cpu. · 9789584b
      2001-01-09  Kazu Hirata  <kazu@hxi.com>
      
      	* config/h8300/h8300.c (get_shift_alg): Remove an argument cpu.
      	Change an argument mode of machine_mode to shift_mode of
      	shift_mode.  Remove an extra error check.
      	(emit_a_shift): Adopt to the new calling prototype of
      	get_shift_alg.
      
      From-SVN: r38839
      Kazu Hirata committed
    • oops - omitted from previous delta · 00dba523
      From-SVN: r38838
      Nick Clifton committed
    • Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration failures of subdirectories. · 6e2d9a7a
      	* Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
      	failures of subdirectories.
      
      From-SVN: r38837
      Mike Stump committed
    • sched-int.h (struct deps): Add max_reg, reg_last_in_use... · 4ba478b8
              * sched-int.h (struct deps): Add max_reg, reg_last_in_use; merge
              reg_last_uses, reg_last_sets, reg_last_clobbers into struct deps_reg.
              * sched-deps.c (sched_analyze_1): Update uses of struct deps.
              (sched_analyze_2, sched_analyze_insn): Likewise.
              (sched_analyze, init_deps): Likewise.
              (free_deps): Likewise.  Iterate with EXECUTE_IF_SET_IN_REG_SET.
              * sched-rgn.c (propagate_deps): Likewise.  Remove max_reg argument.
              (compute_block_backward_dependences): Update propagate_deps call.
      
      From-SVN: r38835
      Richard Henderson committed