From 7c2c4aa12f4931fb79f94d787ef60e88960bb2a7 Mon Sep 17 00:00:00 2001 From: Trevor Saunders Date: Sat, 4 Jun 2016 16:46:58 -0400 Subject: xtensa: prototype xtensa_make_property_section in elf/xtensa.h There's no reason to have multiple prototypes for the same function. include/ChangeLog: 2016-06-25 Trevor Saunders * elf/xtensa.h (xtensa_make_property_section): New prototype. gas/ChangeLog: 2016-06-25 Trevor Saunders * config/tc-xtensa.c (xtensa_make_property_section): Remove prototype. bfd/ChangeLog: 2016-06-25 Trevor Saunders * elf32-xtensa.c (xtensa_make_property_section): Remove prototype. --- include/elf/xtensa.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/elf') diff --git a/include/elf/xtensa.h b/include/elf/xtensa.h index ca178f5..be55cd7 100644 --- a/include/elf/xtensa.h +++ b/include/elf/xtensa.h @@ -209,6 +209,8 @@ typedef struct property_table_entry_t #define XTENSA_PROP_INSN_ABSLIT 0x00020000 +extern asection *xtensa_make_property_section (asection *, const char *); + #ifdef __cplusplus } #endif -- cgit v1.1