summaryrefslogtreecommitdiff
path: root/gcc/config/aarch64
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2016-06-22 13:50:23 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2016-06-22 13:50:23 +0000
commit25fe98a62764a2764ac002510b107a7e17ed7f06 (patch)
tree8616572d482717eed981aef6459f67235bcdebef /gcc/config/aarch64
parent2c21de58c8ea693a38be44f2626955da95bd5ee8 (diff)
downloadgcc-25fe98a62764a2764ac002510b107a7e17ed7f06.tar.gz
* config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
Remove declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237705 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/aarch64')
-rw-r--r--gcc/config/aarch64/aarch64-protos.h1
1 files changed, 0 insertions, 1 deletions
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 *);