* config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.

* config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
This commit is contained in:
Joel Brobecker 2004-09-04 23:46:48 +00:00
parent 649dfe9fab
commit 8511a04886
3 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2004-09-04 Joel Brobecker <brobecker@gnat.com>
* config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
* config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
2004-09-04 Joel Brobecker <brobecker@gnat.com> 2004-09-04 Joel Brobecker <brobecker@gnat.com>
* config/rs6000/xm-aix4.h: Remove this file. * config/rs6000/xm-aix4.h: Remove this file.

View File

@ -29,10 +29,6 @@
#define U_REGS_OFFSET 0 #define U_REGS_OFFSET 0
/* FIXME: Shouldn't the default definition in inferior.h be int* ? */
#define PTRACE_ARG3_TYPE int*
/* ptrace transfers longs, the ptrace man page is lying. */ /* ptrace transfers longs, the ptrace man page is lying. */
#define PTRACE_XFER_TYPE long #define PTRACE_XFER_TYPE long

View File

@ -20,4 +20,3 @@
#include "rs6000/nm-rs6000.h" #include "rs6000/nm-rs6000.h"
#define PTRACE_ARG3_TYPE int*