Re: [OE-core] [PATCH 1/2] gdb: Upgrade to 11.1

2021-11-05 Thread Khem Raj
On Fri, Nov 5, 2021 at 12:57 PM Richard Purdie
 wrote:
>
> On Fri, 2021-11-05 at 09:51 -0700, Khem Raj wrote:
> > On Fri, Nov 5, 2021 at 4:19 AM Richard Purdie
> >  wrote:
> > >
> > > On Wed, 2021-11-03 at 18:30 -0700, Khem Raj wrote:
> > > > Drop backported patches
> > > > Changes are here [1]
> > > >
> > > > [1] https://sourceware.org/pipermail/gdb-announce/2021/000129.html
> > > >
> > > > Signed-off-by: Khem Raj 
> > > > ---
> > > >  meta/conf/distro/include/tcmode-default.inc   |   2 +-
> > > >  .../gdb/{gdb-10.2.inc => gdb-11.1.inc}|  14 +-
> > > >  ...ian_10.2.bb => gdb-cross-canadian_11.1.bb} |   0
> > > >  .../{gdb-cross_10.2.bb => gdb-cross_11.1.bb}  |   0
> > > >  ...make-man-install-relative-to-DESTDIR.patch |  20 +-
> > > >  ...ux-nat-Define-_ABIO32-if-not-defined.patch |   8 +-
> > > >  ...e-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch |  10 +-
> > > >  ...port-for-Renesas-SH-sh4-architecture.patch |  39 +-
> > > >  ...readline.a-when-using-disable-static.patch |  12 +-
> > > >  .../gdb/gdb/0006-use-asm-sgidefs.h.patch  |   8 +-
> > > >  ...atch => 0007-Change-order-of-CFLAGS.patch} |  12 +-
> > > >  ...8-resolve-restrict-keyword-conflict.patch} |   8 +-
> > > >  ...> 0009-Fix-invalid-sigprocmask-call.patch} |   8 +-
> > > >  ...h => 0010-gdbserver-ctrl-c-handling.patch} |  10 +-
> > > >  ...-arc-Add-support-for-signal-handlers.patch | 218 -
> > > >  ...-for-signal-frames-for-Linux-targets.patch | 232 --
> > > >  ...count-the-REGNUM-in-supply-collect-g.patch | 104 -
> > > >  ...-native-support-for-ARC-in-GNU-Linux.patch | 414 --
> > > >  .../gdb/{gdb_10.2.bb => gdb_11.1.bb}  |   0
> > > >  19 files changed, 74 insertions(+), 1045 deletions(-)
> > > >  rename meta/recipes-devtools/gdb/{gdb-10.2.inc => gdb-11.1.inc} (56%)
> > > >  rename meta/recipes-devtools/gdb/{gdb-cross-canadian_10.2.bb => 
> > > > gdb-cross-canadian_11.1.bb} (100%)
> > > >  rename meta/recipes-devtools/gdb/{gdb-cross_10.2.bb => 
> > > > gdb-cross_11.1.bb} (100%)
> > > >  rename 
> > > > meta/recipes-devtools/gdb/gdb/{0008-Change-order-of-CFLAGS.patch => 
> > > > 0007-Change-order-of-CFLAGS.patch} (75%)
> > > >  rename 
> > > > meta/recipes-devtools/gdb/gdb/{0009-resolve-restrict-keyword-conflict.patch
> > > >  => 0008-resolve-restrict-keyword-conflict.patch} (91%)
> > > >  rename 
> > > > meta/recipes-devtools/gdb/gdb/{0010-Fix-invalid-sigprocmask-call.patch 
> > > > => 0009-Fix-invalid-sigprocmask-call.patch} (90%)
> > > >  rename 
> > > > meta/recipes-devtools/gdb/gdb/{0011-gdbserver-ctrl-c-handling.patch => 
> > > > 0010-gdbserver-ctrl-c-handling.patch} (82%)
> > > >  delete mode 100644 
> > > > meta/recipes-devtools/gdb/gdb/0012-arc-Add-support-for-signal-handlers.patch
> > > >  delete mode 100644 
> > > > meta/recipes-devtools/gdb/gdb/0013-arc-Add-support-for-signal-frames-for-Linux-targets.patch
> > > >  delete mode 100644 
> > > > meta/recipes-devtools/gdb/gdb/0014-arc-Take-into-account-the-REGNUM-in-supply-collect-g.patch
> > > >  delete mode 100644 
> > > > meta/recipes-devtools/gdb/gdb/0015-gdb-Add-native-support-for-ARC-in-GNU-Linux.patch
> > > >  rename meta/recipes-devtools/gdb/{gdb_10.2.bb => gdb_11.1.bb} (100%)
> > >
> > > Breaks on mingw:
> > >
> > > https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/4299
> > >
> >
> > I see
> >
> > > sys-linux.c:140:10: fatal error: linux/ipx.h: No such file or directory
> > >   140 | #include 
> > >   |  ^
> > > compilation terminated.
> > > make[1]: *** [: sys-linux.o] Error 1
> > > make[1]: Leaving directory
> > '/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/ppp/2.4.9-r0/ppp-2.4.9/pppd'
> >
> > perhaps wrong link ?
>
> Sorry, https://autobuilder.yoctoproject.org/typhoon/#/builders/89/builds/4293
>

