diff options
author | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-01 20:50:26 +0000 |
---|---|---|
committer | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-01 20:50:26 +0000 |
commit | 2da7d23a3c708dc3a2522f515e9a4c1a0e1d71bd (patch) | |
tree | 9869f6d1412529d8b68ead50817d90b438d922cc /libgcc/soft-fp/extendsfdf2.c | |
parent | aaeba0724350dc89cda1a1c0aefc179fd37e40bb (diff) | |
download | gcc-2da7d23a3c708dc3a2522f515e9a4c1a0e1d71bd.tar.gz |
* soft-fp: Imported from glibc upstream.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184760 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/soft-fp/extendsfdf2.c')
-rw-r--r-- | libgcc/soft-fp/extendsfdf2.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libgcc/soft-fp/extendsfdf2.c b/libgcc/soft-fp/extendsfdf2.c index fba22d5a197..ac843754e68 100644 --- a/libgcc/soft-fp/extendsfdf2.c +++ b/libgcc/soft-fp/extendsfdf2.c @@ -25,9 +25,8 @@ Lesser General Public License for more details. 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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "soft-fp.h" #include "single.h" |