summaryrefslogtreecommitdiff
path: root/bfd/cpu-arm.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-24 18:06:40 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-24 18:06:40 +0000
commit9ce62e392492b801baf2ece6e744c689e1164c31 (patch)
treebbf1a981ef9a53e8c2c73df7f8c9f1acb913e6f9 /bfd/cpu-arm.c
parent65ff60de7d27feceb120205784d2f4e0762f9c75 (diff)
downloadbinutils-redhat-9ce62e392492b801baf2ece6e744c689e1164c31.tar.gz
* aix5ppc-core.c: Fix comment typos.
* aout-arm.c: Likewise. * aout-ns32k.c: Likewise. * aoutx.h: Likewise. * archures.c: Likewise. * bfd-in.h: Likewise. * bfd.c: Likewise. * bfdio.c: Likewise. * coff-arm.c: Likewise. * coff-h8300.c: Likewise. * coff-i860.c: Likewise. * coff-m88k.c: Likewise. * coff-mcore.c: Likewise. * coff-ppc.c: Likewise. * coff-rs6000.c: Likewise. * coff-z8k.c: Likewise. * coff64-rs6000.c: Likewise. * coffcode.h: Likewise. * cofflink.c: Likewise. * cpu-alpha.c: Likewise. * cpu-arm.c: Likewise. * cpu-ns32k.c: Likewise. * dwarf2.c: Likewise. * bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/cpu-arm.c')
-rw-r--r--bfd/cpu-arm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/cpu-arm.c b/bfd/cpu-arm.c
index 9ef527cb94..17889f3b47 100644
--- a/bfd/cpu-arm.c
+++ b/bfd/cpu-arm.c
@@ -155,7 +155,7 @@ const bfd_arch_info_type bfd_arm_arch =
/* Support functions used by both the COFF and ELF versions of the ARM port. */
-/* Handle the mergeing of the 'machine' settings of input file IBFD
+/* Handle the merging of the 'machine' settings of input file IBFD
and an output file OBFD. These values actually represent the
different possible ARM architecture variants.
Returns TRUE if they were merged successfully or FALSE otherwise. */
@@ -172,7 +172,7 @@ bfd_arm_merge_machines (ibfd, obfd)
if (out == bfd_mach_arm_unknown)
bfd_set_arch_mach (obfd, bfd_arch_arm, in);
- /* If the input architecure is unknown,
+ /* If the input architecture is unknown,
then so must be the output architecture. */
else if (in == bfd_mach_arm_unknown)
/* FIXME: We ought to have some way to
@@ -184,7 +184,7 @@ bfd_arm_merge_machines (ibfd, obfd)
;
/* Otherwise the general principle that a earlier architecture can be
- linked with a later architecure to produce a binary that will execute
+ linked with a later architecture to produce a binary that will execute
on the later architecture.
We fail however if we attempt to link a Cirrus EP9312 binary with an