aboutsummaryrefslogtreecommitdiff
path: root/binutils/emul_aix.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/emul_aix.c')
-rw-r--r--binutils/emul_aix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/emul_aix.c b/binutils/emul_aix.c
index 97677bc..aacecec 100644
--- a/binutils/emul_aix.c
+++ b/binutils/emul_aix.c
@@ -1,5 +1,5 @@
/* Binutils emulation layer.
- Copyright 2002, 2003, 2006 Free Software Foundation, Inc.
+ Copyright 2002, 2003, 2006, 2007 Free Software Foundation, Inc.
Written by Tom Rix, Red Hat Inc.
This file is part of GNU Binutils.
@@ -89,7 +89,7 @@ ar_emul_aix_internal (bfd **after_bfd, char *file_name, bfd_boolean verbose,
}
*after_bfd = try_bfd;
- (*after_bfd)->next = temp;
+ (*after_bfd)->archive_next = temp;
return TRUE;
}