From c73684b2046c925a01cc8c209604922ba3cf8d99 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 29 Sep 2005 22:41:56 +0000 Subject: [PATCH] - Bump up release number. Thu Sep 29 2005 Jeff Johnston 6.3.0.0-1.74 - Fix up DSO read logic when process is attached. --- gdb.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index 8cf2f07..e8ad5c6 100644 --- a/gdb.spec +++ b/gdb.spec @@ -11,7 +11,7 @@ Name: gdb Version: 6.3.0.0 # The release always contains a leading reserved number, start it at 0. -Release: 1.73 +Release: 1.77 License: GPL Group: Development/Debuggers @@ -249,6 +249,9 @@ Patch165: gdb-6.3-xfree-20050922.patch # Fix frame pointer for ia64 sigtramp frame Patch166: gdb-6.3-ia64-sigtramp-fp-20050926.patch +# Fix DSO read logic for attached process +Patch167: gdb-6.3-attach-dso-20050929.patch + %ifarch ia64 BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu libunwind >= 0.96-3 %else @@ -347,6 +350,7 @@ and printing their data. %patch164 -p1 %patch165 -p1 %patch166 -p1 +%patch167 -p1 # Change the version that gets printed at GDB startup, so it is RedHat # specific. @@ -515,6 +519,12 @@ fi # don't include the files in include, they are part of binutils %changelog +* Thu Sep 29 2005 Jeff Johnston 6.3.0.0-1.77 +- Bump up release number. + +* Thu Sep 29 2005 Jeff Johnston 6.3.0.0-1.74 +- Fix up DSO read logic when process is attached. + * Mon Sep 26 2005 Jeff Johnston 6.3.0.0-1.73 - Bump up release number.