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 | 6cf9eb49561a1cc9eb4ec5263e81afe4fbb5d322 (patch) | |
tree | 16ce2aae9af5a863c7238df55ee764980b018a94 /gdb/config/xm-aix4.h | |
parent | b93c2a5ea3bf62b5ed9f27edffcf601657db6a58 (diff) | |
download | gdb-6cf9eb49561a1cc9eb4ec5263e81afe4fbb5d322.tar.gz |
* 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/xm-aix4.h')
-rw-r--r-- | gdb/config/xm-aix4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/xm-aix4.h b/gdb/config/xm-aix4.h index eb11233adfc..eb763e905b3 100644 --- a/gdb/config/xm-aix4.h +++ b/gdb/config/xm-aix4.h @@ -20,8 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define FIVE_ARG_PTRACE - /* This system requires that we open a terminal with O_NOCTTY for it to not become our controlling terminal. */ |