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
This commit is contained in:
Richard Earnshaw 2003-11-14 10:41:47 +00:00 committed by Richard Earnshaw
parent 65356e64cf
commit 6f5f24812b
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,8 @@
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>
* reload1.c (reload): Revert previous patch. Make

View File

@ -13075,9 +13075,7 @@ arm_output_mi_thunk (FILE *file, tree thunk ATTRIBUTE_UNUSED,
}
int
arm_emit_vector_const (file, x)
FILE * file;
rtx x;
arm_emit_vector_const (FILE *file, rtx x)
{
int i;
const char * pattern;
@ -13106,8 +13104,7 @@ arm_emit_vector_const (file, x)
}
const char *
arm_output_load_gr (operands)
rtx * operands;
arm_output_load_gr (rtx *operands)
{
rtx reg;
rtx offset;