diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-09-08 10:50:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-09-08 10:50:07 +0000 |
commit | df5fdb3df43451d33bdd6d4613b856104b67f598 (patch) | |
tree | 8e48e4d7e451e15976f1596958e0c06b4d94e339 | |
parent | d28379df76c1d411734b8e17181894b9057f574e (diff) | |
download | gdb-df5fdb3df43451d33bdd6d4613b856104b67f598.zip gdb-df5fdb3df43451d33bdd6d4613b856104b67f598.tar.gz gdb-df5fdb3df43451d33bdd6d4613b856104b67f598.tar.bz2 |
* config/xm-aix4.h (MEM_FNS_DECLARED): Removed.
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/config/xm-aix4.h | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f57df7f..eb30b33 100644 --- a/gdb/ChangeLog +++ b/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 diff --git a/gdb/config/xm-aix4.h b/gdb/config/xm-aix4.h index 2d286c1..dc0aae7 100644 --- a/gdb/config/xm-aix4.h +++ b/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. */ |