diff options
author | Trevor Saunders <tbsaunde+binutils@tbsaunde.org> | 2016-06-04 16:46:58 -0400 |
---|---|---|
committer | Trevor Saunders <tbsaunde+binutils@tbsaunde.org> | 2016-06-25 11:50:33 -0400 |
commit | 7c2c4aa12f4931fb79f94d787ef60e88960bb2a7 (patch) | |
tree | b642abc53b30d4c773187223d02e8c099fc10639 /bfd/elf32-xtensa.c | |
parent | 9e8a8ea8feadb0d3cd6443a1bc773b1dc835767e (diff) | |
download | gdb-7c2c4aa12f4931fb79f94d787ef60e88960bb2a7.zip gdb-7c2c4aa12f4931fb79f94d787ef60e88960bb2a7.tar.gz gdb-7c2c4aa12f4931fb79f94d787ef60e88960bb2a7.tar.bz2 |
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 <tbsaunde+binutils@tbsaunde.org>
* elf/xtensa.h (xtensa_make_property_section): New prototype.
gas/ChangeLog:
2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
* config/tc-xtensa.c (xtensa_make_property_section): Remove prototype.
bfd/ChangeLog:
2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
* elf32-xtensa.c (xtensa_make_property_section): Remove prototype.
Diffstat (limited to 'bfd/elf32-xtensa.c')
-rw-r--r-- | bfd/elf32-xtensa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/elf32-xtensa.c b/bfd/elf32-xtensa.c index af9618d..41506f4 100644 --- a/bfd/elf32-xtensa.c +++ b/bfd/elf32-xtensa.c @@ -110,7 +110,6 @@ static bfd_boolean xtensa_is_proptable_section (asection *); static int internal_reloc_compare (const void *, const void *); static int internal_reloc_matches (const void *, const void *); static asection *xtensa_get_property_section (asection *, const char *); -extern asection *xtensa_make_property_section (asection *, const char *); static flagword xtensa_get_property_predef_flags (asection *); /* Other functions called directly by the linker. */ |