PR binutils/15106
[deliverable/binutils-gdb.git] / bfd / elf-bfd.h
index 9b38317582395ef718c6d3453155cc8a95536d8f..e3876257d9d919f89b56f9b35d8af7b60adbb291 100644 (file)
@@ -1598,6 +1598,9 @@ struct elf_obj_tdata
   /* A place to stash dwarf2 info for this bfd.  */
   void *dwarf2_find_line_info;
 
+  /* Stash away info for yet another find line/function variant.  */
+  void *elf_find_function_cache;
+
   /* An array of stub sections indexed by symbol number, used by the
      MIPS ELF linker.  FIXME: We should figure out some way to only
      include this field for a MIPS ELF target.  */
This page took 0.023215 seconds and 4 git commands to generate.