rpms/gdb/devel gdb-6.6-multifork-debugreg.patch, 1.2, 1.3 gdb.spec, 1.264, 1.265

Jan Kratochvil (jkratoch) fedora-extras-commits at redhat.com
Sat Jan 12 16:28:39 UTC 2008


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16031

Modified Files:
	gdb-6.6-multifork-debugreg.patch gdb.spec 
Log Message:
* Sat Jan 12 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.7.1-10
- Compilation fixup (-9 was never released).


gdb-6.6-multifork-debugreg.patch:

Index: gdb-6.6-multifork-debugreg.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb-6.6-multifork-debugreg.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gdb-6.6-multifork-debugreg.patch	12 Jan 2008 16:16:46 -0000	1.2
+++ gdb-6.6-multifork-debugreg.patch	12 Jan 2008 16:28:31 -0000	1.3
@@ -265,7 +265,7 @@
  
 --- gdb-6.5/gdb/ia64-linux-nat.c.orig	2008-01-12 15:47:40.000000000 +0100
 +++ gdb-6.5/gdb/ia64-linux-nat.c	2008-01-12 15:57:58.000000000 +0100
-@@ -675,12 +675,23 @@ ia64_linux_remove_watchpoint_callback (s
+@@ -664,12 +664,23 @@ ia64_linux_remove_watchpoint_callback (s
  		 		     	   args->len);
  }
  
@@ -276,8 +276,8 @@
 +static int ia64_linux_detach_breakpoints_pid;
 +
  /* Remove a watchpoint for all threads.  */
- int
- ia64_linux_remove_watchpoint (ptid_t ptid, CORE_ADDR addr, int len)
+ static int
+ ia64_linux_remove_watchpoint (CORE_ADDR addr, int len)
  {
    struct linux_watchpoint args;
  


Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- gdb.spec	12 Jan 2008 16:16:46 -0000	1.264
+++ gdb.spec	12 Jan 2008 16:28:31 -0000	1.265
@@ -11,7 +11,7 @@
 Version: 6.7.1
 
 # The release always contains a leading reserved number, start it at 1.
-Release: 9%{?dist}
+Release: 10%{?dist}
 
 License: GPL
 Group: Development/Debuggers
@@ -655,6 +655,9 @@
 # don't include the files in include, they are part of binutils
 
 %changelog
+* Sat Jan 12 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.7.1-10
+- Compilation fixup (-9 was never released).
+
 * Sat Jan 12 2008 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.7.1-9
 - Fix also threaded inferiors for hardware watchpoints after the fork call.
 - Test debugging statically linked threaded inferiors (BZ 239652).




More information about the fedora-extras-commits mailing list