diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-16 02:25:03 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-16 02:25:03 +0000 |
commit | e748be093d5c7ed9416b8122adbdc317829db94e (patch) | |
tree | 1b9c01c1593b45d5b0c4d30fdb59044798b35201 | |
parent | 7b0979eb3e2bab665088107f7e5e2034749a1977 (diff) | |
download | gcc-e748be093d5c7ed9416b8122adbdc317829db94e.tar.gz |
* config/i386/winnt-stubs.c: Update FSF address.
* config/xtensa/ieee754-df.S: Ditto.
* config/xtensa/ieee754-sf.S: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109739 138bc75d-0d04-0410-961f-82ee72b054a4
-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 f6a9c931c44..9ffd7307473 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 b373345de9c..c196f7501c1 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 66c4ea0d018..5981979fc65 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 498b20bb11a..f669cc8ec2f 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 |