From 55b9cdf15a44d8036f6d1cd491bc548ff0f4c825 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 12 Dec 2002 21:10:09 +0000 Subject: * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of dyn_string_append with dyn_string_append_cstr. * emul_aix.c (ar_emul_aix_create): Remove unused function. --- binutils/emul_aix.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'binutils/emul_aix.c') diff --git a/binutils/emul_aix.c b/binutils/emul_aix.c index 60534f7..cbb0894 100644 --- a/binutils/emul_aix.c +++ b/binutils/emul_aix.c @@ -146,25 +146,6 @@ ar_emul_aix5_replace (after_bfd, file_name, verbose) "aix5coff64-rs6000", FALSE); } -bfd_boolean -ar_emul_aix_create (abfd_out, archive_file_name, file_name) - bfd **abfd_out; - char *archive_file_name; - char *file_name ATTRIBUTE_UNUSED; -{ - char *target = "aixcoff-rs6000"; - - /* Create an empty archive. */ - *abfd_out = bfd_openw (archive_file_name, target); - - if (*abfd_out == NULL) - bfd_fatal (archive_file_name); - - /* set to small or big format. */ - /* not done. */ - return TRUE; -} - static bfd_boolean ar_emul_aix_parse_arg (arg) char *arg; -- cgit v1.1