dfp.exp: Correct FSF address.
authorBen Elliston <bje@au.ibm.com>
Mon, 16 Jan 2006 02:06:05 +0000 (02:06 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 16 Jan 2006 02:06:05 +0000 (13:06 +1100)
* gcc.dg/dfp/dfp.exp: Correct FSF address.
* gcc.misc-tests/dectest.exp: Ditto.

From-SVN: r109738

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/dfp/dfp.exp
gcc/testsuite/gcc.misc-tests/dectest.exp

index 7c79c47869eb0f4a6a1d0d413343e9b5e5255ca3..02a313e979cd7007ba90455b3541779812c6fe75 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-16  Ben Elliston  <bje@au.ibm.com>
+
+       * gcc.dg/dfp/dfp.exp: Correct FSF address. 
+       * gcc.misc-tests/dectest.exp: Ditto.
+
 2006-01-15  Ian Lance Taylor  <ian@airs.com>
 
        PR testsuite/25796
index fcaecffc3d9cc4af86ca6ad73781250a751c32ed..52b485204b64f9815203d3aa272ae3f25882400e 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 2005 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -12,7 +12,8 @@
 # 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
 
 # GCC testsuite that uses the `dg.exp' driver.
 
index 0c561e1c5a0b995d7754bd06075d8a47f577a5e2..15b6c24efa73b4f1af53e4179d55017bee6f2381 100644 (file)
 # 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
 
 # DejaGnu test driver around Mike Cowlishaw's testsuite for decimal
-# decimal arithmetic ("dectest").  See:
+# decimal arithmetic ("decTest").  See:
 #    <http://www2.hursley.ibm.com/decimal/dectest.html>.
 #
 # Contributed by Ben Elliston <bje@au.ibm.com>.