From: Theodore A. Roth Date: Sat, 8 Jun 2002 20:44:22 +0000 (+0000) Subject: * MAINTAINERS: Add myself as AVR maintainer. X-Git-Tag: gdb_5_2_1-2002-07-23-release~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e22c1f6a5af72d5f6090583139d01b09b3f90afe;p=thirdparty%2Fbinutils-gdb.git * MAINTAINERS: Add myself as AVR maintainer. * NEWS: Note new avr target. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 82128658b2a..7c71a91279a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-05-28 Theodore A. Roth + + * MAINTAINERS: Add myself as AVR maintainer. + * NEWS: Note new avr target. + 2002-06-07 Michal Ludvig Merge from mainline: diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index e6dc71b5e6a..5941946b9f9 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -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 diff --git a/gdb/NEWS b/gdb/NEWS index 8e514d5392b..0c2f175de85 100644 --- 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]".