From 13cc717605f76277fc8fd32dfdc5ddbabcf12d6c Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 22 Nov 2004 23:42:47 +0000 Subject: [PATCH] - Multiple ia64 backtrace fixes. Bugzilla 125157 --- gdb.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index fe43ce1..3207a09 100644 --- a/gdb.spec +++ b/gdb.spec @@ -6,7 +6,7 @@ Summary: A GNU source-level debugger for C, C++ and other languages. Name: gdb # Daily snapshot of gdb taken from FSF mainline cvs, after the 6.1 branchpoint. Version: 6.1post -Release: 1.%{cvsdate}.54 +Release: 1.%{cvsdate}.55 License: GPL Group: Development/Debuggers Source: ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb+dejagnu-20040607.tar.bz2 @@ -106,6 +106,8 @@ Patch79: gdb-6.1post-constructor-nov2004.patch # Fix panic when stepping an solib call Patch80: gdb-6.1post-infcall-step-jul2004.patch +# Fix ia64 backtrace +Patch81: gdb-6.1post-ia64-backtrace-nov2004.patch %ifarch ia64 BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu libunwind >= 0.96-3 @@ -180,6 +182,7 @@ printing their data. %patch78 -p1 %patch79 -p1 %patch80 -p1 +%patch81 -p1 # Change the version that gets printed at GDB startup, so it is RedHat # specific. @@ -348,6 +351,9 @@ fi # don't include the files in include, they are part of binutils %changelog +* Mon Nov 22 2004 Jeff Johnston 1.200400607.55 +- Multiple ia64 backtrace fixes. Bugzilla 125157 + * Thu Nov 11 2004 Elena Zannoni 1.200400607.54 - Bump up release number