1. 25 Sep, 2009 12 commits
  2. 24 Sep, 2009 23 commits
  3. 23 Sep, 2009 5 commits
    • gengtype.c (nb_plugin_files): Make it unsigned to match num_gt_files. · 9f78bf05
      2009-09-23  Basile Starynkevitch  <basile@starynkevitch.net>
                  Rafael Avila de Espindola  <espindola@google.com>
      
      	* gengtype.c (nb_plugin_files): Make it unsigned to match
      	num_gt_files. Adjust other variables to avoid warnings.
      	(main): Allocate an all zero lang_bitmap before each plugin file name
      	to match regular file names.
      
      
      Co-Authored-By: Rafael Avila de Espindola <espindola@google.com>
      
      From-SVN: r152106
      Basile Starynkevitch committed
    • tm.texi (STATIC_CHAIN, [...]): Remove. · 2b4fa409
              * doc/tm.texi (STATIC_CHAIN, STATIC_CHAIN_INCOMING): Remove.
              (TARGET_STATIC_CHAIN): Mention that this hook must be used for
              static chain passed in memory.
              * system.h (STATIC_CHAIN, STATIC_CHAIN_INCOMING): Poison.
              * targhooks.c (default_static_chain): Don't handle STATIC_CHAIN,
              STATIC_CHAIN_INCOMING.  Issue a sorry if there's no
              STATIC_CHAIN_REGNUM defined.
      
              * config/picochip/picochip-protos.h: s/class/klass/.
              * config/picochip/picochip.c (TARGET_STATIC_CHAIN): New.
              (picochip_static_chain): New.
              * config/picochip/picochip.h (STATIC_CHAIN): Remove.
              (STATIC_CHAIN_INCOMING): Remove.
      
              * config/xtensa/xtensa.c (TARGET_STATIC_CHAIN): New.
              (xtensa_static_chain): New.
              * config/xtensa/xtensa.h (STATIC_CHAIN, STATIC_CHAIN_INCOMING):
              * Remove.
      
      From-SVN: r152104
      Richard Henderson committed
    • pa.h (FUNCTION_VALUE): Remove macro. · 9193312a
      	* config/pa/pa.h (FUNCTION_VALUE): Remove macro.
      	* config/pa/pa-protos.h (function_value): Remove.
      	* config/pa/pa.c (pa_function_value): Rename from function_value.
      	Make static, add 'outgoing' argument.
      	(TARGET_FUNCTION_VALUE): Define.
      
      From-SVN: r152094
      Anatoly Sokolov committed
    • avr.c (avr_regs_to_save): Use current_function_is_leaf instead of cfun->machine->is_leaf. · 9ed74235
      	* config/avr/avr.c (avr_regs_to_save): Use current_function_is_leaf
      	instead of cfun->machine->is_leaf.
      	* config/avr/avr.h (machine_function): Remove is_leaf field.
      
      From-SVN: r152093
      Anatoly Sokolov committed
    • re PR debug/41439 (choose DW_OP_stack_value over DW_OP_implicit_value more often, please) · abab57ef
      	PR debug/41439
      	* dwarf2out.c (address_of_int_loc_descriptor): Don't emit
      	DW_OP_piece after DW_OP_stack_value, adjust size calculations
      	for it, when DW_OP_stack_value and DW_OP_implicit_value has
      	the same size, prefer DW_OP_stack_value.
      	(loc_descriptor, loc_list_for_address_of_addr_expr_of_indirect_ref,
      	loc_list_from_tree): Don't emit DW_OP_piece after DW_OP_stack_value.
      
      From-SVN: r152091
      Jakub Jelinek committed