From 13485ea2e5d38cb002c28110f90fe9767c8e2fb8 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 10 Dec 2010 08:51:47 +0000 Subject: * binemul.h (do_ar_emul_append): Declare. * binemul.c (any_ok): New function. (do_ar_emul_append): Rename from do_ar_emul_default_append. Make global, add check arg. Adjust callers. (ar_emul_default_replace): Tidy. * configure.tgt (powerpc-*-aix[5-9]*,rs6000-*-aix[5-9]*): Use bin_aix_emulation. * emul_aix.c (bin_aix5_emulation, ar_emul_aix_internal): Delete. (ar_emul_aix5_append, ar_emul_aix5_replace): Delete. (check_aix): New function. (ar_emul_aix_append, ar_emul_aix_replace): Rewrite. --- binutils/configure.tgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/configure.tgt') diff --git a/binutils/configure.tgt b/binutils/configure.tgt index 253f731..4753d48 100644 --- a/binutils/configure.tgt +++ b/binutils/configure.tgt @@ -11,7 +11,7 @@ case "${targ}" in powerpc-*-aix[5-9]* | rs6000-*-aix[5-9]*) targ_emul=aix - targ_emul_vector=bin_aix5_emulation + targ_emul_vector=bin_aix_emulation ;; powerpc-*-aix4.3* | rs6000-*-aix4.3*) -- cgit v1.1