summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-17 08:02:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-17 08:02:22 +0000
commit1c86921d81610e1ef2eb9efef0f9f1a890d366d1 (patch)
treea9ffc9257c80a7b70ebe3bb5f77753b490df0c8a /sys/arch/vax/include
parent35ebe67b708457ec2cf2541a8d67f5698c58bee9 (diff)
Remove support for a.out and ecoff. We only do elf now.
ok miod
Diffstat (limited to 'sys/arch/vax/include')
-rw-r--r--sys/arch/vax/include/db_machdep.h6
-rw-r--r--sys/arch/vax/include/exec.h5
2 files changed, 2 insertions, 9 deletions
diff --git a/sys/arch/vax/include/db_machdep.h b/sys/arch/vax/include/db_machdep.h
index 2cd20cb7c7b..ed8ee7795c2 100644
--- a/sys/arch/vax/include/db_machdep.h
+++ b/sys/arch/vax/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.15 2013/07/05 21:10:50 miod Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.16 2013/10/17 08:02:17 deraadt Exp $ */
/* $NetBSD: db_machdep.h,v 1.6 1998/08/10 14:33:33 ragge Exp $ */
/*
@@ -73,11 +73,7 @@ extern db_regs_t ddb_regs; /* register state */
/* Prototypes */
void kdb_trap(struct trapframe *);
-#ifdef __ELF__
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
-#else
-#define DB_AOUT_SYMBOLS
-#endif
#endif /* _MACHINE_DB_MACHDEP_H_ */
diff --git a/sys/arch/vax/include/exec.h b/sys/arch/vax/include/exec.h
index d073a46013b..57eed034786 100644
--- a/sys/arch/vax/include/exec.h
+++ b/sys/arch/vax/include/exec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.h,v 1.9 2011/03/23 16:54:37 pirofti Exp $ */
+/* $OpenBSD: exec.h,v 1.10 2013/10/17 08:02:17 deraadt Exp $ */
/* $NetBSD: exec.h,v 1.4 1995/09/23 14:57:40 ragge Exp $ */
/*
@@ -47,10 +47,7 @@ struct relocation_info_vax {
};
#define relocation_info relocation_info_vax
-#define _NLIST_DO_AOUT
#define _NLIST_DO_ELF
-
-#define _KERN_DO_AOUT
#define _KERN_DO_ELF
#define ARCH_ELFSIZE 32