1. 26 Jan, 2003 2 commits
  2. 25 Jan, 2003 33 commits
  3. 24 Jan, 2003 5 commits
    • MAINTAINERS: Remove incorrect entry for Paul Eggert. · 6b99984e
      	* MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
      	entry of HJ Lu.
      
      From-SVN: r61746
      Gerald Pfeifer committed
    • configure.in: Remove special pex-cygwin consideration. · ece0e59f
      * configure.in: Remove special pex-cygwin consideration.
      * configure: Regenerate.
      * pex-cygwin.c: Remove.
      * Makefile.in: Remove pex-cygwin.[co] lines.
      
      From-SVN: r61744
      Christopher Faylor committed
    • undefined1.C: Add error message. · f5128e88
      2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
      
      	* g++.dg/parse/undefined1.C: Add error message.
      
      From-SVN: r61742
      Paolo Carlini committed
    • emit-rtl.c (reg_attrs_htab): New static variable. · a560d4d4
      	* emit-rtl.c (reg_attrs_htab): New static variable.
      	(reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
      	functions.
      	(reg_rtx): Do not maintain regno_decl.
      	(gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
      	set_mem_attrs_from_reg): New global function.
      	(init_emit): Do not initialize regno_decl.
      	(init_emit_once): initialize reg_attrs_htab.
      	* final.c (alter_subreg): Do not replace REG by SUBREG.
      	(gen_mem_expr_from_op): Improve output.
      	(output_asm_operands): Likewise.
      	* function.c (assign_params): Do not set REGNO_DECL.
      	* function.h (struct function): Kill regno_decl.
      	(REGNO_DECL): Kill.
      	* gengtype.c (adjust_field_rtx_def): Handle new field of reg.
      	* print_rtl.c (print_rtx): Output REG information.
      	* regclass.c (reg_scan_mark_refs): Update attrs.
      	* reload1.c (alter_reg): Likewise.
      	* simplify_rtx.c (simplify_subreg): Likewise.
      	* stmt.c (expand_decl): Likewise.
      	* rtl.def (REG): Add new field.
      	* rtl.h (struct reg_attrs): New.
      	(rtunion_def): At rtreg.
      	(X0MEMATTR): Add checking.
      	(X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
      	(set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
      	Declare.
      	* tree.h (SET_DECL_RTL): Call set_decl_rtl.
      
      From-SVN: r61741
      Jan Hubicka committed
    • xtensa.c: Remove unused include of machmode.h. · 1d0ea52e
              * config/xtensa/xtensa.c: Remove unused include of machmode.h.
              (xtensa_emit_call, print_operand): Fix printf format strings
              to avoid compile warnings.
              (xtensa_function_prologue, xtensa_function_epilogue): Change type
              of "size" argument to HOST_WIDE_INT to fix compile warnings.
              * config/xtensa/xtensa-protos.h
              (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
      
      From-SVN: r61739
      Bob Wilson committed