From 2bdd126bb98db1f99fe5711e9f4f848478c0c727 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:23:26 +0000 Subject: [PATCH] auto-import changelog data from gdb-6.1post-1.20040607.22.src.rpm Fri Aug 13 2004 Jeff Johnston 1.200400607.22 - Check in gdb mainline fix for applications calling clone directly. --- gdb.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb.spec b/gdb.spec index bebd145..36e6981 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}.21 +Release: 1.%{cvsdate}.22 License: GPL Group: Development/Debuggers Source: ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb+dejagnu-20040607.tar.bz2 @@ -39,6 +39,8 @@ Patch6: gdb-6.1post-thread-fix.patch Patch7: gdb-6.1post-libunwind-tst-fix.patch # Fix to allow using libunwind 0.97 and up. Patch8: gdb-6.1post-libunwind.patch +# Fix to support applications calling clone directly +Patch9: gdb-6.1post-linlwp-aug2004.patch ####### Signal trampoline fixes Patch10: gdb-6.1post-sig-ppc-jun2004.patch @@ -108,7 +110,7 @@ printing their data. %patch6 -p1 %patch7 -p1 %patch8 -p1 - +%patch9 -p1 %patch10 -p1 %patch11 -p1 %patch12 -p1 @@ -315,6 +317,9 @@ fi # don't include the files in include, they are part of binutils %changelog +* Fri Aug 13 2004 Jeff Johnston 1.200400607.22 +- Check in gdb mainline fix for applications calling clone directly. + * Tue Aug 10 2004 Jeff Johnston 1.200400607.21 - Alter libunwind frame code to allow using libunwind 0.97 and up.