Declare _python_bytecompile_extra.
Fix typo on gdb-x86_64-i386-syscall-restart.patch.
This commit is contained in:
parent
dba70321b8
commit
f11faa1e6a
@ -113,7 +113,7 @@ diff --git a/gdb/amd64-nat.c b/gdb/amd64-nat.c
|
|||||||
+
|
+
|
||||||
+ int k = I386_EAX_REGNUM;
|
+ int k = I386_EAX_REGNUM;
|
||||||
+
|
+
|
||||||
+ if (regnum == -1 || regnum == i)
|
+ if (regnum == -1 || regnum == k)
|
||||||
+ {
|
+ {
|
||||||
+ void *ptr = regs + amd64_native_gregset_reg_offset (gdbarch, k);
|
+ void *ptr = regs + amd64_native_gregset_reg_offset (gdbarch, k);
|
||||||
+
|
+
|
||||||
|
6
gdb.spec
6
gdb.spec
@ -30,7 +30,7 @@ Version: 8.2.50.%{snapsrc}
|
|||||||
|
|
||||||
# The release always contains a leading reserved number, start it at 1.
|
# The release always contains a leading reserved number, start it at 1.
|
||||||
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
|
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
|
|
||||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
|
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
@ -1032,6 +1032,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 20 2018 Sergio Durigan Junior <sergiodj@redhat.com> - 8.2.50.20181114-9.fc30
|
||||||
|
- Declare _python_bytecompile_extra.
|
||||||
|
- Fix typo on gdb-x86_64-i386-syscall-restart.patch.
|
||||||
|
|
||||||
* Wed Nov 14 2018 Sergio Durigan Junior <sergiodj@redhat.com> - 8.2.50.20181114-8.fc30
|
* Wed Nov 14 2018 Sergio Durigan Junior <sergiodj@redhat.com> - 8.2.50.20181114-8.fc30
|
||||||
- Rebase to FSF GDB 8.2.50.20181114 (8.3pre).
|
- Rebase to FSF GDB 8.2.50.20181114 (8.3pre).
|
||||||
- Drop gdb-6.3-ppc64syscall-20040622.patch.
|
- Drop gdb-6.3-ppc64syscall-20040622.patch.
|
||||||
|
Loading…
Reference in New Issue
Block a user