diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-01-16 02:25:03 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2006-01-16 13:25:03 +1100 |
commit | ebda5160a89634f8244a26f7ad0011382fe51c17 (patch) | |
tree | 1b9c01c1593b45d5b0c4d30fdb59044798b35201 /gcc | |
parent | ee7f3818a31732e216834bbccc63828917569ee5 (diff) | |
download | gcc-ebda5160a89634f8244a26f7ad0011382fe51c17.zip gcc-ebda5160a89634f8244a26f7ad0011382fe51c17.tar.gz gcc-ebda5160a89634f8244a26f7ad0011382fe51c17.tar.bz2 |
winnt-stubs.c: Update FSF address.
* config/i386/winnt-stubs.c: Update FSF address.
* config/xtensa/ieee754-df.S: Ditto.
* config/xtensa/ieee754-sf.S: Ditto.
From-SVN: r109739
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rwxr-xr-x | gcc/config/i386/winnt-stubs.c | 4 | ||||
-rw-r--r-- | gcc/config/xtensa/ieee754-df.S | 4 | ||||
-rw-r--r-- | gcc/config/xtensa/ieee754-sf.S | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f6a9c93..9ffd730 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2006-01-16 Ben Elliston <bje@au.ibm.com> + + * config/i386/winnt-stubs.c: Update FSF address. + * config/xtensa/ieee754-df.S: Ditto. + * config/xtensa/ieee754-sf.S: Ditto. + 2006-01-14 Ian Lance Taylor <ian@airs.com> * ifcvt.c (noce_init_if_info): New static function, broken out of diff --git a/gcc/config/i386/winnt-stubs.c b/gcc/config/i386/winnt-stubs.c index b373345..c196f75 100755 --- a/gcc/config/i386/winnt-stubs.c +++ b/gcc/config/i386/winnt-stubs.c @@ -17,8 +17,8 @@ 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. */ +Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA. */ #include "config.h" #include "system.h" diff --git a/gcc/config/xtensa/ieee754-df.S b/gcc/config/xtensa/ieee754-df.S index 66c4ea0..5981979 100644 --- a/gcc/config/xtensa/ieee754-df.S +++ b/gcc/config/xtensa/ieee754-df.S @@ -25,8 +25,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. */ #ifdef __XTENSA_EB__ #define xh a2 diff --git a/gcc/config/xtensa/ieee754-sf.S b/gcc/config/xtensa/ieee754-sf.S index 498b20b..f669cc8 100644 --- a/gcc/config/xtensa/ieee754-sf.S +++ b/gcc/config/xtensa/ieee754-sf.S @@ -25,8 +25,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. */ #ifdef __XTENSA_EB__ #define xh a2 |