aboutsummaryrefslogtreecommitdiff
path: root/bfd/libxcoff.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/libxcoff.h')
-rw-r--r--bfd/libxcoff.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/bfd/libxcoff.h b/bfd/libxcoff.h
index 2eeb503..4556a38 100644
--- a/bfd/libxcoff.h
+++ b/bfd/libxcoff.h
@@ -244,7 +244,10 @@ struct xcoff_dwsect_name {
unsigned int flag;
/* Corresponding XCOFF section name. */
- const char *name;
+ const char *xcoff_name;
+
+ /* Corresponding DWARF section name. */
+ const char *dwarf_name;
/* True if size must be prepended. */
bool def_size;