mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-31 01:49:41 +08:00
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:
parent
65356e64cf
commit
6f5f24812b
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user