]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/libxcoff.h
objdump: add DWARF support for AIX
[thirdparty/binutils-gdb.git] / bfd / libxcoff.h
index 2eeb503d5488d88a8f3db1a0409715b5d13b0628..4556a38bc1566b2993685315c62f794f8055109c 100644 (file)
@@ -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;