* Makefile.in (symfile.o): Update dependencies.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 1 Sep 2007 08:18:15 +0000 (08:18 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 1 Sep 2007 08:18:15 +0000 (08:18 +0000)
commit77069918ac29da24f1ae0e388cef2ea5045397fd
treea6eafc164a1bb54f3a0351fe9f151d43ad8237d9
parentd3750b24f6fddc5102b8be1efcbbbd8ae3c44a73
* Makefile.in (symfile.o): Update dependencies.
* symfile.c (symbol_file_add_with_addrs_or_offsets): Initialize the
DEBUGFILE variable.  FIND_SEPARATE_DEBUG_FILE called only if !PSYMTABS.
(struct build_id): New structure.
(build_id_bfd_get, build_id_verify, build_id_to_debug_filename): New.
(find_separate_debug_file): New variable BUILD_ID.
Call BUILD_ID_BFD_GET with BUILD_ID_TO_DEBUG_FILENAME as the first try.
gdb/ChangeLog
gdb/Makefile.in
gdb/symfile.c