From 5aedf031b87d68c20b3acd499131fba341739f79 Mon Sep 17 00:00:00 2001 From: aoliva Date: Fri, 3 Mar 2006 19:10:47 +0000 Subject: [PATCH] - Add support for "S" augmentation for signal stack frames. - Add support for CFA value expressions and encodings. - Various improvements to the prelink test. --- gdb.spec | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index 8d02f6a..8289a2b 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.110 +Release: 1.114 License: GPL Group: Development/Debuggers @@ -269,6 +269,12 @@ Patch171: gdb-6.3-type-punning-20060214.patch # prelink base addresses. Patch172: gdb-6.3-prelink-core-20060223.patch +# Enable gdb to recognize stack frames annotated with the "S" augmentation. +Patch173: gdb-6.3-augmS-20060303.patch + +# Enable gdb to recognize CFA value expressions introduced in Dwarf3. +Patch174: gdb-6.3-cfaval-20060303.patch + %ifarch ia64 BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu libunwind >= 0.96-3 %else @@ -373,6 +379,8 @@ and printing their data. %patch170 -p1 %patch171 -p1 %patch172 -p1 +%patch173 -p1 +%patch174 -p1 # Change the version that gets printed at GDB startup, so it is RedHat # specific. @@ -541,6 +549,14 @@ fi # don't include the files in include, they are part of binutils %changelog +* Fri Mar 3 2006 Alexandre Oliva - 6.3.0.0-1.114 +- Bump up release number. + +* Fri Mar 3 2006 Alexandre Oliva - 6.3.0.0-1.111 +- Add support for "S" augmentation for signal stack frames. +- Add support for CFA value expressions and encodings. +- Various improvements to the prelink test. + * Thu Feb 23 2006 Alexandre Oliva - 6.3.0.0-1.110 - Bump up release number.