All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH for-next] package/gdb: enable nios2
@ 2021-06-06 13:13 Romain Naour
  2021-06-13 10:14 ` Arnout Vandecappelle
  2021-06-21 19:01 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Romain Naour @ 2021-06-06 13:13 UTC (permalink / raw)
  To: buildroot

It turn out that gdb/gdbserver support for nios2 is available since 7.7 release, since commit [1] [2].

[1] https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=a1217d97c4b0449d052fad3d2df2ab58b48f918c
[2] https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=68f5f83833e21b8c8466fe852b403b81db227ce4

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
git tag --contains a1217d97c4b0449d052fad3d2df2ab58b48f918c
returns gdb-7.7-release tag as the oldest containing this commit.
---
 package/gdb/Config.in      | 1 -
 package/gdb/Config.in.host | 1 -
 2 files changed, 2 deletions(-)

diff --git a/package/gdb/Config.in b/package/gdb/Config.in
index b1aa5e47d9..262740fc4c 100644
--- a/package/gdb/Config.in
+++ b/package/gdb/Config.in
@@ -3,7 +3,6 @@ config BR2_PACKAGE_GDB_ARCH_SUPPORTS
 	default y
 	depends on !((BR2_arm || BR2_armeb) && BR2_BINFMT_FLAT)
 	depends on !BR2_microblaze
-	depends on !BR2_nios2
 	depends on !BR2_or1k
 	depends on !BR2_nds32
 
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index 9ac939ec1e..07e75b2c0e 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -3,7 +3,6 @@ config BR2_PACKAGE_HOST_GDB_ARCH_SUPPORTS
 	default y
 	depends on !((BR2_arm || BR2_armeb) && BR2_BINFMT_FLAT)
 	depends on !BR2_microblaze
-	depends on !BR2_nios2
 	depends on !BR2_or1k
 	depends on !BR2_riscv
 	depends on !BR2_nds32
-- 
2.31.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH for-next] package/gdb: enable nios2
  2021-06-06 13:13 [Buildroot] [PATCH for-next] package/gdb: enable nios2 Romain Naour
@ 2021-06-13 10:14 ` Arnout Vandecappelle
  2021-06-21 19:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2021-06-13 10:14 UTC (permalink / raw)
  To: buildroot



On 06/06/2021 15:13, Romain Naour wrote:
> It turn out that gdb/gdbserver support for nios2 is available since 7.7 release, since commit [1] [2].
> 
> [1] https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=a1217d97c4b0449d052fad3d2df2ab58b48f918c
> [2] https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=68f5f83833e21b8c8466fe852b403b81db227ce4
> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
> git tag --contains a1217d97c4b0449d052fad3d2df2ab58b48f918c
> returns gdb-7.7-release tag as the oldest containing this commit.
> ---
>  package/gdb/Config.in      | 1 -
>  package/gdb/Config.in.host | 1 -
>  2 files changed, 2 deletions(-)
> 
> diff --git a/package/gdb/Config.in b/package/gdb/Config.in
> index b1aa5e47d9..262740fc4c 100644
> --- a/package/gdb/Config.in
> +++ b/package/gdb/Config.in
> @@ -3,7 +3,6 @@ config BR2_PACKAGE_GDB_ARCH_SUPPORTS
>  	default y
>  	depends on !((BR2_arm || BR2_armeb) && BR2_BINFMT_FLAT)
>  	depends on !BR2_microblaze
> -	depends on !BR2_nios2
>  	depends on !BR2_or1k
>  	depends on !BR2_nds32
>  
> diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
> index 9ac939ec1e..07e75b2c0e 100644
> --- a/package/gdb/Config.in.host
> +++ b/package/gdb/Config.in.host
> @@ -3,7 +3,6 @@ config BR2_PACKAGE_HOST_GDB_ARCH_SUPPORTS
>  	default y
>  	depends on !((BR2_arm || BR2_armeb) && BR2_BINFMT_FLAT)
>  	depends on !BR2_microblaze
> -	depends on !BR2_nios2
>  	depends on !BR2_or1k
>  	depends on !BR2_riscv
>  	depends on !BR2_nds32
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH for-next] package/gdb: enable nios2
  2021-06-06 13:13 [Buildroot] [PATCH for-next] package/gdb: enable nios2 Romain Naour
  2021-06-13 10:14 ` Arnout Vandecappelle
@ 2021-06-21 19:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-06-21 19:01 UTC (permalink / raw)
  To: buildroot

>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > It turn out that gdb/gdbserver support for nios2 is available since 7.7 release, since commit [1] [2].
 > [1] https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=a1217d97c4b0449d052fad3d2df2ab58b48f918c
 > [2] https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=68f5f83833e21b8c8466fe852b403b81db227ce4

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>
 > ---
 > git tag --contains a1217d97c4b0449d052fad3d2df2ab58b48f918c
 > returns gdb-7.7-release tag as the oldest containing this commit.

Committed to 2021.02.x and 2021.05.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-21 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-06 13:13 [Buildroot] [PATCH for-next] package/gdb: enable nios2 Romain Naour
2021-06-13 10:14 ` Arnout Vandecappelle
2021-06-21 19:01 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.