]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* MAINTAINERS: Add myself as AVR maintainer.
authorTheodore A. Roth <troth@openavr.org>
Sat, 8 Jun 2002 20:44:22 +0000 (20:44 +0000)
committerTheodore A. Roth <troth@openavr.org>
Sat, 8 Jun 2002 20:44:22 +0000 (20:44 +0000)
* NEWS: Note new avr target.

gdb/ChangeLog
gdb/MAINTAINERS
gdb/NEWS

index 82128658b2ab33013e25491fe2b9886aa7c7732d..7c71a91279a38ede0256f1eed1093124c25a216d 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-28  Theodore A. Roth  <troth@verinet.com>
+
+       * MAINTAINERS: Add myself as AVR maintainer.
+       * NEWS: Note new avr target.
+
 2002-06-07  Michal Ludvig  <mludvig@suse.cz>
 
        Merge from mainline:
index e6dc71b5e6aacbae4b81da6eea8001ac6b4cddfa..5941946b9f9d2b65fadbd76e74964e4746804254 100644 (file)
@@ -70,6 +70,9 @@ maintainer works with the native maintainer when resolving API issues.
                        Richard Earnshaw        rearnsha@arm.com
                        Not multi-arch
 
+       avr             --target=avr ,-Werror
+                       Theodore A. Roth    troth@verinet.com
+
        cris            --target=cris-elf -w
                        Orjan Friberg           orjanf@axis.com
 
@@ -378,6 +381,7 @@ Jason Molenda                                       jmolenda@apple.com
 Pierre Muller                                  muller@sources.redhat.com
 Alexandre Oliva                                        aoliva@redhat.com
 Tom Rix                                                trix@redhat.com
+Theodore A. Roth                               troth@verinet.com
 Mark Salter                                    msalter@redhat.com
 Andreas Schwab                                 schwab@suse.de
 Keith Seitz                                    keiths@redhat.com
index 8e514d5392bd1d1771b4bb134e15fba5e284e183..0c2f175de8501e0a851f8391e0e19b2d29799136 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,6 +1,12 @@
                What has changed in GDB?
             (Organized release by release)
 
+*** Changes since GDB 5.2:
+
+* New targets.
+
+Atmel AVR                                      avr*-*-*
+
 *** Changes in GDB 5.2:
 
 * New command "set trust-readonly-sections on[off]".