summaryrefslogtreecommitdiff
path: root/gdb/config/vax
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/vax')
-rw-r--r--gdb/config/vax/xm-vaxbsd.h3
-rw-r--r--gdb/config/vax/xm-vaxult.h2
-rw-r--r--gdb/config/vax/xm-vaxult2.h1
3 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/vax/xm-vaxbsd.h b/gdb/config/vax/xm-vaxbsd.h
index 68efaac198b..b42bd704681 100644
--- a/gdb/config/vax/xm-vaxbsd.h
+++ b/gdb/config/vax/xm-vaxbsd.h
@@ -8,6 +8,3 @@
#include <sys/param.h>
#include "vax/xm-vax.h"
-
-/* In non-ANSI compiles, memcpy and memset are still void *, not char *. */
-#define MEM_FNS_DECLARED
diff --git a/gdb/config/vax/xm-vaxult.h b/gdb/config/vax/xm-vaxult.h
index 20fd3685f8c..24c64370601 100644
--- a/gdb/config/vax/xm-vaxult.h
+++ b/gdb/config/vax/xm-vaxult.h
@@ -3,8 +3,6 @@
#include "vax/xm-vax.h"
extern char *strdup();
-#define MEM_FNS_DECLARED
-
/* This is required for Ultrix 3.1b, not for later versions. Ultrix
3.1b can't just use xm-vaxult2.h because Ultrix 3.1b does define
FD_SET. Sure, we could have separate configurations for vaxult2,
diff --git a/gdb/config/vax/xm-vaxult2.h b/gdb/config/vax/xm-vaxult2.h
index f3e2550ba8a..d0d3d62c7aa 100644
--- a/gdb/config/vax/xm-vaxult2.h
+++ b/gdb/config/vax/xm-vaxult2.h
@@ -3,7 +3,6 @@
#include "vax/xm-vax.h"
extern char *strdup();
-#define MEM_FNS_DECLARED
#define NO_PTRACE_H
/* Old versions of ultrix have fd_set but not the FD_* macros. */