diff options
author | Theodore A. Roth <troth@openavr.org> | 2003-05-14 20:09:14 +0000 |
---|---|---|
committer | Theodore A. Roth <troth@openavr.org> | 2003-05-14 20:09:14 +0000 |
commit | de18ac1fab2bdc3d94c6a0b8fff01566890cfeda (patch) | |
tree | 398fc169ccc7a914d3173b339f384b7cf8ac5b1e /gdb/avr-tdep.c | |
parent | ab12e95ba6caddb74ac34a884823ab3d857f02d2 (diff) | |
download | gdb-de18ac1fab2bdc3d94c6a0b8fff01566890cfeda.zip gdb-de18ac1fab2bdc3d94c6a0b8fff01566890cfeda.tar.gz gdb-de18ac1fab2bdc3d94c6a0b8fff01566890cfeda.tar.bz2 |
* MAINTAINERS: Update my email address.
* avr-tdep.c: Ditto.
Diffstat (limited to 'gdb/avr-tdep.c')
-rw-r--r-- | gdb/avr-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/avr-tdep.c b/gdb/avr-tdep.c index 386b386..b84e90c 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? */ |