Oops, change previous to use the registered name found in the System V ABI,

draft edition as of April 29, 1998.
This commit is contained in:
kleink 1998-08-11 21:11:51 +00:00
parent b3e5811a08
commit 8e7a73c40d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: exec_elf.h,v 1.17 1998/08/11 17:01:41 kleink Exp $ */
/* $NetBSD: exec_elf.h,v 1.18 1998/08/11 21:11:51 kleink Exp $ */
/*
* Copyright (c) 1994 Christos Zoulas
@ -70,7 +70,7 @@ enum Elf_e_machine {
Elf_em_486,
Elf_em_860,
Elf_em_mips,
Elf_em_hppa = 15,
Elf_em_parisc = 15,
Elf_em_sparc32plus = 18,
Elf_em_ppc = 20,
Elf_em_arm = 40,