summaryrefslogtreecommitdiff
path: root/bfd/aout-target.h
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
commitcedc0530e1e04fe54498f93f366d31bfe305ca24 (patch)
tree0df581095d28e347d2fe6475b5285f2795b006f7 /bfd/aout-target.h
parent6a4cae7df007c236e045654249f5764e5c37caee (diff)
downloadgdb-cedc0530e1e04fe54498f93f366d31bfe305ca24.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/aout-target.h')
-rw-r--r--bfd/aout-target.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/aout-target.h b/bfd/aout-target.h
index 8ace897128f..1902cdfa556 100644
--- a/bfd/aout-target.h
+++ b/bfd/aout-target.h
@@ -164,7 +164,7 @@ MY(object_p) (abfd)
if (!(MACHTYPE_OK (N_MACHTYPE (exec)))) return 0;
#endif
- NAME(aout,swap_exec_header_in)(abfd, &exec_bytes, &exec);
+ NAME(aout,swap_exec_header_in) (abfd, &exec_bytes, &exec);
#ifdef SWAP_MAGIC
/* swap_exec_header_in read in a_info with the wrong byte order */
@@ -205,7 +205,7 @@ static boolean
MY(mkobject) (abfd)
bfd *abfd;
{
- if (NAME(aout,mkobject)(abfd) == false)
+ if (NAME(aout,mkobject) (abfd) == false)
return false;
#if 0 /* Sizes get set in set_sizes callback, later, after we know
the architecture and machine. */