public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gdb: Enable target rx-*-*linux.
@ 2021-09-02  3:58 Yoshinori Sato
  2021-09-02 14:28 ` Simon Marchi
  0 siblings, 1 reply; 2+ messages in thread
From: Yoshinori Sato @ 2021-09-02  3:58 UTC (permalink / raw)
  To: gdb-patches

I added rx-*-linux in binutils few yaers ago.
But missing this changes,
---
 gdb/configure.tgt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index cac76f4106c..91c3086304a 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -562,7 +562,7 @@ rl78-*-elf)
 	gdb_sim=../sim/rl78/libsim.a
 	;;
 
-rx-*-elf)
+rx-*-*)
 	# Target: Renesas RX
 	gdb_target_obs="rx-tdep.o"
 	gdb_sim=../sim/rx/libsim.a
-- 
2.33.0


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

* Re: [PATCH] gdb: Enable target rx-*-*linux.
  2021-09-02  3:58 [PATCH] gdb: Enable target rx-*-*linux Yoshinori Sato
@ 2021-09-02 14:28 ` Simon Marchi
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Marchi @ 2021-09-02 14:28 UTC (permalink / raw)
  To: Yoshinori Sato, gdb-patches



On 2021-09-01 11:58 p.m., Yoshinori Sato wrote:
> I added rx-*-linux in binutils few yaers ago.
> But missing this changes,
> ---
>  gdb/configure.tgt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gdb/configure.tgt b/gdb/configure.tgt
> index cac76f4106c..91c3086304a 100644
> --- a/gdb/configure.tgt
> +++ b/gdb/configure.tgt
> @@ -562,7 +562,7 @@ rl78-*-elf)
>  	gdb_sim=../sim/rl78/libsim.a
>  	;;
>  
> -rx-*-elf)
> +rx-*-*)
>  	# Target: Renesas RX
>  	gdb_target_obs="rx-tdep.o"
>  	gdb_sim=../sim/rx/libsim.a
> 

Thanks, this is ok.

Simon

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

end of thread, other threads:[~2021-09-02 14:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02  3:58 [PATCH] gdb: Enable target rx-*-*linux Yoshinori Sato
2021-09-02 14:28 ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).