aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-09-14 20:30:13 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-09-14 20:30:13 +0000
commitc8afdc1dcf62637d2965cb3d99cc1a81ff2cc553 (patch)
treead90f637e567e0149074c9804c83f8d59f6d4cd5 /sys/amd64/include
parent24b66c5360312f5f7e41112dcbeb00a972d9820c (diff)
Notes
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/elf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/include/elf.h b/sys/amd64/include/elf.h
index 2c13a1f7e5dd..5605b6fb3f84 100644
--- a/sys/amd64/include/elf.h
+++ b/sys/amd64/include/elf.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: elf.h,v 1.2 1997/08/30 18:59:48 peter Exp $
+ * $Id: elf.h,v 1.3 1998/08/16 03:03:31 jdp Exp $
*/
#ifndef _MACHINE_ELF_H_
@@ -38,6 +38,8 @@
#define __ELF_WORD_SIZE 32 /* Used by <sys/elf_generic.h> */
#include <sys/elf_generic.h>
+#define ELF_ARCH EM_386
+
/*
* Auxiliary vector entries for passing information to the interpreter.
*