rpms/gdb/F-8 gdb-6.6-buildid-locate.patch, 1.5, 1.6 gdb.spec, 1.258, 1.259

Jan Kratochvil (jkratoch) fedora-extras-commits at redhat.com
Thu Jan 24 19:46:32 UTC 2008


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10077

Modified Files:
	gdb-6.6-buildid-locate.patch gdb.spec 
Log Message:
* Thu Jan 24 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.6-42
- build-id debug messages print now the library names unconditionally.


gdb-6.6-buildid-locate.patch:

Index: gdb-6.6-buildid-locate.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/F-8/gdb-6.6-buildid-locate.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gdb-6.6-buildid-locate.patch	24 Jan 2008 16:47:05 -0000	1.5
+++ gdb-6.6-buildid-locate.patch	24 Jan 2008 19:46:22 -0000	1.6
@@ -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 at 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 @@
 +    {
 +      /* 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);
 +    }
 +


Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/F-8/gdb.spec,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -r1.258 -r1.259
--- gdb.spec	24 Jan 2008 16:47:06 -0000	1.258
+++ gdb.spec	24 Jan 2008 19:46:22 -0000	1.259
@@ -11,7 +11,7 @@
 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 @@
 # don't include the files in include, they are part of binutils
 
 %changelog
+* Thu Jan 24 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.6-42
+- build-id debug messages print now the library names unconditionally.
+
 * Thu Jan 24 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.6-41
 - Improve the text UI messages for the build-id debug files locating.
   - Require now the rpm libraries.




More information about the fedora-extras-commits mailing list