sent a fix to ml and also queued a build :)

https://autobuilder.yoctoproject.org/typhoon/#/buildrequests/238205

> Cheers,
>
> Richard
>
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#157932): 
https://lists.openembedded.org/g/openembedded-core/message/157932
Mute This Topic: https://lists.openembedded.org/mt/86807405/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH 1/2] gdb: Upgrade to 11.1

2021-11-05 Thread Richard Purdie
On Fri, 2021-11-05 at 09:51 -0700, Khem Raj wrote:
> On Fri, Nov 5, 2021 at 4:19 AM Richard Purdie
>  wrote:
> > 
> > On Wed, 2021-11-03 at 18:30 -0700, Khem Raj wrote:
> > > Drop backported patches
> > > Changes are here [1]
> > > 
> > > [1] https://sourceware.org/pipermail/gdb-announce/2021/000129.html
> > > 
> > > Signed-off-by: Khem Raj 
> > > ---
> > >  meta/conf/distro/include/tcmode-default.inc   |   2 +-
> > >  .../gdb/{gdb-10.2.inc => gdb-11.1.inc}|  14 +-
> > >  ...ian_10.2.bb => gdb-cross-canadian_11.1.bb} |   0
> > >  .../{gdb-cross_10.2.bb => gdb-cross_11.1.bb}  |   0
> > >  ...make-man-install-relative-to-DESTDIR.patch |  20 +-
> > >  ...ux-nat-Define-_ABIO32-if-not-defined.patch |   8 +-
> > >  ...e-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch |  10 +-
> > >  ...port-for-Renesas-SH-sh4-architecture.patch |  39 +-
> > >  ...readline.a-when-using-disable-static.patch |  12 +-
> > >  .../gdb/gdb/0006-use-asm-sgidefs.h.patch  |   8 +-
> > >  ...atch => 0007-Change-order-of-CFLAGS.patch} |  12 +-
> > >  ...8-resolve-restrict-keyword-conflict.patch} |   8 +-
> > >  ...> 0009-Fix-invalid-sigprocmask-call.patch} |   8 +-
> > >  ...h => 0010-gdbserver-ctrl-c-handling.patch} |  10 +-
> > >  ...-arc-Add-support-for-signal-handlers.patch | 218 -
> > >  ...-for-signal-frames-for-Linux-targets.patch | 232 --
> > >  ...count-the-REGNUM-in-supply-collect-g.patch | 104 -
> > >  ...-native-support-for-ARC-in-GNU-Linux.patch | 414 --
> > >  .../gdb/{gdb_10.2.bb => gdb_11.1.bb}  |   0
> > >  19 files changed, 74 insertions(+), 1045 deletions(-)
> > >  rename meta/recipes-devtools/gdb/{gdb-10.2.inc => gdb-11.1.inc} (56%)
> > >  rename meta/recipes-devtools/gdb/{gdb-cross-canadian_10.2.bb => 
> > > gdb-cross-canadian_11.1.bb} (100%)
> > >  rename meta/recipes-devtools/gdb/{gdb-cross_10.2.bb => 
> > > gdb-cross_11.1.bb} (100%)
> > >  rename meta/recipes-devtools/gdb/gdb/{0008-Change-order-of-CFLAGS.patch 
> > > => 0007-Change-order-of-CFLAGS.patch} (75%)
> > >  rename 
> > > meta/recipes-devtools/gdb/gdb/{0009-resolve-restrict-keyword-conflict.patch
> > >  => 0008-resolve-restrict-keyword-conflict.patch} (91%)
> > >  rename 
> > > meta/recipes-devtools/gdb/gdb/{0010-Fix-invalid-sigprocmask-call.patch => 
> > > 0009-Fix-invalid-sigprocmask-call.patch} (90%)
> > >  rename 
> > > meta/recipes-devtools/gdb/gdb/{0011-gdbserver-ctrl-c-handling.patch => 
> > > 0010-gdbserver-ctrl-c-handling.patch} (82%)
> > >  delete mode 100644 
> > > meta/recipes-devtools/gdb/gdb/0012-arc-Add-support-for-signal-handlers.patch
> > >  delete mode 100644 
> > > meta/recipes-devtools/gdb/gdb/0013-arc-Add-support-for-signal-frames-for-Linux-targets.patch
> > >  delete mode 100644 
> > > meta/recipes-devtools/gdb/gdb/0014-arc-Take-into-account-the-REGNUM-in-supply-collect-g.patch
> > >  delete mode 100644 
> > > meta/recipes-devtools/gdb/gdb/0015-gdb-Add-native-support-for-ARC-in-GNU-Linux.patch
> > >  rename meta/recipes-devtools/gdb/{gdb_10.2.bb => gdb_11.1.bb} (100%)
> > 
> > Breaks on mingw:
> > 
> > https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/4299
> > 
> 
> I see
> 
> > sys-linux.c:140:10: fatal error: linux/ipx.h: No such file or directory
> >   140 | #include 
> >   |  ^
> > compilation terminated.
> > make[1]: *** [: sys-linux.o] Error 1
> > make[1]: Leaving directory
> '/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/ppp/2.4.9-r0/ppp-2.4.9/pppd'
> 
> perhaps wrong link ?

