diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-05-12 12:28:54 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-13 17:56:29 +0100 |
| commit | c7cb4560751f9c9bb90ecc679e611271fb225711 (patch) | |
| tree | 3db1facbe5d22c149e6c5bb2486a086e1ec83c0a /meta/recipes-devtools/gdb/gdb.inc | |
| parent | b0d6bb477d2e18de6fcea9dcb3facdf700422bc1 (diff) | |
| download | poky-c7cb4560751f9c9bb90ecc679e611271fb225711.tar.gz | |
gdb: Upgrade to 12.1
Release Announcement [1] and Notes [2]
[1] https://lists.gnu.org/archive/html/info-gnu/2022-05/msg00000.html
[2] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-12.1-release
(From OE-Core rev: 8d42315c074a9746df0586136b063ea0e58739db)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb.inc')
| -rw-r--r-- | meta/recipes-devtools/gdb/gdb.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index 649ee28727..3b569fd40e 100644 --- a/meta/recipes-devtools/gdb/gdb.inc +++ b/meta/recipes-devtools/gdb/gdb.inc | |||
| @@ -8,11 +8,11 @@ SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.xz \ | |||
| 8 | file://0001-make-man-install-relative-to-DESTDIR.patch \ | 8 | file://0001-make-man-install-relative-to-DESTDIR.patch \ |
| 9 | file://0002-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \ | 9 | file://0002-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \ |
| 10 | file://0003-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch \ | 10 | file://0003-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch \ |
| 11 | file://0005-Dont-disable-libreadline.a-when-using-disable-static.patch \ | 11 | file://0004-Dont-disable-libreadline.a-when-using-disable-static.patch \ |
| 12 | file://0006-use-asm-sgidefs.h.patch \ | 12 | file://0005-use-asm-sgidefs.h.patch \ |
| 13 | file://0007-Change-order-of-CFLAGS.patch \ | 13 | file://0006-Change-order-of-CFLAGS.patch \ |
| 14 | file://0008-resolve-restrict-keyword-conflict.patch \ | 14 | file://0007-resolve-restrict-keyword-conflict.patch \ |
| 15 | file://0009-Fix-invalid-sigprocmask-call.patch \ | 15 | file://0008-Fix-invalid-sigprocmask-call.patch \ |
| 16 | file://0010-gdbserver-ctrl-c-handling.patch \ | 16 | file://0009-gdbserver-ctrl-c-handling.patch \ |
| 17 | " | 17 | " |
| 18 | SRC_URI[sha256sum] = "1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32" | 18 | SRC_URI[sha256sum] = "0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed" |
