Fix 'gdb-8.3.50.20190321-3.fc31.x86_64: crashing' (by fixing
gdb-6.6-buildid-locate-rpm.patch) (RH BZ 1694091).
This commit is contained in:
parent
252ce24e08
commit
116197567a
@ -520,7 +520,7 @@ diff --git a/gdb/build-id.c b/gdb/build-id.c
|
||||
+static bool
|
||||
+missing_rpm_list_compar (const char *ap, const char *bp)
|
||||
+{
|
||||
+ return strcoll (ap, bp);
|
||||
+ return strcoll (ap, bp) < 0;
|
||||
+}
|
||||
+
|
||||
+/* It returns a NULL-terminated array of strings needing to be FREEd. It may
|
||||
|
6
gdb.spec
6
gdb.spec
@ -30,7 +30,7 @@ Version: 8.3.50.%{snapsrc}
|
||||
|
||||
# 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.
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?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
|
||||
# Do not provide URL for snapshots as the file lasts there only for 2 days.
|
||||
@ -1025,6 +1025,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Mar 29 2019 Sergio Durigan Junior <sergiodj@fedoraproject.org> - 8.3.50.20190321-4
|
||||
- Fix 'gdb-8.3.50.20190321-3.fc31.x86_64: crashing' (by fixing
|
||||
gdb-6.6-buildid-locate-rpm.patch) (RH BZ 1694091).
|
||||
|
||||
* Thu Mar 21 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 8.3.50.20190321-3
|
||||
- Rebase to FSF GDB 8.3.50.20190321 (8.4pre).
|
||||
- Remove gdb-temporary-fix-arm-build-error.patch.
|
||||
|
Loading…
Reference in New Issue
Block a user