Stop the BFD library from automatically converting OS and PROC specific symbol sectio...
[deliverable/binutils-gdb.git] / bfd / elf-bfd.h
index cbbba153f4966926a9bf7c45020da39774d0ed25..7d36e23ea11161a1db67ebbcd2a36be9c460934e 100644 (file)
@@ -1503,6 +1503,12 @@ struct elf_backend_data
   /* Opcode representing no unwind.  */
   int (*cant_unwind_opcode) (struct bfd_link_info *);
 
+  /* Called when emitting an ELF symbol whoes input version had an
+     ST_SHNDX field set to a value in the range SHN_LOPROC..SHN_HIOS.
+     Returns the value to be installed in the ST_SHNDX field of the
+     emitted symbol.  If not defined, the value is left unchanged.  */
+  unsigned int (*symbol_section_index) (bfd *, elf_symbol_type *);
+  
   /* This is non-zero if static TLS segments require a special alignment.  */
   unsigned static_tls_alignment;
 
This page took 0.024419 seconds and 4 git commands to generate.