diff options
Diffstat (limited to 'gcc/config/ip2k')
-rw-r--r-- | gcc/config/ip2k/crt0.S | 4 | ||||
-rw-r--r-- | gcc/config/ip2k/ip2k-protos.h | 4 | ||||
-rw-r--r-- | gcc/config/ip2k/ip2k.c | 4 | ||||
-rw-r--r-- | gcc/config/ip2k/ip2k.h | 4 | ||||
-rw-r--r-- | gcc/config/ip2k/ip2k.md | 4 | ||||
-rw-r--r-- | gcc/config/ip2k/libgcc.S | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/gcc/config/ip2k/crt0.S b/gcc/config/ip2k/crt0.S index 17133ce99fe..23390efb6a4 100644 --- a/gcc/config/ip2k/crt0.S +++ b/gcc/config/ip2k/crt0.S @@ -24,8 +24,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. ; .file "crt0.S" diff --git a/gcc/config/ip2k/ip2k-protos.h b/gcc/config/ip2k/ip2k-protos.h index 1c4355ff92c..b26ced8344c 100644 --- a/gcc/config/ip2k/ip2k-protos.h +++ b/gcc/config/ip2k/ip2k-protos.h @@ -15,8 +15,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 void function_prologue (FILE *, HOST_WIDE_INT); extern void function_epilogue (FILE *, HOST_WIDE_INT); diff --git a/gcc/config/ip2k/ip2k.c b/gcc/config/ip2k/ip2k.c index 7542b46b6fe..e38ee5c4721 100644 --- a/gcc/config/ip2k/ip2k.c +++ b/gcc/config/ip2k/ip2k.c @@ -18,8 +18,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/ip2k/ip2k.h b/gcc/config/ip2k/ip2k.h index 42f053e1157..0b88e3a4e6b 100644 --- a/gcc/config/ip2k/ip2k.h +++ b/gcc/config/ip2k/ip2k.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. */ #undef ASM_SPEC /* We have a GAS assembler. */ diff --git a/gcc/config/ip2k/ip2k.md b/gcc/config/ip2k/ip2k.md index 96d340e4efb..b79a8ffcb4d 100644 --- a/gcc/config/ip2k/ip2k.md +++ b/gcc/config/ip2k/ip2k.md @@ -18,8 +18,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. */ ;; Default all instruction lengths to two bytes (one 16-bit instruction). ;; diff --git a/gcc/config/ip2k/libgcc.S b/gcc/config/ip2k/libgcc.S index a01b2f7204a..624037608fe 100644 --- a/gcc/config/ip2k/libgcc.S +++ b/gcc/config/ip2k/libgcc.S @@ -24,8 +24,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. */ /******************************************************* load byte from arbitrary memory |