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.ac | |
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.ac')
-rw-r--r-- | gdb/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 652c0c6..66844ed 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1067,7 +1067,7 @@ AC_CHECK_FUNCS([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]) AM_LANGINFO_CODESET # Check the return and argument types of ptrace. No canned test for |