diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-08-11 21:51:29 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-08-11 21:51:29 +0000 |
commit | 82e0b968b3549367dc64127f70c4a76cee98f555 (patch) | |
tree | 66e1a00030fea8cb8e7f0fd5b9a91a39d0c8ceb6 /gdb/config/pa | |
parent | 11b04d1f5d7e7f929a4be05d30ebbfce38c342a1 (diff) | |
download | gdb-82e0b968b3549367dc64127f70c4a76cee98f555.zip gdb-82e0b968b3549367dc64127f70c4a76cee98f555.tar.gz gdb-82e0b968b3549367dc64127f70c4a76cee98f555.tar.bz2 |
* config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
* config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
* config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r-- | gdb/config/pa/nm-hppah.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/pa/nm-hppah.h b/gdb/config/pa/nm-hppah.h index 91a71a4..5f37239 100644 --- a/gdb/config/pa/nm-hppah.h +++ b/gdb/config/pa/nm-hppah.h @@ -41,10 +41,6 @@ struct target_ops; So I don't feel the least bit guilty about this. */ #define PTRACE_ARG3_TYPE CORE_ADDR -/* HPUX 8.0, in its infinite wisdom, has chosen to prototype ptrace - with five arguments, so programs written for normal ptrace lose. */ -#define FIVE_ARG_PTRACE - /* We need to figure out where the text region is so that we use the appropriate ptrace operator to manipulate text. Simply reading/writing user space will crap out HPUX. */ |