This is the mail archive of the gdb-patches@sources.redhat.com 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]

[commit] note non-building architectures


As part of getting ready for GCC 4, I've found that a number of arches don't build with gcc-3.4 when using gdb_mbuild.sh. As an aid, and to stop me and presumably others from going round in circles, I've updated the MAINTAINERS file to both reflect current reality note the problem.

I look forward to seeing real fixes (which are hopefully both simple and obvious and can be committed as such).
2005-05-01  Andrew Cagney  <cagney@gnu.org>

	* MAINTAINERS: Note that cris, m68k, mn10300, sh64, sparc and vax
	do not build.

Index: gdb/MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.313
diff -p -u -r1.313 MAINTAINERS
--- gdb/MAINTAINERS	29 Apr 2005 14:21:21 -0000	1.313
+++ gdb/MAINTAINERS	1 May 2005 23:06:55 -0000
@@ -67,13 +67,14 @@ the native maintainer when resolving ABI
 	avr		--target=avr ,-Werror
 			Theodore A. Roth	troth@openavr.org
 
-	cris		--target=cris-elf ,-Werror
+	cris		--target=cris-elf broken
+			(sim/cris/modelv10.c:4181 crisv10f_engine_run_full?)
 
 	d10v		OBSOLETE
 
 	frv		--target=frv-elf ,-Werror
 
-	h8300		--target=h8300-elf, -Werror
+	h8300		--target=h8300-elf ,-Werror
 
 	i386		--target=i386-elf ,-Werror
 			Mark Kettenis           kettenis@gnu.org
@@ -87,7 +88,8 @@ the native maintainer when resolving ABI
 	m68hc11		--target=m68hc11-elf ,-Werror ,
 			Stephane Carrez		stcarrez@nerim.fr
 
-	m68k		--target=m68k-elf ,-Werror
+	m68k		--target=m68k-elf broken
+			(opcodes/m68k-dis.c:338 longjmp clober)
 
 	m88k		--target=m88k-openbsd ,-Werror
 			Mark Kettenis		kettenis@gnu.org
@@ -96,7 +98,8 @@ the native maintainer when resolving ABI
 
 	mips		--target=mips-elf ,-Werror
 
-	mn10300		--target=mn10300-elf
+	mn10300		--target=mn10300-elf broken
+			(sim/ dies with make -j)
 			Michael Snyder		msnyder@redhat.com
 
 	ns32k		Deleted
@@ -108,13 +111,16 @@ the native maintainer when resolving ABI
 	s390		--target=s390-linux-gnu ,-Werror
 
 	sh		--target=sh-elf ,-Werror
-			--target=sh64-elf ,-Werror
+			--target=sh64-elf broken
+			(sim/ dies)
 
-	sparc		--target=sparc-elf ,-Werror
+	sparc		--target=sparc-elf broken
+			(bfd/elfxx-sparc:512 bfd_elf64_swap_reloca_out undef)
 
 	v850		Deleted
 
-	vax		--target=vax-netbsd ,-Werror
+	vax		--target=vax-netbsd broken
+			(opcodes/vax-dis.c:224 longjmp clober)
 
 	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]