summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore A. Roth <troth@openavr.org>2003-05-14 20:09:14 +0000
committerTheodore A. Roth <troth@openavr.org>2003-05-14 20:09:14 +0000
commitde18ac1fab2bdc3d94c6a0b8fff01566890cfeda (patch)
tree398fc169ccc7a914d3173b339f384b7cf8ac5b1e
parentab12e95ba6caddb74ac34a884823ab3d857f02d2 (diff)
downloadppe42-binutils-de18ac1fab2bdc3d94c6a0b8fff01566890cfeda.tar.gz
ppe42-binutils-de18ac1fab2bdc3d94c6a0b8fff01566890cfeda.zip
* MAINTAINERS: Update my email address.
* avr-tdep.c: Ditto.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/MAINTAINERS4
-rw-r--r--gdb/avr-tdep.c4
3 files changed, 9 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 83fab1fc09..8f9f0b00b6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index 9649b78a7a..08af70eac6 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -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
diff --git a/gdb/avr-tdep.c b/gdb/avr-tdep.c
index 386b386162..b84e90c455 100644
--- a/gdb/avr-tdep.c
+++ b/gdb/avr-tdep.c
@@ -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? */
OpenPOWER on IntegriCloud