From 947dd720e0422abb2d1f55742a3df1d0c4b5b316 Mon Sep 17 00:00:00 2001 From: denisc Date: Sat, 23 May 2009 07:16:07 +0000 Subject: [PATCH] * config/avr/avr.c: Change my email address. * config/avr/avr.h: Likewise. * config/avr/avr.md: Likewise. * config/avr/avr-protos.h: Likewise. * config/avr/libgcc.S: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147817 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 8 ++++++++ gcc/config/avr/avr-protos.h | 2 +- gcc/config/avr/avr.c | 2 +- gcc/config/avr/avr.h | 2 +- gcc/config/avr/avr.md | 2 +- gcc/config/avr/libgcc.S | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7bb5cf3..0791146 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2009-05-23 Denis Chertykov + + * config/avr/avr.c: Change my email address. + * config/avr/avr.h: Likewise. + * config/avr/avr.md: Likewise. + * config/avr/avr-protos.h: Likewise. + * config/avr/libgcc.S: Likewise. + 2009-05-22 Trevor Smigiel * config/spu/spu-protos.h (aligned_mem_p, spu_valid_mov): Remove. diff --git a/gcc/config/avr/avr-protos.h b/gcc/config/avr/avr-protos.h index 03b84c0..82ef981 100644 --- a/gcc/config/avr/avr-protos.h +++ b/gcc/config/avr/avr-protos.h @@ -2,7 +2,7 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. - Contributed by Denis Chertykov (denisc@overta.ru) + Contributed by Denis Chertykov (chertykov@gmail.com) This file is part of GCC. diff --git a/gcc/config/avr/avr.c b/gcc/config/avr/avr.c index ed668b6..26ba216 100644 --- a/gcc/config/avr/avr.c +++ b/gcc/config/avr/avr.c @@ -1,7 +1,7 @@ /* Subroutines for insn-output.c for ATMEL AVR micro controllers Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. - Contributed by Denis Chertykov (denisc@overta.ru) + Contributed by Denis Chertykov (chertykov@gmail.com) This file is part of GCC. diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index d431790..6e85bba 100644 --- a/gcc/config/avr/avr.h +++ b/gcc/config/avr/avr.h @@ -2,7 +2,7 @@ for ATMEL AVR at90s8515, ATmega103/103L, ATmega603/603L microcontrollers. Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. - Contributed by Denis Chertykov (denisc@overta.ru) + Contributed by Denis Chertykov (chertykov@gmail.com) This file is part of GCC. diff --git a/gcc/config/avr/avr.md b/gcc/config/avr/avr.md index 86a217d..b861730 100644 --- a/gcc/config/avr/avr.md +++ b/gcc/config/avr/avr.md @@ -3,7 +3,7 @@ ;; for ATMEL AVR micro controllers. ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008 ;; Free Software Foundation, Inc. -;; Contributed by Denis Chertykov (denisc@overta.ru) +;; Contributed by Denis Chertykov (chertykov@gmail.com) ;; This file is part of GCC. diff --git a/gcc/config/avr/libgcc.S b/gcc/config/avr/libgcc.S index b6262b3..07a50b2 100644 --- a/gcc/config/avr/libgcc.S +++ b/gcc/config/avr/libgcc.S @@ -1,7 +1,7 @@ /* -*- Mode: Asm -*- */ /* Copyright (C) 1998, 1999, 2000, 2007, 2008, 2009 Free Software Foundation, Inc. - Contributed by Denis Chertykov + Contributed by Denis Chertykov This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the -- 2.7.4