* MAINTAINERS: Update my email address.
authorTheodore A. Roth <troth@openavr.org>
Wed, 14 May 2003 20:09:14 +0000 (20:09 +0000)
committerTheodore A. Roth <troth@openavr.org>
Wed, 14 May 2003 20:09:14 +0000 (20:09 +0000)
* avr-tdep.c: Ditto.

gdb/ChangeLog
gdb/MAINTAINERS
gdb/avr-tdep.c

index 83fab1fc094e6996ed525ef4cbdcff2476569f79..8f9f0b00b69d9d7416c3d799c004ca0378737789 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-14  Theodore A. Roth  <troth@openavr.org>
+
+       * MAINTAINERS: Update my email address.
+       * avr-tdep.c: Ditto.
+
 2003-05-14  Elena Zannoni  <ezannoni@redhat.com>
 
        * symtab.h (enum domain_enum): Rename from namespace_enum.
index 9649b78a7a648971846cbc1e6bc634463b2c0bd5..08af70eac6f2a5e4ba02a28c48f062e78df47891 100644 (file)
@@ -67,7 +67,7 @@ maintainer works with the native maintainer when resolving API issues.
                        Richard Earnshaw        rearnsha@arm.com
 
        avr             --target=avr ,-Werror
-                       Theodore A. Roth        troth@verinet.com
+                       Theodore A. Roth        troth@openavr.org
 
        cris            --target=cris-elf ,-Werror
                        Orjan Friberg           orjanf@axis.com
@@ -368,7 +368,7 @@ David O'Brien                                       obrien@freebsd.org
 Alexandre Oliva                                        aoliva@redhat.com
 Tom Rix                                                trix@redhat.com
 Bob Rossi                                      bob_rossi@cox.net 
-Theodore A. Roth                               troth@verinet.com
+Theodore A. Roth                               troth@openavr.org
 Ian Roxborough                                 irox@redhat.com
 Grace Sainsbury                                        graces@redhat.com
 Mark Salter                                    msalter@redhat.com
index 386b3861629b8d1144b9230f514f058eb3b59340..b84e90c45522f88f57b73e1c0548cd59d71215ed 100644 (file)
@@ -19,7 +19,7 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-/* Contributed by Theodore A. Roth, troth@verinet.com */
+/* Contributed by Theodore A. Roth, troth@openavr.org */
 
 /* Portions of this file were taken from the original gdb-4.18 patch developed
    by Denis Chertykov, denisc@overta.ru */
@@ -331,7 +331,7 @@ avr_pointer_to_address (struct type *type, const void *buf)
       fprintf_unfiltered (gdb_stderr, "CODE_SPACE ---->> ptr->addr: 0x%lx\n",
                          addr);
       fprintf_unfiltered (gdb_stderr,
-                         "+++ If you see this, please send me an email <troth@verinet.com>\n");
+                         "+++ If you see this, please send me an email <troth@openavr.org>\n");
     }
 
   /* Is it a code address?  */