From b89db516593e65e024f9ce0ee196b0c592a37e50 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 21 2020 08:21:29 +0000 Subject: Add sources defined in the spec file --- diff --git a/SPECS/_gdb.spec.Patch.include b/SPECS/_gdb.spec.Patch.include index 0a15ee8..f9e20b1 100644 --- a/SPECS/_gdb.spec.Patch.include +++ b/SPECS/_gdb.spec.Patch.include @@ -743,3 +743,11 @@ Patch181: gdb-rhbz1842691-corefile-mem-access-15of15.patch # Nick Clifton and Keith Seitz, RH BZ 1878810 Patch182: gdb-rhbz1878810-bfd-suppress-loadable-section-outside-ELF-sections.patch +# Backport "fortran dynamic type related fixes" +# Andrew Burgess (RH BZ 1905701) +Patch183: gdb-rhbz1905701-DWARF-data_location.patch + +# Backport of "Correct recording of 'store on condition' insns" +# Andreas Arnaz (RH BZ 1903374) +Patch184: gdb-rhbz1903374-s390x-store-on-condition.patch + diff --git a/SPECS/_gdb.spec.patch.include b/SPECS/_gdb.spec.patch.include index 68a3258..f14d36a 100644 --- a/SPECS/_gdb.spec.patch.include +++ b/SPECS/_gdb.spec.patch.include @@ -180,3 +180,5 @@ %patch180 -p1 %patch181 -p1 %patch182 -p1 +%patch183 -p1 +%patch184 -p1