Sorry, https://autobuilder.yoctoproject.org/typhoon/#/builders/89/builds/4293

Cheers,

Richard



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#157927): 
https://lists.openembedded.org/g/openembedded-core/message/157927
Mute This Topic: https://lists.openembedded.org/mt/86807405/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH 1/2] gdb: Upgrade to 11.1

2021-11-05 Thread Khem Raj
On Fri, Nov 5, 2021 at 4:19 AM Richard Purdie
 wrote:
>
> On Wed, 2021-11-03 at 18:30 -0700, Khem Raj wrote:
> > Drop backported patches
> > Changes are here [1]
> >
> > [1] https://sourceware.org/pipermail/gdb-announce/2021/000129.html
> >
> > Signed-off-by: Khem Raj 
> > ---
> >  meta/conf/distro/include/tcmode-default.inc   |   2 +-
> >  .../gdb/{gdb-10.2.inc => gdb-11.1.inc}|  14 +-
> >  ...ian_10.2.bb => gdb-cross-canadian_11.1.bb} |   0
> >  .../{gdb-cross_10.2.bb => gdb-cross_11.1.bb}  |   0
> >  ...make-man-install-relative-to-DESTDIR.patch |  20 +-
> >  ...ux-nat-Define-_ABIO32-if-not-defined.patch |   8 +-
> >  ...e-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch |  10 +-
> >  ...port-for-Renesas-SH-sh4-architecture.patch |  39 +-
> >  ...readline.a-when-using-disable-static.patch |  12 +-
> >  .../gdb/gdb/0006-use-asm-sgidefs.h.patch  |   8 +-
> >  ...atch => 0007-Change-order-of-CFLAGS.patch} |  12 +-
> >  ...8-resolve-restrict-keyword-conflict.patch} |   8 +-
> >  ...> 0009-Fix-invalid-sigprocmask-call.patch} |   8 +-
> >  ...h => 0010-gdbserver-ctrl-c-handling.patch} |  10 +-
> >  ...-arc-Add-support-for-signal-handlers.patch | 218 -
> >  ...-for-signal-frames-for-Linux-targets.patch | 232 --
> >  ...count-the-REGNUM-in-supply-collect-g.patch | 104 -
> >  ...-native-support-for-ARC-in-GNU-Linux.patch | 414 --
> >  .../gdb/{gdb_10.2.bb => gdb_11.1.bb}  |   0
> >  19 files changed, 74 insertions(+), 1045 deletions(-)
> >  rename meta/recipes-devtools/gdb/{gdb-10.2.inc => gdb-11.1.inc} (56%)
> >  rename meta/recipes-devtools/gdb/{gdb-cross-canadian_10.2.bb => 
> > gdb-cross-canadian_11.1.bb} (100%)
> >  rename meta/recipes-devtools/gdb/{gdb-cross_10.2.bb => gdb-cross_11.1.bb} 
> > (100%)
> >  rename meta/recipes-devtools/gdb/gdb/{0008-Change-order-of-CFLAGS.patch => 
> > 0007-Change-order-of-CFLAGS.patch} (75%)
> >  rename 
> > meta/recipes-devtools/gdb/gdb/{0009-resolve-restrict-keyword-conflict.patch 
> > => 0008-resolve-restrict-keyword-conflict.patch} (91%)
> >  rename 
> > meta/recipes-devtools/gdb/gdb/{0010-Fix-invalid-sigprocmask-call.patch => 
> > 0009-Fix-invalid-sigprocmask-call.patch} (90%)
> >  rename meta/recipes-devtools/gdb/gdb/{0011-gdbserver-ctrl-c-handling.patch 
> > => 0010-gdbserver-ctrl-c-handling.patch} (82%)
> >  delete mode 100644 
> > meta/recipes-devtools/gdb/gdb/0012-arc-Add-support-for-signal-handlers.patch
> >  delete mode 100644 
> > meta/recipes-devtools/gdb/gdb/0013-arc-Add-support-for-signal-frames-for-Linux-targets.patch
> >  delete mode 100644 
> > meta/recipes-devtools/gdb/gdb/0014-arc-Take-into-account-the-REGNUM-in-supply-collect-g.patch
> >  delete mode 100644 
> > meta/recipes-devtools/gdb/gdb/0015-gdb-Add-native-support-for-ARC-in-GNU-Linux.patch
> >  rename meta/recipes-devtools/gdb/{gdb_10.2.bb => gdb_11.1.bb} (100%)
>
> Breaks on mingw:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/4299
>

