aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-09-09 01:21:25 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-09-09 01:21:25 +0000
commitcfa4d7398872119c6b9f480bc86a0ada6f0bb8ec (patch)
treee610caf3d9307c445ebbd3fe1cc0ca85e135ce43 /sys/alpha/include
parent7ac9884afe0867db971a3d6ed35342eeaab1b1fd (diff)
Notes
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/param.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h
index bd5f26fe07c8..c07ff73cc356 100644
--- a/sys/alpha/include/param.h
+++ b/sys/alpha/include/param.h
@@ -1,4 +1,4 @@
-/* $Id: param.h,v 1.5 1998/07/12 16:32:10 dfr Exp $ */
+/* $Id: param.h,v 1.6 1998/07/30 08:12:14 dfr Exp $ */
/* From: NetBSD: param.h,v 1.20 1997/09/19 13:52:53 leo Exp */
/*
@@ -56,6 +56,13 @@
#include <machine/cpu.h>
/*
+ * OBJFORMAT_NAMES is a comma-separated list of the object formats
+ * that are supported on the architecture.
+ */
+#define OBJFORMAT_NAMES "elf"
+#define OBJFORMAT_DEFAULT "elf"
+
+/*
* Round p (pointer or byte index) up to a correctly-aligned value for all
* data types (int, long, ...). The result is u_long and must be cast to
* any desired pointer type.