diff options
author | David D. Zuhn <zoo@cygnus> | 1993-06-04 21:19:51 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-06-04 21:19:51 +0000 |
commit | 649aee3f85ea3507b2d10f6112277c2d2cc20040 (patch) | |
tree | 095f341d69ca374d7ce14a8634fe75925a7038fa /gdb | |
parent | 95a154617ff889bb91688178e188de1d05f96f9f (diff) | |
download | gdb-649aee3f85ea3507b2d10f6112277c2d2cc20040.zip gdb-649aee3f85ea3507b2d10f6112277c2d2cc20040.tar.gz gdb-649aee3f85ea3507b2d10f6112277c2d2cc20040.tar.bz2 |
* config/sparc/xm-sun4sol2.h: define MEM_FNS_DECLARED
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/sparc/xm-sun4sol2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/sparc/xm-sun4sol2.h b/gdb/config/sparc/xm-sun4sol2.h index 0ec436f..2714909 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 <string.h>. */ +#undef MEM_FNS_DECLARED +#define MEM_FNS_DECLARED 1 |