Date: Mon, 19 Sep 2016 20:57:58 +0200 From: Ed Schouten <ed@nuxi.nl> To: Bruce Evans <bde@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: Re: svn commit: r305971 - stable/11/lib/msun/src Message-ID: <CABh_MKneVefUX=buhi1TOtu5keQO3BW_zSBvVHHqM8a%2BAs3Nag@mail.gmail.com> In-Reply-To: <201609191234.u8JCYTUo052934@repo.freebsd.org> References: <201609191234.u8JCYTUo052934@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Bruce, 2016-09-19 14:34 GMT+02:00 Bruce Evans <bde@freebsd.org>: > +#if (LDBL_MANT_DIG == 53) > +__weak_reference(fmod, fmodl); > +#endif I've noticed that libm uses __weak_reference() all over the place, but I guess that in this specific case there is no reason to use them, right? Wouldn't it make more sense to use strong references here, so that they are consistent with other architectures? -- Ed Schouten <ed@nuxi.nl> Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABh_MKneVefUX=buhi1TOtu5keQO3BW_zSBvVHHqM8a%2BAs3Nag>