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]

[maint] Doco multi-arch status of targets


FYI,

I've committed the attached as a way of tracking the actual status of 
all the targets.

In a week or so I'll again update it based on which targets look like 
they will be multi-arched.

enjoy,
Andrew
2002-01-06  Andrew Cagney  <ac131313@redhat.com>

	* MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
	arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
	i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
	ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
	z8k-coff have not been multi-arched.  Update z8k-coff build
	status.

Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.138
diff -p -r1.138 MAINTAINERS
*** MAINTAINERS	2002/01/06 15:02:00	1.138
--- MAINTAINERS	2002/01/06 19:05:19
*************** maintainer works with the native maintai
*** 55,67 ****
--- 55,70 ----
  
  	alpha		--target=alpha-dec-osf4.0a -Werror
  			Maintenance only
+ 			OBSOLETE candidate, not multi-arch
  
  	arc		--target=arc-elf ,-Werror
  			Maintenance only
+ 			OBSOLETE candidate, not multi-arch
  
  	arm		--target=arm-coff,arm-elf,arm-pe -w
  			Fernando Nasser		fnasser@redhat.com
  			Scott Bambrough		scottb@netwinder.org
+ 			Not multi-arch
  
  	cris		--target=cris-elf -w
  			Orjan Friberg		orjanf@axis.com
*************** maintainer works with the native maintai
*** 71,128 ****
--- 74,143 ----
  
  	d30v		--target=d30v-elf ,-Werror
  			Maintenance only
+ 			OBSOLETE candidate, not multi-arch
  
  	djgpp		--target=i586-pc-msdosdjgpp ,-Werror
  			(See native and host)
  
  	fr30		--target=fr30-elf -Werror
  			Maintenance only
+ 			OBSOLETE candidate, not multi-arch
  
  	h8300		--target=h8300hms -Werror
  			Maintenance only
+ 			Not multi-arch, work in progress
  
  	h8500		--target=h8500hms -Werror
  			Maintenance only
+ 			Not multi-arch, work in progress
  
  	i386		--target=i386-elf,i386-aout ,-Werror
  			Mark Kettenis           kettenis@gnu.org
  
  	i960		--target=i960-coff ,-Werror
  			Maintenance only
+ 			OBSOLETE candidate, not multi-arch
  
  	ia64		--target=ia64-linux ,-Werror
  			Kevin Buettner		kevinb@redhat.com
  
  	m32r		--target=m32r-elf -Werror
  			Michael Snyder		msnyder@redhat.com
+ 			Not multi-arch
  
  	m68hc11		--target=m68hc11-elf ,-Werror
  			Stephane Carrez		Stephane.Carrez@worldnet.fr
  
  	m68k		--target=m68k-elf ,-Werror
  			Maintenance only
+ 			OBSOLETE candidate, not multi-arch
  
  	m88k		--target=m88k ,-Werror
  			Known problem in 5.1
  			Maintenance only
+ 			OBSOLETE candidate, not multi-arch
  
  	mcore		--target=mcore-elf,mcore-pe ,-Werror
  			Maintenance only
+ 			OBSOLETE candidate, not multi-arch
  
  	mips		--target=mips-elf,mips64-elf ,-Werror
  			Andrew Cagney		cagney@redhat.com
  
  	mn10200		--target=mn10200-elf ,-Werror
  			Maintenance only
+ 			OBSOLETE candidate, not multi-arch
  
  	mn10300		--target=mn10300-elf ,-Werror
  			Maintenance only
  
  	ns32k		--target=ns32k-netbsd ,-Werror
  			Maintenance only
+ 			OBSOLETE candidate, not multi-arch
  
  	pa		(--target=hppa1.1-hp-proelf broken)
  			Maintenance only
+ 			OBSOLETE candidate, not multi-arch
  
  	powerpc		--target=powerpc-eabi ,-Werror
  			Kevin Buettner		kevinb@redhat.com
*************** maintainer works with the native maintai
*** 143,160 ****
  
  	v850		--target=v850-elf ,-Werror
  			Maintenance only
  
  	vax		--target=vax-dec-vms5.5 ,-Werror
  			Maintenance only
  
  	w65		Deleted.
  
  	xstormy16	--target=xstormy16-elf ,-Werror
  			Corinna Vinschen	vinschen@redhat.com
  
! 	z8k		(--target=z8k-coff broken)
  			Known problem in 5.1
  			Maintenance only
  
  All maintainers can make arbitrary changes to OBSOLETE targets.
  
--- 158,178 ----
  
  	v850		--target=v850-elf ,-Werror
  			Maintenance only
+ 			OBSOLETE candidate, not multi-arch
  
  	vax		--target=vax-dec-vms5.5 ,-Werror
  			Maintenance only
+ 			OBSOLETE candidate, not multi-arch
  
  	w65		Deleted.
  
  	xstormy16	--target=xstormy16-elf ,-Werror
  			Corinna Vinschen	vinschen@redhat.com
  
! 	z8k		--target=z8k-coff ,-Werror
  			Known problem in 5.1
  			Maintenance only
+ 			OBSOLETE candidate, not multi-arch
  
  All maintainers can make arbitrary changes to OBSOLETE targets.
  

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