diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/MAINTAINERS | 3 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c2cfae4..5bd4ab1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2002-04-25 Theodore A. Roth <troth@verinet.com> + * MAINTAINERS: Add myself as AVR maintainer. + * NEWS: Note new target avr. + +2002-04-25 Theodore A. Roth <troth@verinet.com> + * Makefile.in: Add support for AVR target. * configure.tgt: Add support for AVR target. * avr-tdep.c: New file diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index b3a8eb8..932a3f4 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -69,6 +69,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 @@ -3,6 +3,10 @@ *** Changes since GDB 5.2: +* New target. + +Atmel AVR avr*-*-* + * Changes in VAX configurations. Multi-arch support is enabled for all VAX configurations. |