This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r112187 - in /branches/csl-ppc4xx-branch: Chang...


Author: jsm28
Date: Fri Mar 17 22:01:26 2006
New Revision: 112187

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112187
Log:
	* gcc/config/soft-fp: Update license notices.
	* gcc/config/soft-fp/README: New.

Added:
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/README
Modified:
    branches/csl-ppc4xx-branch/ChangeLog.csl
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/adddf3.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/addsf3.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/addtf3.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/divdf3.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/divsf3.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/divtf3.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/double.h
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/eqdf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/eqsf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/eqtf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/extenddftf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/extended.h
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/extendsfdf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/extendsftf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/fixdfdi.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/fixdfsi.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/fixsfdi.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/fixsfsi.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/fixtfdi.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/fixtfsi.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/fixunsdfdi.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/fixunsdfsi.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/fixunssfdi.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/fixunssfsi.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/fixunstfdi.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/fixunstfsi.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/floatdidf.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/floatdisf.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/floatditf.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/floatsidf.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/floatsisf.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/floatsitf.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/floatundidf.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/floatundisf.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/floatunditf.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/floatunsidf.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/floatunsisf.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/floatunsitf.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/gedf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/gesf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/getf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/ledf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/lesf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/letf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/muldf3.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/mulsf3.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/multf3.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/negdf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/negsf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/negtf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/op-1.h
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/op-2.h
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/op-4.h
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/op-8.h
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/op-common.h
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/quad.h
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/single.h
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/soft-fp.h
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/subdf3.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/subsf3.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/subtf3.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/truncdfsf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/trunctfdf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/trunctfsf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/unorddf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/unordsf2.c
    branches/csl-ppc4xx-branch/gcc/config/soft-fp/unordtf2.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]