xtensa: prototype xtensa_make_property_section in elf/xtensa.h
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Sat, 4 Jun 2016 20:46:58 +0000 (16:46 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Sat, 25 Jun 2016 15:50:33 +0000 (11:50 -0400)
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.

bfd/ChangeLog
bfd/elf32-xtensa.c
gas/ChangeLog
gas/config/tc-xtensa.c
include/ChangeLog
include/elf/xtensa.h

index 2cf8b27e9da5e87ddbc7a5c503af3903f09e7860..4e2d2aef20518d1a44abc0bacff21677caf1f388 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-25  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * elf32-xtensa.c (xtensa_make_property_section): Remove prototype.
+
 2016-06-24  John Baldwin  <jhb@FreeBSD.org>
 
        * elf.c (elfcore_grok_freebsd_note): Handle NT_FREEBSD_PROCSTAT_AUXV
index af9618dbfc23f91b881920d12f775f515b3e6d13..41506f431d8dfe4ac31df11bb0864c544a0d4d37 100644 (file)
@@ -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.  */
index 1c3e80a5780247e81d3945f70bb55e70d3b158ba..d7246f824cfee3602a85f88129190b7ba2fba91d 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-25  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-xtensa.c (xtensa_make_property_section): Remove prototype.
+
 2016-06-24  Maciej W. Rozycki  <macro@imgtec.com>
 
        * config/tc-mips.c (append_insn): Use any `O_symbol' expression
index d2a356734ddc2aeb29d32b8095e9c545c8018a9b..5840135157ff6710107c1eeeefccae696acf681f 100644 (file)
@@ -526,10 +526,6 @@ static void xtensa_switch_section_emit_state (emit_state *, segT, subsegT);
 static void xtensa_restore_emit_state (emit_state *);
 static segT cache_literal_section (bfd_boolean);
 
-/* Import from elf32-xtensa.c in BFD library.  */
-
-extern asection *xtensa_make_property_section (asection *, const char *);
-
 /* op_placement_info functions.  */
 
 static void init_op_placement_info_table (void);
index e57acb4dfe243bbb6f504cc288d632dea262a504..ecfac716419685634e66eb38e265d5c8832f09dd 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-25  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * elf/xtensa.h (xtensa_make_property_section): New prototype.
+
 2016-06-24  John Baldwin  <jhb@FreeBSD.org>
 
        * elf/common.h (AT_FREEBSD_EXECPATH, AT_FREEBSD_CANARY)
index ca178f5f3bdb9d018be6ce6bd067573526f40e0c..be55cd7c75b6401054d01fc04e21636456c650b3 100644 (file)
@@ -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