aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-arm.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-11-15 20:20:52 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-11-15 20:20:52 +0000
commitc5930ee6b4ab3ced669b1dc37d86558e9d5813d5 (patch)
treedd089c06fba9a6015477e42403fe4f6c1e7964ad /bfd/coff-arm.c
parentb095261a9435adb6787c384aeb7c38827c0d9753 (diff)
downloadgdb-c5930ee6b4ab3ced669b1dc37d86558e9d5813d5.zip
gdb-c5930ee6b4ab3ced669b1dc37d86558e9d5813d5.tar.gz
gdb-c5930ee6b4ab3ced669b1dc37d86558e9d5813d5.tar.bz2
2000-11-15 Kazu Hirata <kazu@hxi.com>
* coff-arm.c: Fix formatting. * coff-ppc.c: Likewise. * coff-rs6000.c: Likewise.
Diffstat (limited to 'bfd/coff-arm.c')
-rw-r--r--bfd/coff-arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c
index 6414ace..35297d9 100644
--- a/bfd/coff-arm.c
+++ b/bfd/coff-arm.c
@@ -985,7 +985,7 @@ insert_thumb_branch (br_insn, rel_off)
else if ((br_insn & HI_LOW_ORDER) == HI_LOW_ORDER)
br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
else
- abort(); /* error - not a valid branch instruction form */
+ abort (); /* error - not a valid branch instruction form */
/* FIXME: abort is probably not the right call. krk@cygnus.com */