aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/xm-rs6000.h5
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 60829d8..0a9c18f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/xm-rs6000.h b/gdb/xm-rs6000.h
index 30e2c24..61627ec 100644
--- a/gdb/xm-rs6000.h
+++ b/gdb/xm-rs6000.h
@@ -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. */