summaryrefslogtreecommitdiff
path: root/binutils/emul_aix.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-20 18:23:05 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-20 18:23:05 +0000
commit260449986e6b914cbe22772407252a675254a8f1 (patch)
tree93b96406e70192cb2f065e87b13f6299821c89ba /binutils/emul_aix.c
parent8d34ea2303a5a6d9a646c1e461f3e122ae91f579 (diff)
* debug.c: Fix formatting.
* debug.h: Likewise. * dlltool.c: Likewise. * dllwrap.c: Likewise. * emul_aix.c: Likewise. * emul_vanilla.c: Likewise.
Diffstat (limited to 'binutils/emul_aix.c')
-rw-r--r--binutils/emul_aix.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/emul_aix.c b/binutils/emul_aix.c
index fe3551e5ee..4caf6529a2 100644
--- a/binutils/emul_aix.c
+++ b/binutils/emul_aix.c
@@ -80,7 +80,7 @@ ar_emul_aix_internal (after_bfd, file_name, verbose, target_name, is_append)
if (bfd_xcoff_is_xcoff64 (try_bfd) && (! X64))
return false;
- if (bfd_xcoff_is_xcoff32 (try_bfd)
+ if (bfd_xcoff_is_xcoff32 (try_bfd)
&& bfd_check_format (try_bfd, bfd_object) && (! X32))
return false;
@@ -140,7 +140,7 @@ ar_emul_aix5_replace (after_bfd, file_name, verbose)
"aix5coff64-rs6000", false);
}
-boolean
+boolean
ar_emul_aix_create (abfd_out, archive_file_name, file_name)
bfd **abfd_out;
char *archive_file_name;
@@ -193,7 +193,7 @@ ar_emul_aix_parse_arg (arg)
return true;
}
-struct bin_emulation_xfer_struct bin_aix_emulation =
+struct bin_emulation_xfer_struct bin_aix_emulation =
{
ar_emul_aix_usage,
ar_emul_aix_append,
@@ -202,7 +202,7 @@ struct bin_emulation_xfer_struct bin_aix_emulation =
ar_emul_aix_parse_arg,
};
-struct bin_emulation_xfer_struct bin_aix5_emulation =
+struct bin_emulation_xfer_struct bin_aix5_emulation =
{
ar_emul_aix_usage,
ar_emul_aix5_append,