1. 04 May, 2003 7 commits
    • Make-lang.in (java/parse.o, [...]): Depend on input.h. · d4b56320
      	* Make-lang.in (java/parse.o, java/parse-scan.o): Depend on input.h.
      	* lex.h: #include input.h.
      	* jv-scan.c (input_filename): Remove.
      
      From-SVN: r66452
      Nathan Sidwell committed
    • builtins.c (expand_builtin_constant_p, [...]): Update prototypes. · 8c9b38d7
      	* builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
      	expand_builtin_frame_address): Update prototypes.
      	(expand_builtin_constant_p, expand_builtin_strlen,
      	expand_builtin_strcpy, expand_builtin_memset,
      	expand_builtin_bzero, expand_builtin_args_info,
      	expand_builtin_frame_address): Pass in just the argument(s)
      	needed, not the entire expression `exp'.
      	(expand_builtin): Update all calls to these functions.
      
      From-SVN: r66448
      Kaveh R. Ghazi committed
    • builtins.c (expand_builtin): Remove. · 9c80ff25
              * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
              <BUILT_IN_DWARF_SP_COLUMN>: New.
              * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
              (BUILT_IN_DWARF_SP_COLUMN): New.
              * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
              (expand_builtin_dwarf_sp_column): New.
              * except.h: Update to match.
              * unwind-dw2.c (execute_stack_op): Correct stack push typo.
              (execute_cfa_program): Record location expression address
              before extracting length.
              (uw_update_context_1): Install old CFA into stack pointer column.
              (uw_init_context_1): Set cfa_reg to stack pointer column.
      
      From-SVN: r66447
      Richard Henderson committed
    • rs6000.c (constant_pool_expr_p): Make static and return bool. · 4d588c14
              * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
      	return bool.
              (toc_relative_expr_p): Likewise.
              (SPE_CONST_OFFSET_OK): Move from rs6000.h.
              (legitimate_constant_pool_address_p): Move from rs6000.h, change
              into a function, downcase all users.
              (legitimate_small_data_p): Likewise.
              (legitimate_offset_address_p): Likewise.
              (legitimate_indexed_address_p): Likewise.
              (legitimate_indirect_address_p): Likewise.
              (legitimate_lo_sum_address_p): Likewise.
              (rs6000_mode_dependent_address): Likewise.
              * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
              (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
              LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
              LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
              LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
              (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
              (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
              * config/rs6000/rs6000-protos.h: Update.
      
      From-SVN: r66445
      Richard Henderson committed
    • Daily bump. · c3a5317c
      From-SVN: r66444
      GCC Administrator committed
  2. 03 May, 2003 29 commits
  3. 02 May, 2003 4 commits