Enable .malloc ppc64 fix. Only define kfail when missing.

This commit is contained in:
cagney 2004-11-24 21:59:37 +00:00
parent 8790eb109c
commit c878e6553b
1 changed files with 9 additions and 1 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}.59 Release: 1.%{cvsdate}.60
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
@ -117,6 +117,9 @@ 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.
patch85: gdb-6.1post-abi-ppcmalloc-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
%else %else
@ -195,6 +198,7 @@ printing their data.
%patch82 -p1 %patch82 -p1
%patch83 -p1 %patch83 -p1
%patch84 -p1 %patch84 -p1
%patch85 -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.
@ -363,6 +367,10 @@ 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.60
- For PPC-64, do not set malloc name to ".malloc"; no longer needed.
- For all, only define kfail when not already defined.
* Wed Nov 24 2004 Andrew Cagney <cagney@redhat.com> 1.200400607.59 * Wed Nov 24 2004 Andrew Cagney <cagney@redhat.com> 1.200400607.59
- Bump version. - Bump version.