public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gdb: remove -Werror annotations from MAINTAINERS file
@ 2023-09-15 16:25 Simon Marchi
  2023-09-15 16:58 ` Tom Tromey
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Marchi @ 2023-09-15 16:25 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

I don't think these are useful nowadays, since we now expect all code to
be -Werror clean (it's the default in development branches).

Change-Id: I8c3b86c70d683bd41344d27add0ac2627a474d20
---
 gdb/MAINTAINERS | 75 ++++++++++++++++++++++++-------------------------
 1 file changed, 37 insertions(+), 38 deletions(-)

diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index 7c9f36679c3e..cc713be75a1e 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -234,11 +234,11 @@ The Target/Architecture maintainer works with the host maintainer when
 resolving build issues.  The Target/Architecture maintainer works with
 the native maintainer when resolving ABI issues.
 
-	aarch64		--target=aarch64-elf ,-Werror
+	aarch64		--target=aarch64-elf
 			Alan Hayward		alan.hayward@arm.com
 			Luis Machado		luis.machado@arm.com
 
-	alpha		--target=alpha-elf ,-Werror
+	alpha		--target=alpha-elf
 
 	amdgpu		--target=amdgcn*-*-*
 			Lancelot Six		lancelot.six@amd.com
@@ -246,98 +246,97 @@ the native maintainer when resolving ABI issues.
 	arc		--target=arc-elf
 			Shahab Vahedi		shahab@synopsys.com
 
-	arm		--target=arm-elf ,-Werror
+	arm		--target=arm-elf
 			Alan Hayward		alan.hayward@arm.com
 			Luis Machado		luis.machado@arm.com
 
-	avr		--target=avr ,-Werror
+	avr		--target=avr
 
 	bpf		--target=bpf-unknown-none
 			Jose E. Marchesi	jose.marchesi@oracle.com
 
-	cris		--target=cris-elf ,-Werror ,
-			(sim does not build with -Werror)
+	cris		--target=cris-elf
 
-	frv		--target=frv-elf ,-Werror
+	frv		--target=frv-elf
 
-	h8300		--target=h8300-elf ,-Werror
+	h8300		--target=h8300-elf
 
-	i386		--target=i386-elf ,-Werror
+	i386		--target=i386-elf
 
-	ia64		--target=ia64-linux-gnu ,-Werror
+	ia64		--target=ia64-linux-gnu
 			(--target=ia64-elf broken)
 
-	lm32		--target=lm32-elf ,-Werror
+	lm32		--target=lm32-elf
 
-	loongarch	--target=loongarch32-elf ,-Werror
-			--target=loongarch64-elf ,-Werror
+	loongarch	--target=loongarch32-elf
+			--target=loongarch64-elf
 			Tiezhu Yang		yangtiezhu@loongson.cn
 
-	m32c		--target=m32c-elf ,-Werror
+	m32c		--target=m32c-elf
 
-	m32r		--target=m32r-elf ,-Werror
+	m32r		--target=m32r-elf
 
-	m68hc11		--target=m68hc11-elf ,-Werror ,
-	m68k		--target=m68k-elf ,-Werror
+	m68hc11		--target=m68hc11-elf
+	m68k		--target=m68k-elf
 
 	mcore		Deleted
 
-	mep		--target=mep-elf ,-Werror
+	mep		--target=mep-elf
 			Kevin Buettner		kevinb@redhat.com
 
-	microblaze	--target=microblaze-xilinx-elf ,-Werror
-			--target=microblaze-linux-gnu ,-Werror
+	microblaze	--target=microblaze-xilinx-elf
+			--target=microblaze-linux-gnu
 			Michael Eager		eager@eagercon.com
 
-	mips I-IV	--target=mips-elf ,-Werror
+	mips I-IV	--target=mips-elf
 			Maciej W. Rozycki	macro@orcam.me.uk
 
 	mn10300		--target=mn10300-elf broken
 			(sim/ dies with make -j)
 
-	moxie		--target=moxie-elf ,-Werror
+	moxie		--target=moxie-elf
 			Anthony Green		green@moxielogic.com
 
 	ms1		Deleted
 
-	nios2		--target=nios2-elf ,-Werror
-			--target=nios2-linux-gnu ,-Werror
+	nios2		--target=nios2-elf
+			--target=nios2-linux-gnu
 			Yao Qi			qiyao@sourceware.org
 
 	ns32k		Deleted
 
-	or1k		--target=or1k-elf ,-Werror
+	or1k		--target=or1k-elf
 			Stafford Horne		shorne@gmail.com
 
-	pa		--target=hppa-elf ,-Werror
+	pa		--target=hppa-elf
 
-	powerpc		--target=powerpc-eabi ,-Werror
+	powerpc		--target=powerpc-eabi
 
-	riscv		--target=riscv32-elf ,-Werror
-			--target=riscv64-elf ,-Werror
+	riscv		--target=riscv32-elf
+			--target=riscv64-elf
 			Andrew Burgess		aburgess@redhat.com
 			Palmer Dabbelt		palmer@dabbelt.com
 
-	rl78		--target=rl78-elf ,-Werror
+	rl78		--target=rl78-elf
 
-	rx		--target=rx-elf ,-Werror
+	rx		--target=rx-elf
 
-	s390		--target=s390-linux-gnu ,-Werror
+	s390		--target=s390-linux-gnu
 			Andreas Arnez		arnez@linux.ibm.com
 
-	sh		--target=sh-elf ,-Werror
+	sh		--target=sh-elf
 
-	sparc		--target=sparcv9-solaris2.11 ,-Werror
+	sparc		--target=sparcv9-solaris2.11
 			(--target=sparc-elf broken)
 
-	tic6x		--target=tic6x-elf ,-Werror
+	tic6x		--target=tic6x-elf
 			Yao Qi			qiyao@sourceware.org
 
-	v850		--target=v850-elf ,-Werror
+	v850		--target=v850-elf
 
-	vax		--target=vax-netbsd ,-Werror
+	vax		--target=vax-netbsd
 
-	x86-64		--target=x86_64-linux-gnu ,-Werror
+	x86-64		--target=x86_64-linux-gnu
 
 	xstormy16	--target=xstormy16-elf
 	xtensa		--target=xtensa-elf

base-commit: 5490b88bfb36d23799005ee5284292d48d91cbdc
-- 
2.42.0


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

* Re: [PATCH] gdb: remove -Werror annotations from MAINTAINERS file
  2023-09-15 16:25 [PATCH] gdb: remove -Werror annotations from MAINTAINERS file Simon Marchi
@ 2023-09-15 16:58 ` Tom Tromey
  2023-09-15 20:21   ` Simon Marchi
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2023-09-15 16:58 UTC (permalink / raw)
  To: Simon Marchi via Gdb-patches; +Cc: Simon Marchi

>>>>> "Simon" == Simon Marchi via Gdb-patches <gdb-patches@sourceware.org> writes:

Simon> I don't think these are useful nowadays, since we now expect all code to
Simon> be -Werror clean (it's the default in development branches).

Makes sense.
Approved-By: Tom Tromey <tom@tromey.com>

Tom

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

* Re: [PATCH] gdb: remove -Werror annotations from MAINTAINERS file
  2023-09-15 16:58 ` Tom Tromey
@ 2023-09-15 20:21   ` Simon Marchi
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Marchi @ 2023-09-15 20:21 UTC (permalink / raw)
  To: Tom Tromey, Simon Marchi via Gdb-patches

On 9/15/23 12:58, Tom Tromey wrote:
>>>>>> "Simon" == Simon Marchi via Gdb-patches <gdb-patches@sourceware.org> writes:
> 
> Simon> I don't think these are useful nowadays, since we now expect all code to
> Simon> be -Werror clean (it's the default in development branches).
> 
> Makes sense.
> Approved-By: Tom Tromey <tom@tromey.com>
> 
> Tom

Thanks, pushed.

Simon

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

end of thread, other threads:[~2023-09-15 20:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-15 16:25 [PATCH] gdb: remove -Werror annotations from MAINTAINERS file Simon Marchi
2023-09-15 16:58 ` Tom Tromey
2023-09-15 20:21   ` 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).