bfd/
[deliverable/binutils-gdb.git] / bfd / bfd.c
index e4c733c86fdd5f655076852d9778aec3009c1f65..b1c49aa08f49f7d7354c42bb750733b914e47fcd 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -139,7 +139,7 @@ CODE_FRAGMENT
 .  {* Stuff only useful for archives.  *}
 .  void *arelt_data;
 .  struct bfd *my_archive;      {* The containing archive BFD.  *}
-.  struct bfd *next;            {* The next BFD in the archive.  *}
+.  struct bfd *archive_next;    {* The next BFD in the archive.  *}
 .  struct bfd *archive_head;    {* The first BFD in the archive.  *}
 .  bfd_boolean has_armap;
 .
This page took 0.023032 seconds and 4 git commands to generate.