From: Andreas Schwab Date: Wed, 22 Jun 2016 13:50:23 +0000 (+0000) Subject: aarch64-protos.h (aarch64_elf_asm_named_section): Remove declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=79c94ff7965fe8b8615b77fbaacdce73c0f37b4a;p=gcc.git aarch64-protos.h (aarch64_elf_asm_named_section): Remove declaration. * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section): Remove declaration. From-SVN: r237705 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6ba6728320e..e6e39121912 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-06-22 Andreas Schwab + + * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section): + Remove declaration. + 2016-06-22 Eric Botcazou * function.c (assign_parm_setup_reg): Prevent sharing in another case. diff --git a/gcc/config/aarch64/aarch64-protos.h b/gcc/config/aarch64/aarch64-protos.h index e8c2ac8d258..3cdd69b8af1 100644 --- a/gcc/config/aarch64/aarch64-protos.h +++ b/gcc/config/aarch64/aarch64-protos.h @@ -371,7 +371,6 @@ unsigned aarch64_dbx_register_number (unsigned); unsigned aarch64_trampoline_size (void); void aarch64_asm_output_labelref (FILE *, const char *); void aarch64_cpu_cpp_builtins (cpp_reader *); -void aarch64_elf_asm_named_section (const char *, unsigned, tree); const char * aarch64_gen_far_branch (rtx *, int, const char *, const char *); const char * aarch64_output_probe_stack_range (rtx, rtx); void aarch64_err_no_fpadvsimd (machine_mode, const char *);