diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-11-20 19:05:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-11-20 19:05:12 +0000 |
commit | cedc0530e1e04fe54498f93f366d31bfe305ca24 (patch) | |
tree | 0df581095d28e347d2fe6475b5285f2795b006f7 /bfd/aoutf1.h | |
parent | 6a4cae7df007c236e045654249f5764e5c37caee (diff) | |
download | gdb-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/aoutf1.h')
-rw-r--r-- | bfd/aoutf1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aoutf1.h b/bfd/aoutf1.h index 3e611e83cf8..4ad49a11534 100644 --- a/bfd/aoutf1.h +++ b/bfd/aoutf1.h @@ -180,7 +180,7 @@ sunos_set_arch_mach (abfd, machtype) } #define SET_ARCH_MACH(ABFD, EXEC) \ - NAME(sunos,set_arch_mach)(ABFD, N_MACHTYPE (EXEC)); \ + NAME(sunos,set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \ choose_reloc_size(ABFD); /* Determine the size of a relocation entry, based on the architecture */ |