summaryrefslogtreecommitdiff
path: root/bfd/archive64.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-06-27 11:54:10 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-06-27 11:54:10 +0000
commit52620de79de9112816674242fdde144407cf5ce3 (patch)
tree0f349794c135a2a6c609231f530d1a0547da3e5f /bfd/archive64.c
parenteb825badfc0ef3567cda889a0035ffac2307ed4f (diff)
downloadbinutils-redhat-52620de79de9112816674242fdde144407cf5ce3.tar.gz
bfd/
* bfd.c (struct bfd): Rename "next" to "archive_next". * archive.c: Rename uses throughout file. * archive64.c: Likewise. * coff-rs6000.c: Likewise. * ecoff.c: Likewise. * som.c: Likewise. * bfd-in2.h: Regenerate. binutils/ * ar.c: Rename uses of bfd.next to bfd.archive_next throughout. * arsup.c: Likewise. * binemul.c: Likewise. * objcopy.c: Likewise. * dlltool.c: Likewise. ld/ * pe-dll.c: Rename uses of bfd.next to bfd.archive_next throughout.
Diffstat (limited to 'bfd/archive64.c')
-rw-r--r--bfd/archive64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/archive64.c b/bfd/archive64.c
index d02b74999c..5e2bf1198c 100644
--- a/bfd/archive64.c
+++ b/bfd/archive64.c
@@ -215,7 +215,7 @@ bfd_elf64_archive_write_armap (bfd *arch,
+ sizeof (struct ar_hdr));
/* remember about the even alignment */
archive_member_file_ptr += archive_member_file_ptr % 2;
- current = current->next;
+ current = current->archive_next;
}
/* now write the strings themselves */