diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-25 01:22:41 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-25 01:22:41 +0000 |
commit | dbddc6c40d60108eff1004ab455c8c371d7d5deb (patch) | |
tree | f3fc0882b204c3bd663cbc27166feb6dd55f4f49 /gcc/config/avr | |
parent | 6bf4357420ed8cbfe80cd79a3fc6dc5a9fbc859f (diff) | |
download | gcc-dbddc6c40d60108eff1004ab455c8c371d7d5deb.tar.gz |
Update FSF address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101314 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/avr')
-rw-r--r-- | gcc/config/avr/avr-protos.h | 4 | ||||
-rw-r--r-- | gcc/config/avr/avr.c | 4 | ||||
-rw-r--r-- | gcc/config/avr/avr.h | 4 | ||||
-rw-r--r-- | gcc/config/avr/avr.md | 4 | ||||
-rw-r--r-- | gcc/config/avr/avr.opt | 4 | ||||
-rw-r--r-- | gcc/config/avr/libgcc.S | 4 | ||||
-rw-r--r-- | gcc/config/avr/rtems.h | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/gcc/config/avr/avr-protos.h b/gcc/config/avr/avr-protos.h index 325aada64b1..930329b00ae 100644 --- a/gcc/config/avr/avr-protos.h +++ b/gcc/config/avr/avr-protos.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to - the Free Software Foundation, 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + the Free Software Foundation, 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ extern int function_arg_regno_p (int r); diff --git a/gcc/config/avr/avr.c b/gcc/config/avr/avr.c index 3de646b025d..44773357a62 100644 --- a/gcc/config/avr/avr.c +++ b/gcc/config/avr/avr.c @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to - the Free Software Foundation, 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + the Free Software Foundation, 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ #include "config.h" #include "system.h" diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index 5b7c73dfac6..53a0f9fb567 100644 --- a/gcc/config/avr/avr.h +++ b/gcc/config/avr/avr.h @@ -18,8 +18,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +the Free Software Foundation, 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ /* Names to predefine in the preprocessor for this target machine. */ diff --git a/gcc/config/avr/avr.md b/gcc/config/avr/avr.md index b6fb1796f0e..6632ae97638 100644 --- a/gcc/config/avr/avr.md +++ b/gcc/config/avr/avr.md @@ -19,8 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GCC; see the file COPYING. If not, write to -;; the Free Software Foundation, 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; the Free Software Foundation, 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;; Special characters after '%': ;; A No effect (add 0). diff --git a/gcc/config/avr/avr.opt b/gcc/config/avr/avr.opt index 303816a24e9..661c48d574c 100644 --- a/gcc/config/avr/avr.opt +++ b/gcc/config/avr/avr.opt @@ -16,8 +16,8 @@ ; ; You should have received a copy of the GNU General Public License ; along with GCC; see the file COPYING. If not, write to the Free -; Software Foundation, 59 Temple Place - Suite 330, Boston, MA -; 02111-1307, USA. +; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA +; 02110-1301, USA. mcall-prologues Target Report Mask(CALL_PROLOGUES) diff --git a/gcc/config/avr/libgcc.S b/gcc/config/avr/libgcc.S index 8548a730e54..b5ef3376e0b 100644 --- a/gcc/config/avr/libgcc.S +++ b/gcc/config/avr/libgcc.S @@ -23,8 +23,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +the Free Software Foundation, 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ #define __zero_reg__ r1 #define __tmp_reg__ r0 diff --git a/gcc/config/avr/rtems.h b/gcc/config/avr/rtems.h index 2371d521972..e028799848d 100644 --- a/gcc/config/avr/rtems.h +++ b/gcc/config/avr/rtems.h @@ -16,8 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +the Free Software Foundation, 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ /* Specify predefined symbols in preprocessor. */ |