* [ptxdist] [PATCH 1/2] gdb: bump default version 13.1 -> 15.2
@ 2025-10-24 9:15 Roland Hieber
2025-10-24 9:15 ` [ptxdist] [PATCH 2/2] gdb: depend on GMP and MPFR by default Roland Hieber
2025-10-26 20:32 ` [ptxdist] [APPLIED] gdb: bump default version 13.1 -> 15.2 Michael Olbrich
0 siblings, 2 replies; 4+ messages in thread
From: Roland Hieber @ 2025-10-24 9:15 UTC (permalink / raw)
To: ptxdist; +Cc: Roland Hieber
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/rules/gdb-menu.in b/rules/gdb-menu.in
index 4e8dae1a3aae..6b8a83148012 100644
--- a/rules/gdb-menu.in
+++ b/rules/gdb-menu.in
@@ -18,12 +18,12 @@ if !GDB_TOOLCHAIN_VERSION
config GDB_VERSION
string "gdb version"
- default "13.1"
+ default "15.2"
endif
config GDB_MD5
string "gdb source md5sum"
- default "4aaad768ff2585464173c091947287ec" if !GDB_TOOLCHAIN_VERSION
+ default "85c722e2f2baea2b7820a6a7eaea2ce8" if !GDB_TOOLCHAIN_VERSION
help
md5sum for the gdb source archive. If the version is provided by
the toolchain and the toolchain is an OSELAS.Toolchain then this
--
2.47.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH 2/2] gdb: depend on GMP and MPFR by default
2025-10-24 9:15 [ptxdist] [PATCH 1/2] gdb: bump default version 13.1 -> 15.2 Roland Hieber
@ 2025-10-24 9:15 ` Roland Hieber
2025-10-26 20:32 ` [ptxdist] [APPLIED] " Michael Olbrich
2025-10-26 20:32 ` [ptxdist] [APPLIED] gdb: bump default version 13.1 -> 15.2 Michael Olbrich
1 sibling, 1 reply; 4+ messages in thread
From: Roland Hieber @ 2025-10-24 9:15 UTC (permalink / raw)
To: ptxdist; +Cc: Roland Hieber
Current toolchains have GDB 15.2, which is also our default version if
not the toolchain GDB is used. In these cases, the additional
dependencies should be enabled by default when enabling the GDB symbol.
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
rules/gdb.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rules/gdb.in b/rules/gdb.in
index 75652d1990f0..9ee7ac91ab11 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -46,6 +46,7 @@ config GDB_DEBUGINFO_SUPPORT
config GDB_11_1
bool
+ default y
prompt "gdb-11.1 or later"
help
Since gdb-11.1, GMP is a required dependency. Enable this option
@@ -53,6 +54,7 @@ config GDB_11_1
config GDB_14_1
bool
+ default y
select GDB_ZSTD
prompt "gdb-14.1 or later"
help
--
2.47.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] gdb: bump default version 13.1 -> 15.2
2025-10-24 9:15 [ptxdist] [PATCH 1/2] gdb: bump default version 13.1 -> 15.2 Roland Hieber
2025-10-24 9:15 ` [ptxdist] [PATCH 2/2] gdb: depend on GMP and MPFR by default Roland Hieber
@ 2025-10-26 20:32 ` Michael Olbrich
1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2025-10-26 20:32 UTC (permalink / raw)
To: ptxdist; +Cc: Roland Hieber
Thanks, applied as 8a92d972c5ea6e2d146533bf2af94d2f9620b28c.
Michael
[sent from post-receive hook]
On Sun, 26 Oct 2025 21:32:54 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20251024091546.3497054-1-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/gdb-menu.in b/rules/gdb-menu.in
> index 4e8dae1a3aae..6b8a83148012 100644
> --- a/rules/gdb-menu.in
> +++ b/rules/gdb-menu.in
> @@ -18,12 +18,12 @@ if !GDB_TOOLCHAIN_VERSION
>
> config GDB_VERSION
> string "gdb version"
> - default "13.1"
> + default "15.2"
> endif
>
> config GDB_MD5
> string "gdb source md5sum"
> - default "4aaad768ff2585464173c091947287ec" if !GDB_TOOLCHAIN_VERSION
> + default "85c722e2f2baea2b7820a6a7eaea2ce8" if !GDB_TOOLCHAIN_VERSION
> help
> md5sum for the gdb source archive. If the version is provided by
> the toolchain and the toolchain is an OSELAS.Toolchain then this
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] gdb: depend on GMP and MPFR by default
2025-10-24 9:15 ` [ptxdist] [PATCH 2/2] gdb: depend on GMP and MPFR by default Roland Hieber
@ 2025-10-26 20:32 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2025-10-26 20:32 UTC (permalink / raw)
To: ptxdist; +Cc: Roland Hieber
Thanks, applied as 8d27d5bab66012d2e0209e1a4001a2ece96b3a91.
Michael
[sent from post-receive hook]
On Sun, 26 Oct 2025 21:32:55 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> Current toolchains have GDB 15.2, which is also our default version if
> not the toolchain GDB is used. In these cases, the additional
> dependencies should be enabled by default when enabling the GDB symbol.
>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20251024091546.3497054-2-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/gdb.in b/rules/gdb.in
> index 75652d1990f0..9ee7ac91ab11 100644
> --- a/rules/gdb.in
> +++ b/rules/gdb.in
> @@ -46,6 +46,7 @@ config GDB_DEBUGINFO_SUPPORT
>
> config GDB_11_1
> bool
> + default y
> prompt "gdb-11.1 or later"
> help
> Since gdb-11.1, GMP is a required dependency. Enable this option
> @@ -53,6 +54,7 @@ config GDB_11_1
>
> config GDB_14_1
> bool
> + default y
> select GDB_ZSTD
> prompt "gdb-14.1 or later"
> help
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-10-26 20:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-24 9:15 [ptxdist] [PATCH 1/2] gdb: bump default version 13.1 -> 15.2 Roland Hieber
2025-10-24 9:15 ` [ptxdist] [PATCH 2/2] gdb: depend on GMP and MPFR by default Roland Hieber
2025-10-26 20:32 ` [ptxdist] [APPLIED] " Michael Olbrich
2025-10-26 20:32 ` [ptxdist] [APPLIED] gdb: bump default version 13.1 -> 15.2 Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox