aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1998-06-28 00:50:35 +0000
committerDoug Rabson <dfr@FreeBSD.org>1998-06-28 00:50:35 +0000
commit3bf983fb25e2d0773618f5a046da0b78a8d7eb11 (patch)
tree4eacf60c23f7962b70f1d885e836c9228cd9ca93 /sys
parent949398af9d2b0416c0eb41d9b559a0e054e7d165 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/include/elf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/include/elf.h b/sys/alpha/include/elf.h
index e49a729562fa..2af443e46c2d 100644
--- a/sys/alpha/include/elf.h
+++ b/sys/alpha/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.1.1.1 1998/03/09 05:42:33 jb Exp $
+ * $Id: elf.h,v 1.2 1998/06/10 10:54:57 dfr Exp $
*/
#ifndef _MACHINE_ELF_H_
@@ -35,6 +35,8 @@
#include <sys/elf64.h> /* Definitions common to all 64 bit architectures. */
+#define ELF_MACHINE_OK(x) ((x) == EM_ALPHA)
+
/*
* Auxiliary vector entries for passing information to the interpreter.
*