From 19015dd87cff255bc5608d5b40d33d6edad505e6 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Nov 09 2004 22:52:57 +0000 Subject: - Expose $base, $allocate constructors and $delete, $base destructors for breakpoints. --- diff --git a/gdb.spec b/gdb.spec index c22cae9..84559db 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}.47 +Release: 1.%{cvsdate}.48 License: GPL Group: Development/Debuggers Source: ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb+dejagnu-20040607.tar.bz2 @@ -101,6 +101,8 @@ Patch76: gdb-6.1post-s390-watchpoints-oct2004.patch Patch77: gdb-6.1post-lwp-cache-oct2004.patch # Fix for allowing macros to continue after backtrace errors Patch78: gdb-6.1post-backtrace-nov2004.patch +# Fix to expose multiple constructors to end-user +Patch79: gdb-6.1post-constructor-nov2004.patch # Fix panic when stepping an solib call Patch80: gdb-6.1post-infcall-step-jul2004.patch @@ -176,6 +178,7 @@ printing their data. %patch76 -p1 %patch77 -p1 %patch78 -p1 +%patch79 -p1 %patch80 -p1 # Change the version that gets printed at GDB startup, so it is RedHat @@ -353,6 +356,10 @@ fi # don't include the files in include, they are part of binutils %changelog +* Tue Nov 09 2004 Jeff Johnston 1.200400607.48 +- Expose $base, $allocate constructors and $delete, $base destructors + for breakpoints. + * Tue Nov 09 2004 Andrew Cagney 1.200400607.47 - Enable PPC CFI.