diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2012-01-18 18:58:43 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2012-01-18 18:58:43 +0000 |
commit | 1db333787dc7d00ae720d8859000529224afacdc (patch) | |
tree | 5ae85a220c0b5df07c6645c7f5385c1ffac07610 /gdb/configure | |
parent | f83d8a90aee9d0ae60cd6c089aa19b400dbaf714 (diff) | |
download | gdb-1db333787dc7d00ae720d8859000529224afacdc.zip gdb-1db333787dc7d00ae720d8859000529224afacdc.tar.gz gdb-1db333787dc7d00ae720d8859000529224afacdc.tar.bz2 |
2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
Jan Kratochvil <jan.kratochvil@redhat.com>
PR gdb/9538
* symfile.c (find_separate_debug_file): New function.
(terminate_after_last_dir_separator): Likewise.
(find_separate_debug_file_by_debuglink): Also try realpath.
* configure.ac (AC_CHECK_FUNCS): Add lstat.
* configure: Regenerate.
* config.in: Regenerate.
testsuite/ChangeLog:
2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
PR gdb/9538
* gdb.base/sepdebug.exp: New test.
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 5b2a6dd..2ced763 100755 --- a/gdb/configure +++ b/gdb/configure @@ -12935,7 +12935,7 @@ for ac_func in canonicalize_file_name realpath getrusage getuid \ getgid pipe poll pread64 resize_term sbrk setpgid setpgrp setsid \ sigaction sigprocmask sigsetmask socketpair syscall \ ttrace wborder wresize setlocale iconvlist libiconvlist btowc \ - setrlimit getrlimit posix_madvise waitpid + setrlimit getrlimit posix_madvise waitpid lstat 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" |