> * xm-rs6000.h: define MEM_FNS_DECLARED

This commit is contained in:
David D. Zuhn 1992-07-04 14:17:13 +00:00
parent 2670f34d21
commit 37e2f5cb8d
2 changed files with 9 additions and 0 deletions

View File

@ -96,6 +96,10 @@ Fri Jul 3 00:00:49 1992 John Gilmore (gnu at cygnus.com)
('k', 'B'): Ignore const and volatile if we see them (FIXME).
(read_sun_builtin_type): Add commentary.
Wed Jul 1 00:47:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* xm-rs6000.h: define MEM_FNS_DECLARED
Tue Jun 30 02:25:10 1992 John Gilmore (gnu at cygnus.com)
* tm-mips.h (GDB_TARGET_IS_MIPS): Define for mips-xdep.c.

View File

@ -26,6 +26,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define USG 1
#define HAVE_SIGSETMASK 1
/* AIX declares the mem functions */
#undef MEM_FNS_DECLARED
#define MEM_FNS_DECLARED 1
/* This system requires that we open a terminal with O_NOCTTY for it to
not become our controlling terminal. */