ChangeLog 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043
  1. 2022-01-11 Jakub Jelinek <jakub@redhat.com>
  2. * configure.ac: Set XCFLAGS to -mno-gnu-attribute on
  3. powerpc64le*-linux*.
  4. * configure: Regenerated.
  5. 2022-01-03 Jakub Jelinek <jakub@redhat.com>
  6. * libquadmath.texi: Bump @copying's copyright year.
  7. 2021-06-08 Martin Liska <mliska@suse.cz>
  8. * libquadmath.texi: Fix typo.
  9. 2021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
  10. * configure: Re-generate.
  11. 2021-01-01 Jakub Jelinek <jakub@redhat.com>
  12. * libquadmath.texi: Bump @copying's copyright year.
  13. 2020-12-05 Iain Sandoe <iain@sandoe.co.uk>
  14. PR target/97865
  15. * configure: Regenerate.
  16. 2020-11-29 John David Anglin <danglin@gcc.gnu.org>
  17. * configure: Regenerate.
  18. 2020-05-29 H.J. Lu <hjl.tools@gmail.com>
  19. PR bootstrap/95413
  20. * configure: Regenerated.
  21. 2020-05-15 H.J. Lu <hongjiu.lu@intel.com>
  22. PR bootstrap/95147
  23. * configure: Regenerated.
  24. 2020-05-14 H.J. Lu <hongjiu.lu@intel.com>
  25. * configure: Regenerated.
  26. 2020-02-12 Sandra Loosemore <sandra@codesourcery.com>
  27. PR libstdc++/79193
  28. PR libstdc++/88999
  29. * configure: Regenerated.
  30. 2020-01-24 Maciej W. Rozycki <macro@wdc.com>
  31. * configure.ac: Handle `--with-toolexeclibdir='.
  32. * Makefile.in: Regenerate.
  33. * aclocal.m4: Regenerate.
  34. * configure: Regenerate.
  35. 2020-01-01 Jakub Jelinek <jakub@redhat.com>
  36. Update copyright years.
  37. * libquadmath.texi: Bump @copying's copyright year.
  38. 2019-09-27 Maciej W. Rozycki <macro@wdc.com>
  39. * configure: Regenerate.
  40. 2019-08-02 Jakub Jelinek <jakub@redhat.com>
  41. * quadmath.h (M_Eq, M_LOG2Eq, M_LOG10Eq, M_LN2q, M_LN10q, M_PIq,
  42. M_PI_2q, M_PI_4q, M_1_PIq, M_2_PIq, M_2_SQRTPIq, M_SQRT2q,
  43. M_SQRT1_2q): Use two more decimal places.
  44. 2019-01-01 Jakub Jelinek <jakub@redhat.com>
  45. Update copyright years.
  46. * libquadmath.texi: Bump @copying's copyright year.
  47. 2018-12-11 Jakub Jelinek <jakub@redhat.com>
  48. PR c/88430
  49. * quadmath_weak.h (__qmath2): Add __quadmath_throw.
  50. 2018-11-07 Joseph Myers <joseph@codesourcery.com>
  51. * quadmath-imp.h (ieee854_float128): Use mantissa0, mantissa1,
  52. mantissa2 and mantissa3 fields instead of mant_high and mant_low.
  53. Change nan field to ieee_nan.
  54. * update-quadmath.py (update_sources): Also update fmaq.c.
  55. * math/nanq.c (nanq): Use ieee_nan field of union.
  56. Zero-initialize f. Set quiet_nan field.
  57. * printf/flt1282mpn.c, printf/printf_fphex.c, strtod/mpn2flt128.c,
  58. strtod/strtoflt128.c: Use mantissa0, mantissa1, mantissa2 and
  59. mantissa3 fields. Use ieee_nan and quiet_nan field.
  60. * math/fmaq.c: Regenerate from glibc sources with
  61. update-quadmath.py.
  62. 2018-11-05 Joseph Myers <joseph@codesourcery.com>
  63. PR libquadmath/68686
  64. * Makefile.am: (libquadmath_la_SOURCES): Remove math/isinf_nsq.c.
  65. Add math/exp2q.c math/issignalingq.c math/lgammaq_neg.c
  66. math/lgammaq_product.c math/tanq_kernel.c math/tgammaq_product.c
  67. math/casinhq_kernel.c.
  68. * Makefile.in: Regenerate.
  69. * libquadmath.texi (exp2q, issignalingq): Document.
  70. * quadmath-imp.h: Include <errno.h>, <limits.h>, <stdbool.h> and
  71. <fenv.h>.
  72. (HIGH_ORDER_BIT_IS_SET_FOR_SNAN, FIX_FLT128_LONG_CONVERT_OVERFLOW)
  73. (FIX_FLT128_LLONG_CONVERT_OVERFLOW, __quadmath_kernel_tanq)
  74. (__quadmath_gamma_productq, __quadmath_gammaq_r)
  75. (__quadmath_lgamma_negq, __quadmath_lgamma_productq)
  76. (__quadmath_lgammaq_r, __quadmath_kernel_casinhq, mul_splitq)
  77. (math_check_force_underflow_complex, __glibc_likely)
  78. (__glibc_unlikely, struct rm_ctx, SET_RESTORE_ROUNDF128)
  79. (libc_feholdsetround_ctx, libc_feresetround_ctx): New.
  80. (feraiseexcept, fenv_t, feholdexcept, fesetround, feupdateenv)
  81. (fesetenv, fetestexcept, feclearexcept): Define if not supported
  82. through <fenv.h>.
  83. (__quadmath_isinf_nsq): Remove.
  84. * quadmath.h (exp2q, issignalingq): New.
  85. * quadmath.map (QUADMATH_1.2): New.
  86. * quadmath_weak.h (exp2q, issignalingq): New.
  87. * update-quadmath.py: New file.
  88. * math/isinf_nsq.c: Remove file.
  89. * math/casinhq_kernel.c, math/exp2q.c, math/expq_table.h,
  90. math/issignalingq.c, math/lgammaq_neg.c, math/lgammaq_product.c,
  91. math/tanq_kernel.c, math/tgammaq_product.c: New files. Generated
  92. from glibc sources with update-quadmath.py.
  93. * math/acoshq.c, math/acosq.c, math/asinhq.c, math/asinq.c,
  94. math/atan2q.c, math/atanhq.c, math/atanq.c, math/cacoshq.c,
  95. math/cacosq.c, math/casinhq.c, math/casinq.c, math/catanhq.c,
  96. math/catanq.c, math/cbrtq.c, math/ccoshq.c, math/ceilq.c,
  97. math/cexpq.c, math/cimagq.c, math/clog10q.c, math/clogq.c,
  98. math/conjq.c, math/copysignq.c, math/coshq.c, math/cosq.c,
  99. math/cosq_kernel.c, math/cprojq.c, math/crealq.c, math/csinhq.c,
  100. math/csinq.c, math/csqrtq.c, math/ctanhq.c, math/ctanq.c,
  101. math/erfq.c, math/expm1q.c, math/expq.c, math/fabsq.c,
  102. math/fdimq.c, math/finiteq.c, math/floorq.c, math/fmaxq.c,
  103. math/fminq.c, math/fmodq.c, math/frexpq.c, math/hypotq.c,
  104. math/ilogbq.c, math/isinfq.c, math/isnanq.c, math/j0q.c,
  105. math/j1q.c, math/jnq.c, math/ldexpq.c, math/lgammaq.c,
  106. math/llrintq.c, math/llroundq.c, math/log10q.c, math/log1pq.c,
  107. math/log2q.c, math/logbq.c, math/logq.c, math/lrintq.c,
  108. math/lroundq.c, math/modfq.c, math/nearbyintq.c,
  109. math/nextafterq.c, math/powq.c, math/remainderq.c, math/remquoq.c,
  110. math/rintq.c, math/roundq.c, math/scalblnq.c, math/scalbnq.c,
  111. math/signbitq.c, math/sincos_table.c, math/sincosq.c,
  112. math/sincosq_kernel.c, math/sinhq.c, math/sinq.c,
  113. math/sinq_kernel.c, math/tanhq.c, math/tanq.c, math/tgammaq.c,
  114. math/truncq.c, math/x2y2m1q.c: Regenerate from glibc sources with
  115. update-quadmath.py.
  116. 2018-10-31 Joseph Myers <joseph@codesourcery.com>
  117. PR bootstrap/82856
  118. * Makefile.am: Include multilib.am.
  119. (AUTOMAKE_OPTIONS): Remove 1.8. Add info-in-builddir.
  120. (all-local): Define outside conditional code.
  121. (CLEANFILES): Remove libquadmath.info.
  122. * configure.ac: Remove AC_PREREQ.
  123. * Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.
  124. 2018-04-24 H.J. Lu <hongjiu.lu@intel.com>
  125. * configure: Regenerated.
  126. 2018-04-19 Jakub Jelinek <jakub@redhat.com>
  127. * configure: Regenerated.
  128. 2018-04-18 David Malcolm <dmalcolm@redhat.com>
  129. PR jit/85384
  130. * configure: Regenerate.
  131. 2018-02-14 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
  132. PR target/84148
  133. * configure: Regenerate.
  134. 2018-01-03 Jakub Jelinek <jakub@redhat.com>
  135. * libquadmath.texi: Bump @copying's copyright year.
  136. 2017-11-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
  137. * Makefile.am: Update AM_CFLAGS.
  138. * Makefile.in: Regenerate:
  139. * acinclude.m4: Add enable.m4 and cet.m4.
  140. * configure: Regenerate.
  141. * configure.ac: Set CET_FLAGS. Update XCFLAGS.
  142. 2017-11-05 Tom de Vries <tom@codesourcery.com>
  143. PR other/82784
  144. * printf/gmp-impl.h (MPN_MUL_N_RECURSE): Remove semicolon after
  145. "do {} while (0)".
  146. 2017-09-01 Michael Meissner <meissner@linux.vnet.ibm.com>
  147. PR libquadmath/81848
  148. * configure.ac (powerpc*-linux*): Use attribute mode KC to create
  149. complex __float128 on PowerPC instead of attribute mode TC.
  150. * quadmath.h (__complex128): Likewise.
  151. * configure: Regenerate.
  152. * math/cbrtq.c (CBRT2): Use __float128 not long double.
  153. (CBRT4): Likewise.
  154. (CBRT2I): Likewise.
  155. (CBRT4I): Likewise.
  156. * math/j0q.c (U0): Likewise.
  157. * math/sqrtq.c (sqrtq): Don't depend on implicit conversion
  158. between __float128, instead explicitly convert the __float128
  159. value to long double because the PowerPC does not allow __float128
  160. and long double in the same expression.
  161. 2017-07-19 Gerald Pfeifer <gerald@pfeifer.com>
  162. * math/powq.c (powq): Use uint32_t instead of u_int32_t.
  163. 2017-07-19 Jakub Jelinek <jakub@redhat.com>
  164. PR libquadmath/65757
  165. * quadmath-imp.h (math_opt_barrier, math_force_eval,
  166. math_narrow_eval, math_check_force_underflow,
  167. math_check_force_underflow_nonneg): Define.
  168. * math/ceilq.c: Backport changes from upstream glibc
  169. between 2012-11-01 and 2017-07-13.
  170. * math/remquoq.c: Likewise.
  171. * math/expq.c: Likewise.
  172. * math/llroundq.c: Likewise.
  173. * math/logq.c: Likewise.
  174. * math/atanq.c: Likewise.
  175. * math/nearbyintq.c: Likewise.
  176. * math/scalblnq.c: Likewise.
  177. * math/finiteq.c: Likewise.
  178. * math/atanhq.c: Likewise.
  179. * math/expm1q.c: Likewise.
  180. * math/sinhq.c: Likewise.
  181. * math/log10q.c: Likewise.
  182. * math/rintq.c: Likewise.
  183. * math/roundq.c: Likewise.
  184. * math/fmaq.c: Likewise.
  185. * math/erfq.c: Likewise.
  186. * math/log2q.c: Likewise.
  187. * math/lroundq.c: Likewise.
  188. * math/j1q.c: Likewise.
  189. * math/scalbnq.c: Likewise.
  190. * math/truncq.c: Likewise.
  191. * math/frexpq.c: Likewise.
  192. * math/sincosq.c: Likewise.
  193. * math/tanhq.c: Likewise.
  194. * math/asinq.c: Likewise.
  195. * math/coshq.c: Likewise.
  196. * math/j0q.c: Likewise.
  197. * math/asinhq.c: Likewise.
  198. * math/floorq.c: Likewise.
  199. * math/sinq_kernel.c: Likewise.
  200. * math/powq.c: Likewise.
  201. * math/hypotq.c: Likewise.
  202. * math/sincos_table.c: Likewise.
  203. * math/rem_pio2q.c: Likewise.
  204. * math/nextafterq.c: Likewise.
  205. * math/log1pq.c: Likewise.
  206. * math/sincosq_kernel.c: Likewise.
  207. * math/tanq.c: Likewise.
  208. * math/acosq.c: Likewise.
  209. * math/lrintq.c: Likewise.
  210. * math/llrintq.c: Likewise.
  211. 2017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
  212. * configure.ac (ACX_BUGURL): Update.
  213. * configure: Regenerate.
  214. 2017-01-17 Jakub Jelinek <jakub@redhat.com>
  215. PR other/79046
  216. * configure.ac: Add GCC_BASE_VER.
  217. * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
  218. get version from BASE-VER file.
  219. * configure: Regenerated.
  220. * Makefile.in: Regenerated.
  221. 2017-01-01 Jakub Jelinek <jakub@redhat.com>
  222. * libquadmath.texi: Bump @copying's copyright year.
  223. 2016-11-15 Matthias Klose <doko@ubuntu.com>
  224. * configure: Regenerate.
  225. 2016-01-04 Jakub Jelinek <jakub@redhat.com>
  226. * libquadmath.texi: Bump @copying's copyright year.
  227. 2015-08-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
  228. * Makefile.am (libquadmath_la_SOURCES): Add matha/logbq.c.
  229. * Makefile.in: Regenerate.
  230. * libquadmath.texi: Document logbq.
  231. * quadmath.h: Add logbq prototype.
  232. * quadmath.map: Add logbq.
  233. * quadmath_weak.h: Add logbq prototype.
  234. * math/logbq.c: New file
  235. 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
  236. * Makefile.in: Regenerated with automake-1.11.6.
  237. * aclocal.m4: Likewise.
  238. * configure: Likewise.
  239. 2015-01-26 Matthias Klose <doko@ubuntu.com>
  240. * configure.ac: Move AM_ENABLE_MULTILIB before AC_PROG_CC.
  241. * configure: Regenerate.
  242. 2015-01-05 Jakub Jelinek <jakub@redhat.com>
  243. * libquadmath.texi: Bump @copying's copyright year.
  244. 2014-11-21 H.J. Lu <hongjiu.lu@intel.com>
  245. PR bootstrap/63784
  246. * configure: Regenerated.
  247. 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
  248. PR target/63610
  249. * configure: Regenerate.
  250. 2014-10-21 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
  251. PR libquadmath/55821
  252. * Makefile.am: Unconditionally define libquadmath_TEXINFOS.
  253. * Makefile.in: Regenerate.
  254. 2014-10-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
  255. PR libquadmath/55821
  256. * Makefile.am: Conditionally define info_TEXINFOS and
  257. libquadmath_TEXINFOS.
  258. * Makefile.in: Regenerate.
  259. 2014-10-08 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
  260. PR libquadmath/63487
  261. * libquadmath.texi (sincosq): Fix typo.
  262. 2014-01-02 Tobias Burnus <burnus@net-b.de>
  263. * libquadmath.texi: Bump @copying's copyright year.
  264. 2013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
  265. * Makefile.am (AM_CPPFLAGS): Define.
  266. * Makefile.in: Regenerate.
  267. * printf/gmp-impl.h: Remove path from longlong.h include.
  268. 2013-09-20 Alan Modra <amodra@gmail.com>
  269. * configure: Regenerate.
  270. 2013-03-06 Shakthi Kannan <shakthimaan@gmail.com>
  271. PR libquadmath/55473
  272. * quadmath.h: Add 'extern "C"' block for C++ use.
  273. 2013-02-19 Jakub Jelinek <jakub@redhat.com>
  274. PR libquadmath/56379
  275. * strtod/strtod_l.c (mpn_lshift_1): Rewritten as function-like
  276. macro.
  277. 2013-02-17 Tobias Burnus <burnus@net-b.de>
  278. * math/cacoshq.c (cacoshq): Call signbitq instead of signbit.
  279. 2013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
  280. Revert previous patch.
  281. 2013-02-03 Richard Sandiford <rdsandiford@googlemail.com>
  282. Update copyright years.
  283. 2013-01-22 Jakub Jelinek <jakub@redhat.com>
  284. PR libquadmath/56072
  285. * libquadmath.texi (M_PI_2q, M_PI_4q): Fix up description.
  286. 2012-12-13 Jakub Jelinek <jakub@redhat.com>
  287. * math/cbrtq.c (cbrtq): Use Q suffixed floating point constants
  288. instead of L suffixed ones.
  289. * math/fmaq.c (fmaq): Likewise.
  290. * math/rintq.c (TWO112): Likewise.
  291. 2012-12-03 Tobias Burnus <burnus@net-b.de>
  292. * strtod/strtod_l.c (___STRTOF_INTERNAL): Fix exponent
  293. reading.
  294. 2012-11-25 Tobias Burnus <burnus@net-b.de>
  295. PR libquadmath/55462
  296. * strtod/strtod_l.c (round_and_return): Use HAVE_FENV_H
  297. instead of nonexisting HAVE_GET_ROUNDING_MODE.
  298. 2012-11-23 H.J. Lu <hongjiu.lu@intel.com>
  299. PR bootstrap/55455
  300. * quadmath-rounding-mode.h (get_rounding_mode): Don't pass
  301. void to fegetround.
  302. 2012-11-23 Tobias Burnus <burnus@net-b.de>
  303. Joseph Myers <joseph@codesourcery.com>
  304. * quadmath-rounding-mode.h: New.
  305. * printf/fpioconst.c: Update from GLIBC. Fix strtod rounding.
  306. * printf/fpioconst.h: Ditto.
  307. * printf/printf_fp.c (__quadmath_printf_fp): Update from GLIBC.
  308. Make printf respect the rounding mode for decimal output.
  309. * printf/printf_fphex.c (__quadmath_printf_fphex): Update from
  310. GLIBC. Make printf respect the rounding mode for hex output.
  311. * strtod/strtod_l.c: Update from GLIBC. Make strtod respect the
  312. rounding mode. Fix strtod handling of underflow.
  313. 2012-11-22 David S. Miller <davem@davemloft.net>
  314. Tobias Burnus <burnus@net-b.de>
  315. Joseph Myers <joseph@codesourcery.com>
  316. * math/atanq.c (atanq): Update from GLIBC. Handle tiny and
  317. very large arguments properly.
  318. * math/j0q.c (y0q): Update from GLIBC. Avoid arithmetic
  319. underflow when 'x' is very small.
  320. * math/j1q.c (y1q): Ditto.
  321. * math/log1pq.c (log1pq): Update from GLIBC. Saturate
  322. nonzero exponents with absolute value below 0x1p-128 to
  323. +/- 0x1p-128.
  324. * math/powq.c (powq): Update from GLIBC. If xm1 is
  325. smaller than LDBL_EPSILON/2.0L, just return xm1.
  326. 2012-11-21 Tobias Burnus <burnus@net-b.de>
  327. PR libquadmath/55225
  328. * math/lgammaq.c (lgammaq): Use local variable if
  329. math.h does not provide signgam.
  330. * acinclude.m4 (LIBQUAD_CHECK_MATH_H_SIGNGAM): New check.
  331. * configure.ac: Use it.
  332. * configure: Regenerate.
  333. * config.h.in: Regenerate.
  334. 2012-11-15 Tobias Burnus <burnus@net-b.de>
  335. Joseph Myers <joseph@codesourcery.com>
  336. * math/fmaq.c (fmaq): Merge from GLIBC. Fix fma
  337. underflows with small x * y; Fix overflow results
  338. outside round-to-nearest mode; make use of Dekker
  339. and Knuth algorithms use round-to-nearest.
  340. 2012-11-01 Tobias Burnus <burnus@net-b.de>
  341. * math/fmaq.c (fmaq): Fix build.
  342. 2012-11-01 Tobias Burnus <burnus@net-b.de>
  343. Joseph Myers <joseph@codesourcery.com>
  344. * math/fmaq.c (fmaq): Merge from GLIBC. Handle cases
  345. with small x * y using scaling, not as x * y + z.
  346. * math/lgammaq.c (lgammaq): Fix signgam handling.
  347. 2012-11-01 Tobias Burnus <burnus@net-b.de>
  348. * Makefile.am (libquadmath_la_SOURCES): Add new math/* files.
  349. * Makefile.in: Regenerated.
  350. * math/acoshq.c: Update comment.
  351. * math/acosq.c: Ditto.
  352. * math/asinhq.c: Ditto.
  353. * math/asinq.c: Ditto.
  354. * math/atan2q.c: Ditto.
  355. * math/atanhq.c: Ditto.
  356. * math/ceilq.c: Ditto.
  357. * math/copysignq.c: Ditto.
  358. * math/cosq.c: Ditto.
  359. * math/coshq.c: Ditto.
  360. * math/erfq.c: Ditto.
  361. * math/fabsq.c: Ditto.
  362. * math/finiteq.c: Ditto.
  363. * math/floorq.c: Ditto.
  364. * math/fmodq.c: Ditto.
  365. * math/frexpq.c: Ditto.
  366. * math/isnanq.c: Ditto.
  367. * math/j0q.c: Ditto.
  368. * math/j1q.c: Ditto.
  369. * math/ldexpq.c: Ditto.
  370. * math/llroundq.c: Ditto.
  371. * math/log10q.c: Ditto.
  372. * math/log1pq.c: Ditto.
  373. * math/log2q.c: Ditto.
  374. * math/logq.c: Ditto.
  375. * math/lroundq.c: Ditto.
  376. * math/modfq.c: Ditto.
  377. * math/nextafterq.c: Ditto.
  378. * math/powq.c: Ditto.
  379. * math/rem_pio2q.c: Ditto.
  380. * math/remainderq.c: Ditto.
  381. * math/rintq.c: Ditto.
  382. * math/roundq.c: Ditto.
  383. * math/scalblnq.c: Ditto.
  384. * math/scalbnq.c: Ditto.
  385. * math/sincosq_kernel.c: Ditto.
  386. * math/sinq.c: Ditto.
  387. * math/tanq.c: Ditto.
  388. * math/expq.c: Ditto.
  389. (__expq_table, expq): Renamed local array from __expl_table.
  390. * math/cosq_kernel.c (__quadmath_kernel_cosq): Fix sign handling.
  391. * math/cacoshq.c: Changes from GLIBC; fix returned sign.
  392. * math/casinhq.c: Changes from GLIBC to fix special-case.
  393. * math/cbrtq.c: Use modified GLIBC version.
  394. * math/complex.c (ccoshd, cexpq, clog10q, clogq, csinhq, csinq,
  395. ctanhq, ctanq): Moved to separates files.
  396. (mult_c128, div_c128): Removed no longer needed functions.
  397. (cexpiq): Call sincosq instead of sinq and cosq.
  398. (cosq): Call cosh(-re,im) instead of cosq/sinq/sinh/cosh.
  399. * math/ccoshq.c (ccoshq): New file, moved from complex.c and
  400. modified based on GLIBC.
  401. * math/cexpq.c (cexp): Ditto.
  402. * math/clog10q.c (clog10q): Ditto.
  403. * math/clogq.c (clogq): Ditto.
  404. * math/csinhq.c: Ditto.
  405. * math/csinq.c: Ditto.
  406. * math/csqrtq.c: Ditto.
  407. * math/ctanhq.c: Ditto.
  408. * math/ctanq.c: Ditto.
  409. * math/fmaq.c (fmaq): Port TININESS_AFTER_ROUNDING handling
  410. from GLIBC.
  411. * math/ilogbq.c (ilogbq): Add errno = EDOM handling.
  412. * math/isinf_nsq.c (__quadmath_isinf_nsq): New file, ported
  413. from GLIBC.
  414. * math/lgammaq.c (lgammaq): Add signgam handling.
  415. * math/sinhq.c (sinhq): Fix sign handling.
  416. * math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
  417. * math/tgammaq.c (tgammaq): Ditto.
  418. * math/x2y2m1q.c: New file.
  419. * quadmath-imp.h (TININESS_AFTER_ROUNDING): New define.
  420. (__quadmath_x2y2m1q, __quadmath_isinf_nsq): New prototypes.
  421. 2012-10-31 Tobias Burnus <burnus@net-b.de>
  422. Joseph Myers <joseph@codesourcery.com>
  423. David S. Miller <davem@davemloft.net>
  424. Ulrich Drepper <drepper@redhat.com>
  425. Marek Polacek <polacek@redhat.com>:
  426. Petr Baudis <pasky@suse.cz>
  427. * math/complex.c (csqrtq): NaN and INF fixes.
  428. * math/sqrtq.c (sqrt): NaN, INF and < 0 fixes.
  429. * math/expm1q.c (expm1q): Changes from GLIBC. Use expq for
  430. large parameters. Fix errno for boundary conditions.
  431. * math/finiteq.c (finiteq): Add comment.
  432. * math/fmaq.c (fmaq): Changes from GLIBC. Fix missing underflows
  433. and bad results for some subnormal results. Fix sign of inexact
  434. zero return. Fix sign of exact zero return.
  435. Ensure additions are not scheduled after fetestexcept.
  436. * math/jnq.c (jnq): Changes from GLIBC. Set up errno properly
  437. for ynq. Fix jnq precision.
  438. * math/nearbyintq.c (nearbyintq): Changes from GLIBC. Do not
  439. manipulate bits before adding and subtracting TWO112[sx].
  440. * math/rintq.c (rintq): Ditto.
  441. * math/scalbnq.c (scalbnq): Changes from GLIBC. Fix integer
  442. overflow.
  443. 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
  444. * configure: Regenerated.
  445. 2012-05-29 Benjamin Kosnik <bkoz@redhat.com>
  446. PR libstdc++/51007
  447. * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
  448. * configure: Regenerated.
  449. 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
  450. * configure: Regenerated.
  451. 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
  452. * configure: Regenerate.
  453. 2011-11-07 Kai Tietz <ktietz@redhat.com>
  454. PR target/51007
  455. * quadmath-imp.h (ieee854_float128): Adjust
  456. for ms-bitfield layout.
  457. 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  458. * printf/gmp-impl.h: Adapt path to longlong.h.
  459. 2011-09-21 Joseph Myers <joseph@codesourcery.com>
  460. * Makefile.am (FLAGS_TO_PASS): Define.
  461. * Makefile.in: Regenerate.
  462. 2011-08-01 Jakub Jelinek <jakub@redhat.com>
  463. * math/rem_pio2q.c (__quadmath_kernel_rem_pio2): Fix up fq to y
  464. conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
  465. 2011-04-03 Tobias Burnus <burnus@net-b.de>
  466. PR fortran/48311
  467. * libquadmath.texi (strtoflt128): Fix typo.
  468. (quadmath_snprintf): Move note up, make @item.
  469. 2011-03-25 Jakub Jelinek <jakub@redhat.com>
  470. * printf/printf_fp.c (__quadmath_printf_fp): Use memcpy instead of
  471. mempcpy.
  472. 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  473. PR bootstrap/48135
  474. * configure.ac (quadmath_use_symver): Handle --disable-symvers.
  475. * configure: Regenerate.
  476. 2011-02-28 Jakub Jelinek <jakub@redhat.com>
  477. * printf/quadmath-printf.c (quadmath_snprintf): Make sure
  478. that for size > 0 str is always zero terminated.
  479. 2011-02-20 Jakub Jelinek <jakub@redhat.com>
  480. PR bootstrap/47827
  481. * printf/quadmath-printf.h (NAN): Redefine to __builtin_nanf ("").
  482. 2011-02-17 Jakub Jelinek <jakub@redhat.com>
  483. * libquadmath.texi (FLT128_DIG, FLT128_MIN_10_EXP,
  484. FLT128_MAX_10_EXP): Document.
  485. (strtoflt128): Remove obsolete comment.
  486. * configure.ac (HAVE_STRTOULL): New check.
  487. * printf/gmp-impl.h (mpn_construct_float128): New prototype,
  488. define.
  489. * printf/mul_n.c: Include <config.h>.
  490. * printf/add_n.c: Likewise.
  491. * printf/cmp.c: Likewise.
  492. * printf/fpioconst.c: Likewise.
  493. * printf/mul_1.c: Likewise.
  494. * printf/rshift.c: Likewise.
  495. * printf/lshift.c: Likewise.
  496. * printf/submul_1.c: Likewise.
  497. * printf/sub_n.c: Likewise.
  498. * printf/divrem.c: Likewise.
  499. * printf/addmul_1.c: Likewise.
  500. * printf/mul.c: Likewise.
  501. * printf/quadmath-printf.h (isupper, isdigit, tolower): Change
  502. to avoid evaluating argument multiple times.
  503. (isxdigit): Redefine.
  504. * strtod/strtoflt128.c: New file.
  505. * strtod/strtod_l.c: New file.
  506. * strtod/mpn2flt128.c: New file.
  507. * strtod/grouping.h: New file.
  508. * strtod/tens_in_limb.c: New file.
  509. * gdtoa/arith.h: Removed.
  510. * gdtoa/gd_qnan.h: Removed.
  511. * gdtoa/gdtoa_fltrnds.h: Removed.
  512. * gdtoa/gdtoa.h: Removed.
  513. * gdtoa/gdtoaimp.h: Removed.
  514. * gdtoa/gethex.c: Removed.
  515. * gdtoa/gmisc.c: Removed.
  516. * gdtoa/hd_init.c: Removed.
  517. * gdtoa/hexnan.c: Removed.
  518. * gdtoa/makefile: Removed.
  519. * gdtoa/misc.c: Removed.
  520. * gdtoa/README.gdtoa: Removed.
  521. * gdtoa/smisc.c: Removed.
  522. * gdtoa/strtodg.c: Removed.
  523. * gdtoa/strtopQ.c: Removed.
  524. * gdtoa/sum.c: Removed.
  525. * quadmath.h (FLT128_DIG, FLT128_MIN_10_EXP, FLT128_MAX_10_EXP):
  526. Define.
  527. * Makefile.am (libquadmath_la_SOURCES): Remove gdtoa/*, add
  528. strtod/strtoflt128.c, strtod/mpn2flt128.c and strtod/tens_in_limb.c.
  529. * config.h.in: Regenerated.
  530. * configure: Regenerated.
  531. * Makefile.in: Regenerated.
  532. 2011-02-16 Jakub Jelinek <jakub@redhat.com>
  533. * printf/quadmath-printf.c: Also check __GLIBC__ when checking
  534. whether workarounds for printf hook handling should be added.
  535. * configure.ac: Check for locale.h too.
  536. (USE_LOCALE_SUPPORT): Remove check.
  537. (USE_NL_LANGINFO, USE_NL_LANGINFO_WC, USE_LOCALECONV): New checks.
  538. (USE_I18_NUMBER_H): Check also for _NL_CTYPE_MB_CUR_MAX.
  539. * printf/printf_fphex.c (__quadmath_printf_fphex): Use nl_langinfo
  540. or localeconv for narrow version and nl_langinfo if USE_NL_LANGINFO_WC
  541. for wide version.
  542. * printf/quadmath-printf.h: Include locale.h if HAVE_LOCALE_H.
  543. * printf/printf_fp.c (USE_I18N_NUMBER_H): Don't define to 0.
  544. (__quadmath_printf_fp): Use nl_langinfo or localeconv for narrow
  545. version and nl_langinfo if USE_NL_LANGINFO_WC for wide version.
  546. Guard nl_langinfo (_NL_CTYPE_MB_CUR_MAX) use with
  547. USE_I18N_NUMBER_H #ifdef.
  548. * configure: Regenerated.
  549. * config.h.in: Regenerated.
  550. 2011-02-14 Jakub Jelinek <jakub@redhat.com>
  551. PR bootstrap/47736
  552. * configure.ac (HAVE_PRINTF_HOOKS): Test if printf_info struct has
  553. user field.
  554. * printf/quadmath-printf.c (quadmath_snprintf): Clear whole info
  555. field instead of setting individual fields to 0. Don't set info.user
  556. to -1.
  557. * configure: Regenerated.
  558. * configure.ac (HAVE_HIDDEN_VISIBILITY): Test with -Werror in CFLAGS.
  559. * printf/printf_fp.c: Don't include <alloca.h>.
  560. * printf/quadmath-printf.h (_itoa): Redefine to __quadmath_itoa.
  561. * configure: Regenerated.
  562. PR fortran/47642
  563. * libquadmath.texi (quadmath_snprintf): Document.
  564. (quadmath_flt128tostr): Remove.
  565. * Makefile.am (libquadmath_la_SOURCES): Add printf/*.c.
  566. Remove quadmath_io.c, gdtoa/gdtoa.c, gdtoa/g__fmt.c,
  567. gdtoa/g_Qfmt.c, gdtoa/dmisc.c and gdtoa/ulp.c.
  568. * quadmath.h (quadmath_snprintf): New prototype.
  569. (quadmath_flt128tostr): Remove.
  570. * quadmath_weak.h (quadmath_snprintf): Add.
  571. (quadmath_flt128tostr): Remove.
  572. * configure.ac: New AC_CHECK_HEADERS headers: langinfo.h, wchar.h,
  573. wctype.h, limits.h, ctype.h, printf.h, errno.h.
  574. (AC_USE_SYSTEM_EXTENSIONS): Add.
  575. (HAVE_HIDDEN_VISIBILITY, HAVE_PRINTF_HOOKS,
  576. USE_LOCALE_SUPPORT, USE_I18N_NUMBER_H): New checks.
  577. * quadmath.map (QUADMATH_1.0): Add quadmath_snprintf. Remove
  578. quadmath_flt128tostr.
  579. * printf/printf_fphex.c: New file.
  580. * printf/_itowa.h: New file.
  581. * printf/mul_n.c: New file.
  582. * printf/quadmath-printf.h: New file.
  583. * printf/submul_1.c: New file.
  584. * printf/quadmath-printf.c: New file.
  585. * printf/gmp-impl.h: New file.
  586. * printf/lshift.c: New file.
  587. * printf/fpioconst.h: New file.
  588. * printf/add_n.c: New file.
  589. * printf/cmp.c: New file.
  590. * printf/sub_n.c: New file.
  591. * printf/mul.c: New file.
  592. * printf/divrem.c: New file.
  593. * printf/addmul_1.c: New file.
  594. * printf/printf_fp.c: New file.
  595. * printf/_itoa.h: New file.
  596. * printf/fpioconst.c: New file.
  597. * printf/_i18n_number.h: New file.
  598. * printf/flt1282mpn.c: New file.
  599. * printf/rshift.c: New file.
  600. * printf/mul_1.c: New file.
  601. * quadmath_io.c: Removed.
  602. * gdtoa/gdtoa.c: Removed.
  603. * gdtoa/g__fmt.c: Removed.
  604. * gdtoa/g_Qfmt.c: Removed.
  605. * gdtoa/dmisc.c: Removed.
  606. * gdtoa/ulp.c: Removed.
  607. * config.h.in: Regenerated.
  608. * configure: Regenerated.
  609. * Makefile.in: Regenerated.
  610. 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  611. * Makefile.in: Regenerate.
  612. * aclocal.m4: Likewise.
  613. * configure: Likewise.
  614. 2011-01-31 Jerry DeLisle <jvdelisle@gcc.gnu.org>
  615. PR libquadmath/47293
  616. * gdtoa/qd_qnan.h: Fix NAN bit patterns.
  617. * gdtoa/strtopQ.c (strtoflt128): Handle endianess with NAN.
  618. 2011-01-17 Tobias Burnus <burnus@net-b.de>
  619. PR fortran/47295
  620. * libquadmath.text: Document typedef and constants.
  621. 2011-01-17 Tobias Burnus <burnus@net-b.de>
  622. PR fortran/46817
  623. * quadmath-imp.h: Refer to libquadmath not ot libiberty,
  624. bump copyright year and use /**/ instead of // comments.
  625. * quadmath.h: Ditto.
  626. * quadmath-weak.h: Ditto.
  627. * quadmath_io.c: Ditto.
  628. 2011-01-16 Jakub Jelinek <jakub@redhat.com>
  629. PR libfortran/47322
  630. * math/remquoq.c (remquoq): Use uint64_t type instead of u_int64_t.
  631. PR fortran/46625
  632. * quadmath.map (QUADMATH_1.0): Remove quadmath_strtopQ
  633. and quadmath_dtoaq. Add strtoflt128 and quadmath_flt128tostr.
  634. * quadmath_weak.h (quadmath_strtopQ, quadmath_dtoaq): Remove.
  635. (strtoflt128, quadmath_flt128tostr): Add.
  636. * gdtoa/strtopQ.c (quadmath_strtopQ): Rename to...
  637. (strtoflt128): ... this. Return __float128, instead of writing
  638. to memory pointed by last argument.
  639. * quadmath.h: Use C style comments instead of C++ style.
  640. (quadmath_strtopQ, quadmath_dtoaq): Remove prototypes.
  641. (strtoflt128, quadmath_flt128tostr): Add prototypes.
  642. * libquadmath.texi (quadmath_dtoaq): Rename to quadmath_flt128tostr.
  643. (quadmath_strtopQ): Rename to strtoflt128. Adjust prototype,
  644. adjust examples.
  645. * quadmath_io.c (quadmath_dtoaq): Rename to...
  646. (quadmath_flt128tostr): ... this.
  647. * quadmath.h (__quadmath_throw, __quadmath_nth): Define.
  648. Use it for all prototypes.
  649. PR fortran/46416
  650. * quadmath.h (cbrtq, finiteq, isnanq, signbitq, sqrtq): Remove
  651. const from prototype argument.
  652. (cimagq, conjq, cprojq, crealq, fdimq, fmaxq, fminq, ilogbq,
  653. llrintq, log2q, lrintq, nearbyintq, remquoq): New prototypes.
  654. (__quadmath_extern_inline): Define.
  655. (cimagq, conjq, crealq): New inlines.
  656. * Makefile.am (libquadmath_la_SOURCES): Add math/cimagq.c,
  657. math/conjq.c, math/cprojq.c, math/crealq.c, math/fdimq.c,
  658. math/fmaxq.c, math/fminq.c, math/ilogbq.c, math/llrintq.c,
  659. math/log2q.c, math/lrintq.c, math/nearbyintq.c and math/remquoq.c.
  660. * Makefile.in: Regenerated.
  661. * quadmath_weak.h (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
  662. fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
  663. * quadmath-imp.h (__LITTLE_ENDIAN__): Don't define.
  664. (ieee854_float128): Use __BYTE_ORDER == __ORDER_BIG_ENDIAN__
  665. tests instead of __BIG_ENDIAN__.
  666. * quadmath.map (QUADMATH_1.0): Add cimagq, conjq, cprojq, crealq,
  667. fdimq, fmaxq, fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq
  668. and remquoq.
  669. * libquadmath.texi (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
  670. fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
  671. * math/cprojq.c: New file.
  672. * math/ilogbq.c: New file.
  673. * math/fminq.c: New file.
  674. * math/llrintq.c: New file.
  675. * math/log2q.c: New file.
  676. * math/lrintq.c: New file.
  677. * math/crealq.c: New file.
  678. * math/nearbyintq.c: New file.
  679. * math/fmaxq.c: New file.
  680. * math/conjq.c: New file.
  681. * math/remquoq.c: New file.
  682. * math/cimagq.c: New file.
  683. * math/fdimq.c: New file.
  684. * math/ldexpq.c: Include errno.h. Set errno to ERANGE if needed.
  685. PR fortran/46416
  686. * quadmath.h (cacosq, cacoshq, casinq, casinhq, catanq, catanhq):
  687. New prototypes.
  688. (M_Eq, M_LOG2Eq, M_LOG10Eq, M_LN2q, M_LN10q, M_PIq, M_PI_2q, M_PI_4q,
  689. M_1_PIq, M_2_PIq, M_2_SQRTPIq, M_SQRT2q, M_SQRT1_2q): Define.
  690. * quadmath_weak.h (cacosq, cacoshq, casinq, casinhq, catanq,
  691. catanhq): Add.
  692. * quadmath-imp.h (fpclassifyq, QUADFP_NAN, QUADFP_INFINITE,
  693. QUADFP_ZERO, QUADFP_SUBNORMAL, QUADFP_NORMAL): Define.
  694. * quadmath.map (QUADMATH_1.0): Add cacosq, cacoshq, casinq, casinhq,
  695. catanq and catanhq.
  696. * Makefile.am (libquadmath_la_SOURCES): Add math/cacosq.c,
  697. math/cacoshq.c, math/casinq.c, math/casinhq.c, math/catanq.c
  698. and math/catanhq.c.
  699. * Makefile.in: Regenerated.
  700. * libquadmath.texi (cacosq, cacoshq, casinq, casinhq,
  701. catanq, catanhq): Add.
  702. * math/cacoshq.c: New file.
  703. * math/cacosq.c: New file.
  704. * math/catanq.c: New file.
  705. * math/catanhq.c: New file.
  706. * math/casinq.c: New file.
  707. * math/casinhq.c: New file.
  708. * math/hypotq.c (hypotq): Use Q suffix instead of L.
  709. * math/atan2q.c (tiny, pi_o_4, pi_o_2, pi, pi_lo, atan2q): Likewise.
  710. * math/cosq.c (cosq): Likewise.
  711. PR fortran/46402
  712. * quadmath.map (QUADMATH_1.0): Add fmaq.
  713. * configure.ac: Check for fenv.h, feholdexcept, fesetround,
  714. feupdateenv, fesetenv and fetestexcept.
  715. * configure: Regenerated.
  716. * config.h.in: Regenerated.
  717. * quadmath.h (fmaq): New prototype.
  718. * quadmath_weak.h (fmaq): Add.
  719. * Makefile.am (libquadmath_la_SOURCES): Add math/fmaq.c.
  720. * Makefile.in: Regenerated.
  721. * quadmath-imp.h: Include config.h.
  722. * math/expq.c: Include fenv.h.
  723. (USE_FENV_H): Define if libm support for fe* is there.
  724. (expq): Add fesetround etc. support if USE_FENV_H is defined.
  725. * math/fmaq.c: New file.
  726. * libquadmath.texi (fmaq): Add.
  727. 2011-01-14 Tobias Burnus <burnus@net-b.de>
  728. PR fortran/47182
  729. * configure.ac: Use ACX_BUGURL.
  730. * libquadmath.texi: Include libquadmath-vers.texi for BUGURL.
  731. * Makefile.am: Create libquadmath-vers.texi.
  732. * configure.in: Regenerate.
  733. * Makefile.in: Regenerate.
  734. 2011-01-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  735. PR fortran/47174
  736. * Makefile.am (libquadmath.info): Unconditionally override
  737. target, not only if BUILD_LIBQUADMATH.
  738. * Makefile.in: Regenerate.
  739. * configure.ac (AM_INIT_AUTOMAKE): Add -Wno-override option to
  740. avoid warning from automake.
  741. 2010-12-19 Tobias Burnus <burnus@net-b.de>
  742. PR fortran/46520
  743. * configure.ac: Do not call AC_CHECK_LIB for gcc_no_link.
  744. * configure: Regenerate
  745. 2010-12-13 Tobias Burnus <burnus@net-b.de>
  746. PR fortran/46625
  747. * gdtoa/gdtoaimp.h: Mangle internal functions by
  748. prefixing them with __quadmath. Don't use gdtoa's strcp(y).
  749. * gdtoa/g_Qfmt.c (g_Qfmt): Use strcpy instead of strcp.
  750. * gdtoa/misc.c (strcpy): Renamed from strcp and only use
  751. if NO_STRING_H is set.
  752. * quadmath-imp.h (__quadmath_rem_pio2q, __quadmath_kernel_sincosq
  753. __quadmath_kernel_sinq, __quadmath_kernel_cosq): Added
  754. __quadmath prefix to internal functions.
  755. * math/cosq.c (cosq): Ditto.
  756. * math/sinq.c (cosq): Ditto.
  757. * math/tanq.c (tanq,__quadmath_kernel_tanq): Ditto.
  758. * math/rem_pio2q.c (rem_pio2, __quadmath_kernel_rem_pio2): Ditto.
  759. * math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
  760. * math/cosq_kernel.c (__quadmath_kernel_cosq): Ditto.
  761. 2010-12-08 Tobias Burnus <burnus@net-b.de>
  762. PR fortran/46772
  763. * gdtoa/gdtoa.h: Include stdlib.h instead of declare strtod.
  764. * gdtoa/gdtoaimp.h: Don't declare strtod.
  765. 2010-12-08 Tobias Burnus <burnus@net-b.de>
  766. PR fortran/46520
  767. * configure.ac: Use GCC_TRY_COMPILE_OR_LINK instead of
  768. AC_TRY_LINK and cache libquad_have_float128.
  769. * configure: Regenerate.
  770. 2010-12-08 Tobias Burnus <burnus@net-b.de>
  771. PR fortran/46543
  772. * configure.ac: Add texinfo checks.
  773. * Makefile.am: Handle .texi documentation.
  774. * libquadmath.texi: New.
  775. * configure: Regenerated.
  776. * Makefile.in: Regenerated.
  777. 2010-12-06 Tobias Burnus <burnus@net-b.de>
  778. PR fortran/46817
  779. * quadmath-imp.h: Add LGPL header.
  780. * quadmath.h: Add LGPL header.
  781. * quadmath_io.c: Add LGPL header.
  782. * quadmath_weak.h: Add LGPL header.
  783. 2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
  784. PR target/40125
  785. PR lto/46695
  786. * configure.ac: Invoke ACX_LT_HOST_FLAGS.
  787. * Makefile.am (libquadmath_la_LDFLAGS): Use lt_host_flags.
  788. * aclocal.m4: Regenerate.
  789. * configure: Regenerate.
  790. * Makefile.in: Regenerate.
  791. 2010-11-30 Tobias Burnus <burnus@net-b.de>
  792. PR fortran/46594
  793. * Makefile.am: Install include files in
  794. target/version specific directory.
  795. * Makefile.in: Regenerate.
  796. 2010-11-30 Tobias Burnus <burnus@net-b.de>
  797. * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS,
  798. LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY,
  799. LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT): Remove.
  800. 2010-11-29 Kai Tietz <kai.tietz@onevision.com>
  801. * configure: Regenerated.
  802. * Makefile.in: Regenerated.
  803. * configure.ac (ACX_NONCANONICAL_TARGET): Call it.
  804. (target_alias): Use AC_SUBST for it.
  805. (GCC_NO_EXECUTABLES): Call it.
  806. (AC_PROG_CC): Improve multilib handling.
  807. Check that gcc is used for compilation.
  808. Use pattern from libssp for symbol versioning checking.
  809. * Makefile.am (LTLDFLAGS): Removed.
  810. (libquadmath_la_LDFLAGS): Add -no-undefined.
  811. (libquadmath_la_LINK): Commented out.
  812. (libquadmath_la_DEPENDENCIES): Add libquadmath_la_LIBADD.
  813. (AM_MAKEFLAGS): Add hack for argument passing by top-level.
  814. (MAKEOVERRIDES): New.
  815. * aclocal.m4: Regenerated.
  816. 2010-11-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  817. * Makefile.am (libquadmath_la_LIBADD): Move -lm ...
  818. (libquadmath_la_LDFLAGS): ... here.
  819. (quadmath.map-sun): Tabify.
  820. Fix sed expression.
  821. * Makefile.in: Regenerate.
  822. 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
  823. Tobias Burnus <burnus@net-b.de>
  824. PR fortran/32049
  825. Initial implementation and checkin.
  826. Copyright (C) 2010-2018 Free Software Foundation, Inc.
  827. Copying and distribution of this file, with or without modification,
  828. are permitted in any medium without royalty provided the copyright
  829. notice and this notice are preserved.