Browse Source

* config/xm-aix4.h (MEM_FNS_DECLARED): Removed.

binutils-2_12-branch
Mark Kettenis 25 years ago
parent
commit
df5fdb3df4
  1. 2
      gdb/ChangeLog
  2. 5
      gdb/config/xm-aix4.h

2
gdb/ChangeLog

@ -1,5 +1,7 @@
2001-09-08 Mark Kettenis <kettenis@gnu.org>
* config/xm-aix4.h (MEM_FNS_DECLARED): Removed.
* config/arm/xm-linux.h, config/ia64/xm-linux.h,
config/m68k/xm-linux.h, config/mips/xm-linux.h,
config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove

5
gdb/config/xm-aix4.h

@ -47,11 +47,6 @@
#define FIVE_ARG_PTRACE
/* AIX declares the mem functions differently than defs.h does. AIX is
right, but defs.h works on more old systems. For now, override it. */
#define MEM_FNS_DECLARED 1
/* This system requires that we open a terminal with O_NOCTTY for it to
not become our controlling terminal. */

Loading…
Cancel
Save