> * xm-rs6000.h: define MEM_FNS_DECLARED
authorDavid D. Zuhn <zoo@cygnus>
Sat, 4 Jul 1992 14:17:13 +0000 (14:17 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Sat, 4 Jul 1992 14:17:13 +0000 (14:17 +0000)
gdb/ChangeLog
gdb/xm-rs6000.h

index 60829d853ef2c5baa589caeed1d2ca7eb81b22d9..0a9c18fc91a16672d57adc9d325039e508198fde 100644 (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.
index 30e2c24749603350ec0f3b67f5964af64bd48dc2..61627ec25044c4c6f36281a59ff0e8a0f5eafc0f 100644 (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.  */
 
This page took 0.028877 seconds and 4 git commands to generate.