summaryrefslogtreecommitdiff
path: root/bfd/aix386-core.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-11-20 19:05:12 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-11-20 19:05:12 +0000
commit159c3d0d3d788cbe270b59ba2f9349f1a30116b1 (patch)
tree7f4a1698fb99c58075634d3450960e24d6d038cc /bfd/aix386-core.c
parentc114f11b5e43e4a434c8d8bc43b267cfe3db8ef1 (diff)
downloadbinutils-redhat-159c3d0d3d788cbe270b59ba2f9349f1a30116b1.tar.gz
2000-11-20 Kazu Hirata <kazu@hxi.com>
* aix386-core.c: Fix formatting. * aout-adobe.c: Likewise. * aout-arm.c: Likewise. * aout-encap.c: Likewise. * aout-ns32k.c: Likewise. * aout-target.h: Likewise. * aout-tic30.c: Likewise. * aoutf1.h: Likewise. * aoutx.h: Likewise. * archive.c: Likewise.
Diffstat (limited to 'bfd/aix386-core.c')
-rw-r--r--bfd/aix386-core.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/aix386-core.c b/bfd/aix386-core.c
index 6dc5cef59f..2b971176c4 100644
--- a/bfd/aix386-core.c
+++ b/bfd/aix386-core.c
@@ -188,8 +188,8 @@ aix386_core_file_p (abfd)
core_regsec (abfd)->flags = SEC_HAS_CONTENTS;
core_reg2sec (abfd)->flags = SEC_HAS_CONTENTS;
- core_regsec (abfd)->_raw_size = sizeof(core->cd_regs);
- core_reg2sec (abfd)->_raw_size = sizeof(core->cd_fpregs);
+ core_regsec (abfd)->_raw_size = sizeof (core->cd_regs);
+ core_reg2sec (abfd)->_raw_size = sizeof (core->cd_fpregs);
core_regsec (abfd)->vma = -1;
core_reg2sec (abfd)->vma = -1;
@@ -233,9 +233,9 @@ aix386_core_file_matches_executable_p (core_bfd, exec_bfd)
/* If somebody calls any byte-swapping routines, shoot them. */
static void
-swap_abort()
+swap_abort ()
{
- abort(); /* This way doesn't require any declaration for ANSI to fuck up */
+ abort (); /* This way doesn't require any declaration for ANSI to fuck up */
}
#define NO_GET ((PROTO(bfd_vma, (*), ( const bfd_byte *))) swap_abort )
#define NO_GETS ((PROTO(bfd_signed_vma, (*), (const bfd_byte *))) swap_abort )