I see

| sys-linux.c:140:10: fatal error: linux/ipx.h: No such file or directory
|   140 | #include 
|   |  ^
| compilation terminated.
| make[1]: *** [: sys-linux.o] Error 1
| make[1]: Leaving directory
'/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/ppp/2.4.9-r0/ppp-2.4.9/pppd'

perhaps wrong link ?

> Cheers,
>
> Richard
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#157911): 
https://lists.openembedded.org/g/openembedded-core/message/157911
Mute This Topic: https://lists.openembedded.org/mt/86807405/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH 1/2] gdb: Upgrade to 11.1

2021-11-05 Thread Richard Purdie
On Wed, 2021-11-03 at 18:30 -0700, Khem Raj wrote:
> Drop backported patches
> Changes are here [1]
> 
> [1] https://sourceware.org/pipermail/gdb-announce/2021/000129.html
> 
> Signed-off-by: Khem Raj 
> ---
>  meta/conf/distro/include/tcmode-default.inc   |   2 +-
>  .../gdb/{gdb-10.2.inc => gdb-11.1.inc}|  14 +-
>  ...ian_10.2.bb => gdb-cross-canadian_11.1.bb} |   0
>  .../{gdb-cross_10.2.bb => gdb-cross_11.1.bb}  |   0
>  ...make-man-install-relative-to-DESTDIR.patch |  20 +-
>  ...ux-nat-Define-_ABIO32-if-not-defined.patch |   8 +-
>  ...e-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch |  10 +-
>  ...port-for-Renesas-SH-sh4-architecture.patch |  39 +-
>  ...readline.a-when-using-disable-static.patch |  12 +-
>  .../gdb/gdb/0006-use-asm-sgidefs.h.patch  |   8 +-
>  ...atch => 0007-Change-order-of-CFLAGS.patch} |  12 +-
>  ...8-resolve-restrict-keyword-conflict.patch} |   8 +-
>  ...> 0009-Fix-invalid-sigprocmask-call.patch} |   8 +-
>  ...h => 0010-gdbserver-ctrl-c-handling.patch} |  10 +-
>  ...-arc-Add-support-for-signal-handlers.patch | 218 -
>  ...-for-signal-frames-for-Linux-targets.patch | 232 --
>  ...count-the-REGNUM-in-supply-collect-g.patch | 104 -
>  ...-native-support-for-ARC-in-GNU-Linux.patch | 414 --
>  .../gdb/{gdb_10.2.bb => gdb_11.1.bb}  |   0
>  19 files changed, 74 insertions(+), 1045 deletions(-)
>  rename meta/recipes-devtools/gdb/{gdb-10.2.inc => gdb-11.1.inc} (56%)
>  rename meta/recipes-devtools/gdb/{gdb-cross-canadian_10.2.bb => 
> gdb-cross-canadian_11.1.bb} (100%)
>  rename meta/recipes-devtools/gdb/{gdb-cross_10.2.bb => gdb-cross_11.1.bb} 
> (100%)
>  rename meta/recipes-devtools/gdb/gdb/{0008-Change-order-of-CFLAGS.patch => 
> 0007-Change-order-of-CFLAGS.patch} (75%)
>  rename 
> meta/recipes-devtools/gdb/gdb/{0009-resolve-restrict-keyword-conflict.patch 
> => 0008-resolve-restrict-keyword-conflict.patch} (91%)
>  rename 
> meta/recipes-devtools/gdb/gdb/{0010-Fix-invalid-sigprocmask-call.patch => 
> 0009-Fix-invalid-sigprocmask-call.patch} (90%)
>  rename meta/recipes-devtools/gdb/gdb/{0011-gdbserver-ctrl-c-handling.patch 
> => 0010-gdbserver-ctrl-c-handling.patch} (82%)
>  delete mode 100644 
> meta/recipes-devtools/gdb/gdb/0012-arc-Add-support-for-signal-handlers.patch
>  delete mode 100644 
> meta/recipes-devtools/gdb/gdb/0013-arc-Add-support-for-signal-frames-for-Linux-targets.patch
>  delete mode 100644 
> meta/recipes-devtools/gdb/gdb/0014-arc-Take-into-account-the-REGNUM-in-supply-collect-g.patch
>  delete mode 100644 
> meta/recipes-devtools/gdb/gdb/0015-gdb-Add-native-support-for-ARC-in-GNU-Linux.patch
>  rename meta/recipes-devtools/gdb/{gdb_10.2.bb => gdb_11.1.bb} (100%)

