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]

Re: [RFA][3/5] New port: Cell BE SPU (the port itself)


Daniel Jacobowitz wrote:

> Yes, please do.  You're the obvious maintainer for it.  If you haven't
> added anything to NEWS yet, please do that also - this is an exciting
> contribution!

Thanks!  Here's what I've committed:

ChangeLog:

	* NEWS: New port to Cell Broadband Engine SPU.
	* MAINTAINERS: Add myself as spu maintainer.


Index: gdb/MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.351
diff -u -p -r1.351 MAINTAINERS
--- gdb/MAINTAINERS	16 Nov 2006 19:45:45 -0000	1.351
+++ gdb/MAINTAINERS	22 Nov 2006 19:39:33 -0000
@@ -303,6 +303,9 @@ the native maintainer when resolving ABI
 
 	sparc		--target=sparc-elf ,-Werror
 
+	spu		--target=spu-elf ,-Werror
+			Ulrich Weigand		uweigand@de.ibm.com
+
 	v850		--target=v850-elf ,-Werror
 
 	vax		--target=vax-netbsd ,-Werror
Index: gdb/NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.201
diff -u -p -r1.201 NEWS
--- gdb/NEWS	20 Nov 2006 00:16:05 -0000	1.201
+++ gdb/NEWS	22 Nov 2006 19:39:33 -0000
@@ -3,6 +3,10 @@
 
 *** Changes since GDB 6.6
 
+* New targets
+
+Cell Broadband Engine SPU	spu-elf
+
 * The GDB remote stub, gdbserver, now has lower overhead for high 
 frequency signals (e.g. SIGALRM) via the QPassSignals packet.
 

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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