- build-id debug messages print now the library names unconditionally.

This commit is contained in:
Jan Kratochvil 2008-01-24 19:46:22 +00:00
parent b42fa924f5
commit 016b09ad5a
2 changed files with 8 additions and 2 deletions

View File

@ -6,6 +6,9 @@
Lookup also the main executable from the rpm database.
Suppress duplicite buil-id missing files warnings.
2008-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
Print the shared libraries names unconditionally.
diff -u -X /home/jkratoch/.diffi.list -rup gdb-6.6-unpatched/gdb/Makefile.in gdb-6.6/gdb/Makefile.in
--- gdb-6.6-unpatched/gdb/Makefile.in 2008-01-22 02:21:45.000000000 +0100
+++ gdb-6.6/gdb/Makefile.in 2008-01-22 23:26:35.000000000 +0100
@ -944,7 +947,7 @@ diff -u -X /home/jkratoch/.diffi.list -rup gdb-6.6-unpatched/gdb/symfile.c gdb-6
+ {
+ /* The filename is already printed for shared libraries. */
+ build_id_print_missing (objfile->name, build_id_filename,
+ !(objfile->flags & OBJF_SHARED));
+ 1);
+ xfree (build_id_filename);
+ }
+

View File

@ -11,7 +11,7 @@ Name: gdb
Version: 6.6
# The release always contains a leading reserved number, start it at 1.
Release: 41%{?dist}
Release: 42%{?dist}
License: GPL
Group: Development/Debuggers
@ -721,6 +721,9 @@ fi
# don't include the files in include, they are part of binutils
%changelog
* Thu Jan 24 2008 Jan Kratochvil <jan.kratochvil@redhat.com> - 6.6-42
- build-id debug messages print now the library names unconditionally.
* Thu Jan 24 2008 Jan Kratochvil <jan.kratochvil@redhat.com> - 6.6-41
- Improve the text UI messages for the build-id debug files locating.
- Require now the rpm libraries.