Breaks on mingw:

https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/4299

Cheers,

Richard


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#157890): 
https://lists.openembedded.org/g/openembedded-core/message/157890
Mute This Topic: https://lists.openembedded.org/mt/86807405/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH 1/2] gdb: Upgrade to 11.1

2021-11-03 Thread Khem Raj
Drop backported patches
Changes are here [1]

[1] https://sourceware.org/pipermail/gdb-announce/2021/000129.html

Signed-off-by: Khem Raj 
---
 meta/conf/distro/include/tcmode-default.inc   |   2 +-
 .../gdb/{gdb-10.2.inc => gdb-11.1.inc}|  14 +-
 ...ian_10.2.bb => gdb-cross-canadian_11.1.bb} |   0
 .../{gdb-cross_10.2.bb => gdb-cross_11.1.bb}  |   0
 ...make-man-install-relative-to-DESTDIR.patch |  20 +-
 ...ux-nat-Define-_ABIO32-if-not-defined.patch |   8 +-
 ...e-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch |  10 +-
 ...port-for-Renesas-SH-sh4-architecture.patch |  39 +-
 ...readline.a-when-using-disable-static.patch |  12 +-
 .../gdb/gdb/0006-use-asm-sgidefs.h.patch  |   8 +-
 ...atch => 0007-Change-order-of-CFLAGS.patch} |  12 +-
 ...8-resolve-restrict-keyword-conflict.patch} |   8 +-
 ...> 0009-Fix-invalid-sigprocmask-call.patch} |   8 +-
 ...h => 0010-gdbserver-ctrl-c-handling.patch} |  10 +-
 ...-arc-Add-support-for-signal-handlers.patch | 218 -
 ...-for-signal-frames-for-Linux-targets.patch | 232 --
 ...count-the-REGNUM-in-supply-collect-g.patch | 104 -
 ...-native-support-for-ARC-in-GNU-Linux.patch | 414 --
 .../gdb/{gdb_10.2.bb => gdb_11.1.bb}  |   0
 19 files changed, 74 insertions(+), 1045 deletions(-)
 rename meta/recipes-devtools/gdb/{gdb-10.2.inc => gdb-11.1.inc} (56%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_10.2.bb => 
gdb-cross-canadian_11.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_10.2.bb => gdb-cross_11.1.bb} 
(100%)
 rename meta/recipes-devtools/gdb/gdb/{0008-Change-order-of-CFLAGS.patch => 
0007-Change-order-of-CFLAGS.patch} (75%)
 rename 
