diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-09-04 23:46:48 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-09-04 23:46:48 +0000 |
commit | 12146d47031d7f1efeb073b0e1145cb15755a342 (patch) | |
tree | 983c969944893fcab1796e1f1c9ed90105f80ffd /gdb/config/alpha | |
parent | 8ba8e52dd0aef1cfba33ab907d4b85b938a96da4 (diff) | |
download | gdb-12146d47031d7f1efeb073b0e1145cb15755a342.tar.gz |
* config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
* config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
Diffstat (limited to 'gdb/config/alpha')
-rw-r--r-- | gdb/config/alpha/nm-osf.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 |