Skip to content
Snippets Groups Projects
Commit c3de112b authored by Alan Modra's avatar Alan Modra
Browse files

* emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next".

parent 5fc14d0a
No related branches found
No related tags found
No related merge requests found
2007-07-05 Alan Modra <amodra@bigpond.net.au>
* emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next".
2007-07-02 Alan Modra <amodra@bigpond.net.au> 2007-07-02 Alan Modra <amodra@bigpond.net.au>
PR 4716 PR 4716
......
/* Binutils emulation layer. /* 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. Written by Tom Rix, Red Hat Inc.
This file is part of GNU Binutils. This file is part of GNU Binutils.
...@@ -89,7 +89,7 @@ ar_emul_aix_internal (bfd **after_bfd, char *file_name, bfd_boolean verbose, ...@@ -89,7 +89,7 @@ ar_emul_aix_internal (bfd **after_bfd, char *file_name, bfd_boolean verbose,
} }
*after_bfd = try_bfd; *after_bfd = try_bfd;
(*after_bfd)->next = temp; (*after_bfd)->archive_next = temp;
return TRUE; return TRUE;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment