Add missing symbol name to display and examine output.

This commit is contained in:
cagney 2004-11-25 00:14:14 +00:00
parent c878e6553b
commit a92c345ec5
1 changed files with 7 additions and 4 deletions

View File

@ -6,7 +6,7 @@ Summary: A GNU source-level debugger for C, C++ and other languages.
Name: gdb Name: gdb
# Daily snapshot of gdb taken from FSF mainline cvs, after the 6.1 branchpoint. # Daily snapshot of gdb taken from FSF mainline cvs, after the 6.1 branchpoint.
Version: 6.1post Version: 6.1post
Release: 1.%{cvsdate}.60 Release: 1.%{cvsdate}.61
License: GPL License: GPL
Group: Development/Debuggers Group: Development/Debuggers
Source: ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb+dejagnu-20040607.tar.bz2 Source: ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb+dejagnu-20040607.tar.bz2
@ -109,16 +109,15 @@ Patch79: gdb-6.1post-constructor-nov2004.patch
Patch80: gdb-6.1post-infcall-step-jul2004.patch Patch80: gdb-6.1post-infcall-step-jul2004.patch
# Fix ia64 backtrace # Fix ia64 backtrace
Patch81: gdb-6.1post-ia64-backtrace-nov2004.patch Patch81: gdb-6.1post-ia64-backtrace-nov2004.patch
# Add --readnever hack, and gstack script # Add --readnever hack, and gstack script
patch82: gdb-6.1post-readnever-nov2004.patch patch82: gdb-6.1post-readnever-nov2004.patch
patch83: gdb-6.1post-gstack-nov2004.patch patch83: gdb-6.1post-gstack-nov2004.patch
# Add PPC register groups. # Add PPC register groups.
patch84: gdb-6.1post-abi-ppcreggroups-nov2004.patch patch84: gdb-6.1post-abi-ppcreggroups-nov2004.patch
# No longer a need to set .malloc on ppc64. # No longer a need to set .malloc on ppc64.
patch85: gdb-6.1post-abi-ppcmalloc-nov2004.patch patch85: gdb-6.1post-abi-ppcmalloc-nov2004.patch
# display and x needed to look for a section symbol.
patch86: gdb-6.1post-abi-ppc64displaysymbol-nov2004.patch
%ifarch ia64 %ifarch ia64
BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu libunwind >= 0.96-3 BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu libunwind >= 0.96-3
@ -199,6 +198,7 @@ printing their data.
%patch83 -p1 %patch83 -p1
%patch84 -p1 %patch84 -p1
%patch85 -p1 %patch85 -p1
%patch86 -p1
# Change the version that gets printed at GDB startup, so it is RedHat # Change the version that gets printed at GDB startup, so it is RedHat
# specific. # specific.
@ -367,6 +367,9 @@ fi
# don't include the files in include, they are part of binutils # don't include the files in include, they are part of binutils
%changelog %changelog
* Wed Nov 24 2004 Andrew Cagney <cagney@redhat.com> 1.200400607.61
- For PPC-64, fix search for a symbol (wasn't specifying the section).
* Wed Nov 24 2004 Andrew Cagney <cagney@redhat.com> 1.200400607.60 * Wed Nov 24 2004 Andrew Cagney <cagney@redhat.com> 1.200400607.60
- For PPC-64, do not set malloc name to ".malloc"; no longer needed. - For PPC-64, do not set malloc name to ".malloc"; no longer needed.
- For all, only define kfail when not already defined. - For all, only define kfail when not already defined.