Commit 47798692 by Ulrich Weigand Committed by Ulrich Weigand

s390.c (s390_expand_movstr, [...]): Use ISO C syntax for function pointer calls.

	* config/s390/s390.c (s390_expand_movstr, s390_expand_clrstr,
	s390_expand_cmpmem, s390_output_constant_pool, s390_build_va_list,
	s390_function_profiler, s390_output_mi_thunk): Use ISO C syntax
	for function pointer calls.
	* config/s390/s390.md ("*negdi2_31"): Likewise.

From-SVN: r70735
parent a0209ac2
2003-08-23 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.c (s390_expand_movstr, s390_expand_clrstr,
s390_expand_cmpmem, s390_output_constant_pool, s390_build_va_list,
s390_function_profiler, s390_output_mi_thunk): Use ISO C syntax
for function pointer calls.
* config/s390/s390.md ("*negdi2_31"): Likewise.
2003-08-23 Roger Sayle <roger@eyesopen.com> 2003-08-23 Roger Sayle <roger@eyesopen.com>
* combine.c (apply_distributive_law): Correct comment. * combine.c (apply_distributive_law): Correct comment.
......
...@@ -5265,7 +5265,7 @@ ...@@ -5265,7 +5265,7 @@
output_asm_insn ("lcr\t%N0,%N1", operands); output_asm_insn ("lcr\t%N0,%N1", operands);
output_asm_insn ("je\t%l0", xop); output_asm_insn ("je\t%l0", xop);
output_asm_insn ("bctr\t%0,0", operands); output_asm_insn ("bctr\t%0,0", operands);
(*targetm.asm_out.internal_label) (asm_out_file, "L", targetm.asm_out.internal_label (asm_out_file, "L",
CODE_LABEL_NUMBER (xop[0])); CODE_LABEL_NUMBER (xop[0]));
return ""; return "";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment