diff options
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 3e611e8..4ad49a1 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 */ |