diff options
Diffstat (limited to 'gcc/config/c4x/c4x.c')
| -rw-r--r-- | gcc/config/c4x/c4x.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c index f6c987b36b5..71d4c5c9394 100644 --- a/gcc/config/c4x/c4x.c +++ b/gcc/config/c4x/c4x.c @@ -193,8 +193,7 @@ static int c4x_rptb_valid_p PARAMS ((rtx, rtx)); static int c4x_label_ref_used_p PARAMS ((rtx, rtx)); static int c4x_valid_type_attribute_p PARAMS ((tree, tree, tree, tree)); static void c4x_insert_attributes PARAMS ((tree, tree *)); -static void c4x_asm_named_section PARAMS ((const char *, unsigned int, - unsigned int)); +static void c4x_asm_named_section PARAMS ((const char *, unsigned int)); /* Initialize the GCC target structure. */ #undef TARGET_VALID_TYPE_ATTRIBUTE @@ -5183,10 +5182,9 @@ c4x_expand_builtin (exp, target, subtarget, mode, ignore) } static void -c4x_asm_named_section (name, flags, align) +c4x_asm_named_section (name, flags) const char *name; unsigned int flags ATTRIBUTE_UNUSED; - unsigned int align ATTRIBUTE_UNUSED; { fprintf (asm_out_file, "\t.sect\t\"%s\"\n", name); } |

