1. 07 Mar, 2011 5 commits
    • linux.h (TARGET_ASM_FILE_END): Don't define. · 617718f7
      	* config/rs6000/linux.h (TARGET_ASM_FILE_END): Don't define.
      	* config/rs6000/linux64.h (TARGET_ASM_FILE_END): Don't define.
      	* config/rs6000/sysv4.h (TARGET_ASM_FILE_END): Define.
      	* config/rs6000/rs6000-protos.h (init_cumulative_args): Add fndecl and
      	return_mode args.
      	* config/rs6000/rs6000.h (CUMULATIVE_ARGS): Add "escapes".
      	(INIT_CUMULATIVE_ARGS): Pass FNDECL, VOIDmode.
      	(INIT_CUMULATIVE_INCOMING_ARGS): Pass current_function_decl, VOIDmode.
      	(INIT_CUMULATIVE_LIBCALL_ARGS): Pass NULL_TREE, MODE.
      	* config/rs6000/rs6000.c
      	(rs6000_elf_end_indicate_exec_stack): Rename to..
      	(rs6000_elf_file_end): ..this.  Only call file_end_indicate_exec_stack
      	for POWERPC_LINUX.  Move code emitting .gnu_attribute to here, from..
      	(rs6000_file_start): ..here.
      	(rs6000_passes_float, rs6000_passes_vector, rs6000_returns_struct): New
      	file scope variables.
      	(call_ABI_of_interest): New function.
      	(init_cumulative_args): Set above vars when function return value
      	is a float, vector, or small struct.
      	(rs6000_function_arg_advance_1): Likewise for function args.
      	(rs6000_va_start): Set rs6000_passes_float if variable arg function
      	references float args.
      
      From-SVN: r170734
      Alan Modra committed
    • * MAINTAINERS: Update my e-mail address. · fb72848b
      From-SVN: r170731
      Joey Ye committed
    • Remove redundant word 'See' before @xref · 38528d50
      From-SVN: r170730
      Mingjie Xing committed
    • * README.QMTEST: Remove. · 0d14c757
      From-SVN: r170728
      Mark Mitchell committed
    • Daily bump. · a9dc1bd8
      From-SVN: r170725
      GCC Administrator committed
  2. 06 Mar, 2011 7 commits
  3. 05 Mar, 2011 9 commits
  4. 04 Mar, 2011 18 commits
  5. 03 Mar, 2011 1 commit
    • explow.c (emit_stack_save): Remove 'after' parameter. · 9eac0f2a
              * explow.c (emit_stack_save): Remove 'after' parameter.
              (emit_stack_restore): Likewise.
              * expr.h: Update to match.
              * builtins.c, calls.c, stmt.c: Likewise.
              * config/alpha/alpha.md, config/avr/avr.md: Likewise.
              * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
              * function.c (expand_function_end): Insert the emit_stack_save
              sequence before parm_birth_insn instead of after.
      
      From-SVN: r170663
      Richard Henderson committed