diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-12 21:10:09 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-12 21:10:09 +0000 |
commit | 55b9cdf15a44d8036f6d1cd491bc548ff0f4c825 (patch) | |
tree | c5f0bc069ccedcf22d2f966646a140e6587b5259 /binutils/emul_aix.c | |
parent | ab3acfbe8d9b5c7eab7a3701ca9a0c23ae07acb0 (diff) | |
download | gdb-55b9cdf15a44d8036f6d1cd491bc548ff0f4c825.zip gdb-55b9cdf15a44d8036f6d1cd491bc548ff0f4c825.tar.gz gdb-55b9cdf15a44d8036f6d1cd491bc548ff0f4c825.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/emul_aix.c')
-rw-r--r-- | binutils/emul_aix.c | 19 |
1 files changed, 0 insertions, 19 deletions
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; |