Commit 6f5f2481 by Richard Earnshaw Committed by Richard Earnshaw

arm.c (arm_emit_vector_const, [...]): Use ISO C function definition syntax.

* arm.c (arm_emit_vector_const, arm_output_load_gr): Use ISO C
function definition syntax.

From-SVN: r73597
parent 65356e64
2003-11-14 Richard Earnshaw <rearnsha@arm.com>
* arm.c (arm_emit_vector_const, arm_output_load_gr): Use ISO C
function definition syntax.
2003-11-14 Eric Christopher <echristo@redhat.com> 2003-11-14 Eric Christopher <echristo@redhat.com>
* reload1.c (reload): Revert previous patch. Make * reload1.c (reload): Revert previous patch. Make
......
...@@ -13075,9 +13075,7 @@ arm_output_mi_thunk (FILE *file, tree thunk ATTRIBUTE_UNUSED, ...@@ -13075,9 +13075,7 @@ arm_output_mi_thunk (FILE *file, tree thunk ATTRIBUTE_UNUSED,
} }
int int
arm_emit_vector_const (file, x) arm_emit_vector_const (FILE *file, rtx x)
FILE * file;
rtx x;
{ {
int i; int i;
const char * pattern; const char * pattern;
...@@ -13106,8 +13104,7 @@ arm_emit_vector_const (file, x) ...@@ -13106,8 +13104,7 @@ arm_emit_vector_const (file, x)
} }
const char * const char *
arm_output_load_gr (operands) arm_output_load_gr (rtx *operands)
rtx * operands;
{ {
rtx reg; rtx reg;
rtx offset; rtx offset;
......
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