secure-plt layout not selected

Alan Modra amodra@bigpond.net.au
Thu Jul 5 00:19:00 GMT 2007


I missed renaming one place.

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

Index: binutils/emul_aix.c
===================================================================
RCS file: /cvs/src/src/binutils/emul_aix.c,v
retrieving revision 1.9
diff -u -p -r1.9 emul_aix.c
--- binutils/emul_aix.c	16 Sep 2006 18:12:17 -0000	1.9
+++ binutils/emul_aix.c	4 Jul 2007 22:22:55 -0000
@@ -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, c
     }
 
   *after_bfd = try_bfd;
-  (*after_bfd)->next = temp;
+  (*after_bfd)->archive_next = temp;
 
   return TRUE;
 }

-- 
Alan Modra
IBM OzLabs - Australia Development Laboratory



More information about the Binutils mailing list