From 2a6507443abf98e9531f49bb68a33a219ec89e21 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sat, 12 Jan 2008 16:28:31 +0000 Subject: [PATCH] - Compilation fixup (-9 was never released). --- gdb-6.6-multifork-debugreg.patch | 6 +++--- gdb.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gdb-6.6-multifork-debugreg.patch b/gdb-6.6-multifork-debugreg.patch index 7153b72..43b0af0 100644 --- a/gdb-6.6-multifork-debugreg.patch +++ b/gdb-6.6-multifork-debugreg.patch @@ -265,7 +265,7 @@ diff -u -ruNp gdb-6.7.1-orig/gdb/i386-nat.c gdb-6.7.1/gdb/i386-nat.c --- 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 @@ diff -u -ruNp gdb-6.7.1-orig/gdb/i386-nat.c gdb-6.7.1/gdb/i386-nat.c +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; diff --git a/gdb.spec b/gdb.spec index c6d5604..9edbad0 100644 --- a/gdb.spec +++ b/gdb.spec @@ -11,7 +11,7 @@ Name: gdb 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 @@ fi # don't include the files in include, they are part of binutils %changelog +* Sat Jan 12 2008 Jan Kratochvil - 6.7.1-10 +- Compilation fixup (-9 was never released). + * Sat Jan 12 2008 Jan Kratochvil - 6.7.1-9 - Fix also threaded inferiors for hardware watchpoints after the fork call. - Test debugging statically linked threaded inferiors (BZ 239652).