diff options
author | Andreas Schwab <schwab@suse.de> | 2016-06-22 13:50:23 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2016-06-22 13:50:23 +0000 |
commit | 79c94ff7965fe8b8615b77fbaacdce73c0f37b4a (patch) | |
tree | 8616572d482717eed981aef6459f67235bcdebef | |
parent | 951d8c8a23f37136cd377f8069ddeb5be8a67183 (diff) | |
download | gcc-79c94ff7965fe8b8615b77fbaacdce73c0f37b4a.zip gcc-79c94ff7965fe8b8615b77fbaacdce73c0f37b4a.tar.gz gcc-79c94ff7965fe8b8615b77fbaacdce73c0f37b4a.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/aarch64/aarch64-protos.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6ba672832..e6e3912 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-06-22 Andreas Schwab <schwab@suse.de> + + * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section): + Remove declaration. + 2016-06-22 Eric Botcazou <ebotcazou@adacore.com> * 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 e8c2ac8..3cdd69b 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 *); |