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/config.in | |
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/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index f1e6b9a..45c2c73 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 |