gcc/libgo/go/math
Ian Lance Taylor f8d9fa9e80 libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.
This upgrades all of libgo other than the runtime package to
the Go 1.4 release.  In Go 1.4 much of the runtime was
rewritten into Go.  Merging that code will take more time and
will not change the API, so I'm putting it off for now.

There are a few runtime changes anyhow, to accomodate other
packages that rely on minor modifications to the runtime
support.

The compiler changes slightly to add a one-bit flag to each
type descriptor kind that is stored directly in an interface,
which for gccgo is currently only pointer types.  Another
one-bit flag (gcprog) is reserved because it is used by the gc
compiler, but gccgo does not currently use it.

There is another error check in the compiler since I ran
across it during testing.

gotools/:
	* Makefile.am (go_cmd_go_files): Sort entries.  Add generate.go.
	* Makefile.in: Rebuild.

From-SVN: r219627
2015-01-15 00:27:56 +00:00
..
big libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. 2015-01-15 00:27:56 +00:00
cmplx libgo: Update to Go 1.3 release. 2014-07-19 08:53:52 +00:00
rand libgo: Update to Go 1.3 release. 2014-07-19 08:53:52 +00:00
abs.go compiler, libgo: Use //extern comments rather than __asm__. 2012-02-07 19:26:30 +00:00
acosh.go libgo: Update to current sources. 2012-10-23 04:31:11 +00:00
all_test.go libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. 2015-01-15 00:27:56 +00:00
asin.go libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
asinh.go libgo: Update to current sources. 2012-10-23 04:31:11 +00:00
atan.go libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
atan2.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
atanh.go libgo: Update to current sources. 2012-10-23 04:31:11 +00:00
bits.go libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
cbrt.go libgo: Update to current sources. 2012-10-23 04:31:11 +00:00
const.go libgo: Update to weekly.2012-03-04 release. 2012-03-06 17:57:23 +00:00
copysign.go libgo: Update to current sources. 2012-10-23 04:31:11 +00:00
dim.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
erf.go libgo: Update to current sources. 2012-10-23 04:31:11 +00:00
exp.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
expm1.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
export_test.go libgo: Update to weekly.2011-12-14. 2012-01-12 01:31:45 +00:00
floor.go re PR go/51874 (Many libgo testsuite failures on IRIX) 2012-02-16 07:17:03 +00:00
frexp.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
gamma.go libgo: Update to current sources. 2012-10-23 04:31:11 +00:00
hypot.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
j0.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
j1.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
jn.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
ldexp.go libgo: Remove Solaris 8 & 9 support. 2014-04-16 20:33:57 +00:00
lgamma.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
log.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
log1p.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
log10.go libgo: Update to revision 15193:6fdc1974457c of master library. 2012-12-22 01:15:33 +00:00
logb.go libgo: Update to current sources. 2012-10-23 04:31:11 +00:00
mod.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
modf.go libgo: Update to weekly.2011-12-14. 2012-01-12 01:31:45 +00:00
nextafter.go libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. 2015-01-15 00:27:56 +00:00
pow.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
pow10.go libgo: Update to weekly.2011-12-14. 2012-01-12 01:31:45 +00:00
remainder.go libgo: Update to Go 1.0.3. 2012-10-03 05:27:36 +00:00
signbit.go
sin.go libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
sincos.go libgo: Update to current sources. 2012-10-23 04:31:11 +00:00
sinh.go
sqrt.go libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. 2015-01-15 00:27:56 +00:00
tan.go libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
tanh.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
unsafe.go