meta/recipes-devtools/gdb/gdb/{0009-resolve-restrict-keyword-conflict.patch => 
0008-resolve-restrict-keyword-conflict.patch} (91%)
 rename meta/recipes-devtools/gdb/gdb/{0010-Fix-invalid-sigprocmask-call.patch 
=> 0009-Fix-invalid-sigprocmask-call.patch} (90%)
 rename meta/recipes-devtools/gdb/gdb/{0011-gdbserver-ctrl-c-handling.patch => 
0010-gdbserver-ctrl-c-handling.patch} (82%)
 delete mode 100644 
meta/recipes-devtools/gdb/gdb/0012-arc-Add-support-for-signal-handlers.patch
 delete mode 100644 
meta/recipes-devtools/gdb/gdb/0013-arc-Add-support-for-signal-frames-for-Linux-targets.patch
 delete mode 100644 
meta/recipes-devtools/gdb/gdb/0014-arc-Take-into-account-the-REGNUM-in-supply-collect-g.patch
 delete mode 100644 
meta/recipes-devtools/gdb/gdb/0015-gdb-Add-native-support-for-ARC-in-GNU-Linux.patch
 rename meta/recipes-devtools/gdb/{gdb_10.2.bb => gdb_11.1.bb} (100%)

diff --git a/meta/conf/distro/include/tcmode-default.inc 
b/meta/conf/distro/include/tcmode-default.inc
index 58f49800c4..88eafb3ce0 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -19,7 +19,7 @@ PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
 GCCVERSION ?= "11.%"
 SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.37%"
-GDBVERSION ?= "10.%"
+GDBVERSION ?= "11.%"
 GLIBCVERSION ?= "2.34"
 LINUXLIBCVERSION ?= "5.14%"
 QEMUVERSION ?= "6.1%"
diff --git a/meta/recipes-devtools/gdb/gdb-10.2.inc 
b/meta/recipes-devtools/gdb/gdb-11.1.inc
similarity index 56%
rename from meta/recipes-devtools/gdb/gdb-10.2.inc
rename to meta/recipes-devtools/gdb/gdb-11.1.inc
index 0d275075e6..686627926d 100644
--- a/meta/recipes-devtools/gdb/gdb-10.2.inc
+++ b/meta/recipes-devtools/gdb/gdb-11.1.inc
@@ -11,13 +11,9 @@ SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.xz \
file://0004-Add-support-for-Renesas-SH-sh4-architecture.patch \

file://0005-Dont-disable-libreadline.a-when-using-disable-static.patch \
file://0006-use-asm-sgidefs.h.patch \
-   file://0008-Change-order-of-CFLAGS.patch \
-   file://0009-resolve-restrict-keyword-conflict.patch \
-   file://0010-Fix-invalid-sigprocmask-call.patch \
-   file://0011-gdbserver-ctrl-c-handling.patch \
-   file://0012-arc-Add-support-for-signal-handlers.patch \
-   
file://0013-arc-Add-support-for-signal-frames-for-Linux-targets.patch \
-   
file://0014-arc-Take-into-account-the-REGNUM-in-supply-collect-g.patch \
-   file://0015-gdb-Add-native-support-for-ARC-in-GNU-Linux.patch \
+   file://0007-Change-order-of-CFLAGS.patch \
+   file://0008-resolve-restrict-keyword-conflict.patch \
+   file://0009-Fix-invalid-sigprocmask-call.patch \
+   file://0010-gdbserver-ctrl-c-handling.patch \
"
-SRC_URI[sha256sum] = 
"aaa1223d534c9b700a8bec952d9748ee1977513f178727e1bee520ee000b4f29"
+SRC_URI[sha256sum] = 
"cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94"
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_10.2.bb 
b/meta/recipes-devtools/gdb/gdb-cross-canadian_11.1.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross-canadian_10.2.bb
rename to meta/recipes-devtools/gdb/gdb-cross-canadian_11.1.bb
diff --git