rpms/gdb/devel gdb-6.8-bz466901-backtrace-never-aborts.patch, 1.1, 1.2 gdb.spec, 1.310, 1.311

Jan Kratochvil jkratoch at fedoraproject.org
Thu Nov 6 22:36:01 UTC 2008


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8643

Modified Files:
	gdb-6.8-bz466901-backtrace-never-aborts.patch gdb.spec 
Log Message:
* Thu Nov  6 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8-28
- Fix the "never terminate `bt full'" patch false GCC warning / build error.


gdb-6.8-bz466901-backtrace-never-aborts.patch:

Index: gdb-6.8-bz466901-backtrace-never-aborts.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb-6.8-bz466901-backtrace-never-aborts.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdb-6.8-bz466901-backtrace-never-aborts.patch	6 Nov 2008 22:15:31 -0000	1.1
+++ gdb-6.8-bz466901-backtrace-never-aborts.patch	6 Nov 2008 22:35:31 -0000	1.2
@@ -36,7 +36,7 @@
 +			 struct ui_file *stream)
  {
 -  struct value *val = read_var_value (var, frame);
-+  struct value *val;
++  struct value *val = NULL;	/* A false GCC warning.  */
 +  struct gdb_exception e;
  
 -  value_print (val, stream, 0, Val_pretty_default);


Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -r1.310 -r1.311
--- gdb.spec	6 Nov 2008 22:16:53 -0000	1.310
+++ gdb.spec	6 Nov 2008 22:35:31 -0000	1.311
@@ -13,7 +13,7 @@
 
 # The release always contains a leading reserved number, start it at 1.
 # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 27%{?_with_upstream:.upstream}%{?dist}
+Release: 28%{?_with_upstream:.upstream}%{?dist}
 
 License: GPLv3+
 Group: Development/Debuggers
@@ -896,6 +896,9 @@
 %endif
 
 %changelog
+* Thu Nov  6 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8-28
+- Fix the "never terminate `bt full'" patch false GCC warning / build error.
+
 * Thu Nov  6 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8-27
 - Fix resolving of variables at locations lists in prelinked libs (BZ 466901),
   bugreported by Michal Babej.




More information about the scm-commits mailing list