diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2013-08-07 14:39:57 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2013-08-07 14:39:57 +0000 |
commit | b08ee99f15ab5b1a2bf4572f34fdd1322debecb8 (patch) | |
tree | 1ea1c86f2228d784f1d67c0c329f730200a88414 /gdb/configure | |
parent | fecf803efafe6339bb45401ecbaef00b9a85295e (diff) | |
download | gdb-b08ee99f15ab5b1a2bf4572f34fdd1322debecb8.zip gdb-b08ee99f15ab5b1a2bf4572f34fdd1322debecb8.tar.gz gdb-b08ee99f15ab5b1a2bf4572f34fdd1322debecb8.tar.bz2 |
2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
Ulrich Weigand <uweigand@de.ibm.com>
* gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
is defined.
* rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
(rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
(rs6000_ptrace64): Call ptace64 instead of ptracex if present.
* configure.ac: Check for ptrace64.
* configure, config.in: Regenerate.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 4833297..8067825 100755 --- a/gdb/configure +++ b/gdb/configure @@ -10181,7 +10181,7 @@ for ac_func in canonicalize_file_name realpath getrusage getuid getgid \ sigaction sigprocmask sigsetmask socketpair syscall \ ttrace wborder wresize setlocale iconvlist libiconvlist btowc \ setrlimit getrlimit posix_madvise waitpid lstat \ - fdwalk pipe2 + fdwalk pipe2 ptrace64 do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |