From 649aee3f85ea3507b2d10f6112277c2d2cc20040 Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Fri, 4 Jun 1993 21:19:51 +0000 Subject: [PATCH] * config/sparc/xm-sun4sol2.h: define MEM_FNS_DECLARED --- gdb/config/sparc/xm-sun4sol2.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdb/config/sparc/xm-sun4sol2.h b/gdb/config/sparc/xm-sun4sol2.h index 0ec436fe1e5..2714909882e 100644 --- a/gdb/config/sparc/xm-sun4sol2.h +++ b/gdb/config/sparc/xm-sun4sol2.h @@ -65,3 +65,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Solaris PSRVADDR support does not seem to include a place for nPC. */ #define PRSVADDR_BROKEN + +/* The mem functions are in . */ +#undef MEM_FNS_DECLARED +#define MEM_FNS_DECLARED 1 -- 2.30.2