summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2012-01-18 18:58:42 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2012-01-18 18:58:42 +0000
commit920e75a6e9f74504c77bc37bf1d631edfb5ca9ff (patch)
treebef6304b7081ebcf1a2c6a00843fb6f3dbd4c882 /gdb/config.in
parent27b7c4cd105751c47820c79330d328cad5b45694 (diff)
downloadgdb-920e75a6e9f74504c77bc37bf1d631edfb5ca9ff.tar.gz
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/config.in')
-rw-r--r--gdb/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index f1e6b9aed2f..45c2c73ff0a 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -263,6 +263,9 @@
/* Define to 1 if the system has the type `long long int'. */
#undef HAVE_LONG_LONG_INT
+/* Define to 1 if you have the `lstat' function. */
+#undef HAVE_LSTAT
+
/* Define if <sys/procfs.h> has lwpid_t. */
#undef HAVE_LWPID_T