diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-17 03:31:04 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-17 03:31:04 +0000 |
commit | 1a8c2b13d8312529cebe89bf0c25d5cd5dbf7e3d (patch) | |
tree | 762a6f5afc319786672dee8714feb377ed0519a4 /libiberty/strverscmp.c | |
parent | 50c68eff2fd953b9874aba740057246334875fa3 (diff) | |
download | ppe42-gcc-1a8c2b13d8312529cebe89bf0c25d5cd5dbf7e3d.tar.gz ppe42-gcc-1a8c2b13d8312529cebe89bf0c25d5cd5dbf7e3d.zip |
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
* strverscmp.c: Update FSF address.
* testsuite/Makefile.in: Likewise.
* testsuite/test-demangle.c: Likewise.
* testsuite/test-pexecute.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103199 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/strverscmp.c')
-rw-r--r-- | libiberty/strverscmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/strverscmp.c b/libiberty/strverscmp.c index 2c6fe8a5910..04e1e4ae99e 100644 --- a/libiberty/strverscmp.c +++ b/libiberty/strverscmp.c @@ -15,8 +15,8 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301 USA. */ #include "libiberty.h" #include "safe-ctype.h" |