From: Joel Brobecker Date: Sat, 4 Sep 2004 23:46:48 +0000 (+0000) Subject: * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8511a04886fb2c40d1bc542d5f749e85e27a61b9;p=binutils-gdb.git * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define. * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f4d10e72ab4..5ada106e7a3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-09-04 Joel Brobecker + + * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define. + * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise. + 2004-09-04 Joel Brobecker * config/rs6000/xm-aix4.h: Remove this file. diff --git a/gdb/config/alpha/nm-osf.h b/gdb/config/alpha/nm-osf.h index 326bb3005ca..288bc352dcb 100644 --- a/gdb/config/alpha/nm-osf.h +++ b/gdb/config/alpha/nm-osf.h @@ -29,10 +29,6 @@ #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. */ #define PTRACE_XFER_TYPE long diff --git a/gdb/config/powerpc/nm-aix.h b/gdb/config/powerpc/nm-aix.h index 8c8a939cca2..8dd21045e91 100644 --- a/gdb/config/powerpc/nm-aix.h +++ b/gdb/config/powerpc/nm-aix.h @@ -20,4 +20,3 @@ #include "rs6000/nm-rs6000.h" -#define PTRACE_ARG3_TYPE int*