Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] gdb: Add ARC target and maintainer to MAINTAINERS
@ 2020-08-05 16:14 Shahab Vahedi
  2020-08-25 17:07 ` Shahab Vahedi
  2020-08-26  8:15 ` [PUSHED] " Shahab Vahedi
  0 siblings, 2 replies; 5+ messages in thread
From: Shahab Vahedi @ 2020-08-05 16:14 UTC (permalink / raw)
  To: gdb-patches; +Cc: Shahab Vahedi, Shahab Vahedi, Francois Bedard

From: Shahab Vahedi <shahab@synopsys.com>

This patch updates gdb/MAINTAINERS with ARC as a target and
myself as the maintainer.  There is no mention of "-Werror"
because that is enabled by default for gdb/ targets now.

gdb/ChangeLog:

	* MAINTAINERS: Add ARC target and maintainer.
---
 gdb/MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index 17e19f39d12..00243f9b227 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -242,6 +242,9 @@ the native maintainer when resolving ABI issues.
 
 	alpha		--target=alpha-elf ,-Werror
 
+	arc		--target=arc-elf
+			Shahab Vahedi		shahab@synopsys.com
+
 	arm		--target=arm-elf ,-Werror
 			Alan Hayward		alan.hayward@arm.com
 
-- 
2.28.0



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

* Re: [PATCH] gdb: Add ARC target and maintainer to MAINTAINERS
  2020-08-05 16:14 [PATCH] gdb: Add ARC target and maintainer to MAINTAINERS Shahab Vahedi
@ 2020-08-25 17:07 ` Shahab Vahedi
  2020-08-25 17:13   ` Simon Marchi
  2020-08-26  8:15 ` [PUSHED] " Shahab Vahedi
  1 sibling, 1 reply; 5+ messages in thread
From: Shahab Vahedi @ 2020-08-25 17:07 UTC (permalink / raw)
  To: gdb-patches; +Cc: Shahab Vahedi, Francois Bedard

A friendly reminder for "gdb: Add ARC target and maintainer to MAINTAINERS" [1]

Cheers,
Shahab

[1] [PATCH] gdb: Add ARC target and maintainer to MAINTAINERS
https://sourceware.org/pipermail/gdb-patches/2020-August/171113.html


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

* Re: [PATCH] gdb: Add ARC target and maintainer to MAINTAINERS
  2020-08-25 17:07 ` Shahab Vahedi
@ 2020-08-25 17:13   ` Simon Marchi
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Marchi @ 2020-08-25 17:13 UTC (permalink / raw)
  To: Shahab Vahedi, gdb-patches; +Cc: Shahab Vahedi, Francois Bedard

On 2020-08-25 1:07 p.m., Shahab Vahedi via Gdb-patches wrote:
> A friendly reminder for "gdb: Add ARC target and maintainer to MAINTAINERS" [1]
> 
> Cheers,
> Shahab
> 
> [1] [PATCH] gdb: Add ARC target and maintainer to MAINTAINERS
> https://sourceware.org/pipermail/gdb-patches/2020-August/171113.html
> 

Thanks, I think this won't be a controversial nomination, please go ahead and push.

Simon


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

* [PUSHED] gdb: Add ARC target and maintainer to MAINTAINERS
  2020-08-05 16:14 [PATCH] gdb: Add ARC target and maintainer to MAINTAINERS Shahab Vahedi
  2020-08-25 17:07 ` Shahab Vahedi
@ 2020-08-26  8:15 ` Shahab Vahedi
  2020-08-26 15:40   ` Tom Tromey
  1 sibling, 1 reply; 5+ messages in thread
From: Shahab Vahedi @ 2020-08-26  8:15 UTC (permalink / raw)
  To: gdb-patches; +Cc: Shahab Vahedi, Shahab Vahedi, Simon Marchi, Francois Bedard

From: Shahab Vahedi <shahab@synopsys.com>

This patch updates gdb/MAINTAINERS with ARC as a target and
myself as the maintainer.  There is no mention of "-Werror"
because that is enabled by default for gdb/ targets now.

gdb/ChangeLog:

	* MAINTAINERS: Add ARC target and maintainer.
---
 gdb/ChangeLog   | 4 ++++
 gdb/MAINTAINERS | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 150a7afc581..ceff808d829 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2020-08-25  Shahab Vahedi  <shahab@synopsys.com>
+
+	* MAINTAINERS: Add ARC target and maintainer.
+
 2020-08-25  Anton Kolesov  <anton.kolesov@synopsys.com>
 
 	* configure.tgt: ARC support for GNU/Linux.
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index de883dc172b..fbb0131edc4 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -242,6 +242,9 @@ the native maintainer when resolving ABI issues.
 
 	alpha		--target=alpha-elf ,-Werror
 
+	arc		--target=arc-elf
+			Shahab Vahedi		shahab@synopsys.com
+
 	arm		--target=arm-elf ,-Werror
 			Alan Hayward		alan.hayward@arm.com
 
-- 
2.28.0



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

* Re: [PUSHED] gdb: Add ARC target and maintainer to MAINTAINERS
  2020-08-26  8:15 ` [PUSHED] " Shahab Vahedi
@ 2020-08-26 15:40   ` Tom Tromey
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Tromey @ 2020-08-26 15:40 UTC (permalink / raw)
  To: Shahab Vahedi via Gdb-patches
  Cc: Shahab Vahedi, Shahab Vahedi, Simon Marchi, Francois Bedard

Shahab> From: Shahab Vahedi <shahab@synopsys.com>
Shahab> This patch updates gdb/MAINTAINERS with ARC as a target and
Shahab> myself as the maintainer.  There is no mention of "-Werror"
Shahab> because that is enabled by default for gdb/ targets now.

Thank you for persevering.

Tom


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

end of thread, other threads:[~2020-08-26 15:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-05 16:14 [PATCH] gdb: Add ARC target and maintainer to MAINTAINERS Shahab Vahedi
2020-08-25 17:07 ` Shahab Vahedi
2020-08-25 17:13   ` Simon Marchi
2020-08-26  8:15 ` [PUSHED] " Shahab Vahedi
2020-08-26 15:40   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox