summaryrefslogtreecommitdiff
path: root/bfd/elf.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-12 19:23:16 +0000
committerNick Clifton <nickc@redhat.com>2000-12-12 19:23:16 +0000
commit38b1a46ca2ef8fad2aa156e7a853f206173d31d2 (patch)
treea94d36a714ef8323307eeed0f7edba381a21409e /bfd/elf.c
parent239f0c5ce5c30d1c13cf6b1211175b9cbb10a780 (diff)
downloadbinutils-gdb-38b1a46ca2ef8fad2aa156e7a853f206173d31d2.tar.gz
Fix formatting.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r--bfd/elf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf.c b/bfd/elf.c
index 85665d36ccf..5ae24eef076 100644
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -3307,9 +3307,9 @@ prep_headers (abfd)
break;
case bfd_arch_i386:
if (bfd_get_arch_size (abfd) == 64)
- i_ehdrp->e_machine = EM_X86_64;
+ i_ehdrp->e_machine = EM_X86_64;
else
- i_ehdrp->e_machine = EM_386;
+ i_ehdrp->e_machine = EM_386;
break;
case bfd_arch_ia64:
i_ehdrp->e_machine = EM_IA_64;