summaryrefslogtreecommitdiff
path: root/bfd/mach-o.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/mach-o.h')
-rw-r--r--bfd/mach-o.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/mach-o.h b/bfd/mach-o.h
index 24a1645c06b..da4363bee9c 100644
--- a/bfd/mach-o.h
+++ b/bfd/mach-o.h
@@ -543,6 +543,9 @@ typedef struct mach_o_data_struct
/* A place to stash dwarf2 info for this bfd. */
void *dwarf2_find_line_info;
+ /* BFD of .dSYM file. */
+ bfd *dsym_bfd;
+
/* Cache of dynamic relocs. */
arelent *dyn_reloc_cache;
}