This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFC/RFA] Unlist some targets as broken


Currently, m68k, sparc and vax are marked as broken in MAINTAINERS.
This is not really true.  The problem with sparc has been fixed for
quite a while now; Andrew just chose an unlucky moment, where someone
broke the sparc-specific bfd stuff.  The problem with m68k and vax
wasn't really a problem with the code but rather a bug with the
compiler Andrew used.  There's a thread on the binutils list about it:

http://sources.redhat.com/ml/binutils/2005-11/msg00049.html

So to set things straight I'd like to commit the attached since I feel
somewhat responsible for those targets.

Objections?  Should this go on the branch too?

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* MAINTAINERS: Mark m68k-elf, sparc-elf and vax-netbsd as no
	longer broken.

Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.330
diff -u -p -r1.330 MAINTAINERS
--- MAINTAINERS 4 Oct 2005 00:56:30 -0000 1.330
+++ MAINTAINERS 4 Nov 2005 23:14:25 -0000
@@ -120,8 +120,7 @@ the native maintainer when resolving ABI
 	m68hc11		--target=m68hc11-elf ,-Werror ,
 			Stephane Carrez		stcarrez@nerim.fr
 
-	m68k		--target=m68k-elf broken
-			(opcodes/m68k-dis.c:338 longjmp clober)
+	m68k		--target=m68k-elf ,-Werror
 
 	m88k		--target=m88k-openbsd ,-Werror
 			Mark Kettenis		kettenis@gnu.org
@@ -148,13 +147,11 @@ the native maintainer when resolving ABI
 	sh		--target=sh-elf ,-Werror
 			--target=sh64-elf ,-Werror
 
-	sparc		--target=sparc-elf broken
-			(bfd/elfxx-sparc:512 bfd_elf64_swap_reloca_out undef)
+	sparc		--target=sparc-elf ,-Werror
 
 	v850		--target=v850-elf ,-Werror
 
-	vax		--target=vax-netbsd broken
-			(opcodes/vax-dis.c:224 longjmp clober)
+	vax		--target=vax-netbsd ,-Werror
 
 	x86-64		--target=x86_64-linux-gnu ,-Werror
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]