- Bump up release number.
Thu Sep 29 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.74 - Fix up DSO read logic when process is attached.
This commit is contained in:
parent
078093a0f2
commit
c73684b204
12
gdb.spec
12
gdb.spec
@ -11,7 +11,7 @@ Name: gdb
|
|||||||
Version: 6.3.0.0
|
Version: 6.3.0.0
|
||||||
|
|
||||||
# The release always contains a leading reserved number, start it at 0.
|
# The release always contains a leading reserved number, start it at 0.
|
||||||
Release: 1.73
|
Release: 1.77
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
@ -249,6 +249,9 @@ Patch165: gdb-6.3-xfree-20050922.patch
|
|||||||
# Fix frame pointer for ia64 sigtramp frame
|
# Fix frame pointer for ia64 sigtramp frame
|
||||||
Patch166: gdb-6.3-ia64-sigtramp-fp-20050926.patch
|
Patch166: gdb-6.3-ia64-sigtramp-fp-20050926.patch
|
||||||
|
|
||||||
|
# Fix DSO read logic for attached process
|
||||||
|
Patch167: gdb-6.3-attach-dso-20050929.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
|
||||||
@ -347,6 +350,7 @@ and printing their data.
|
|||||||
%patch164 -p1
|
%patch164 -p1
|
||||||
%patch165 -p1
|
%patch165 -p1
|
||||||
%patch166 -p1
|
%patch166 -p1
|
||||||
|
%patch167 -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.
|
||||||
@ -515,6 +519,12 @@ 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
|
||||||
|
* Thu Sep 29 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.77
|
||||||
|
- Bump up release number.
|
||||||
|
|
||||||
|
* Thu Sep 29 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.74
|
||||||
|
- Fix up DSO read logic when process is attached.
|
||||||
|
|
||||||
* Mon Sep 26 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.73
|
* Mon Sep 26 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.73
|
||||||
- Bump up release number.
|
- Bump up release number.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user