<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>47f0f835331ca72a2a178e40b3f448d2248c1136 - Pull in missing functions for MKSOFTFLOAT.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#47f0f835331ca72a2a178e40b3f448d2248c1136</link>
        <description>Pull in missing functions for MKSOFTFLOAT.

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Tue, 29 Oct 2024 01:34:18 +0000</pubDate>
        <dc:creator>nat &lt;nat@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>20429227726741263260ffb925d28f5c816faa10 - move a COPTS setting after bsd.own.mk.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#20429227726741263260ffb925d28f5c816faa10</link>
        <description>move a COPTS setting after bsd.own.mk.the riscv64 compat build trips on this saying:   bsd.rv32.mk&quot; line 25: while evaluating variable &quot;COPTS&quot;: while evaluating condition &quot; == &quot;gcc&quot;&quot;: Bad condition

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Wed, 03 Jul 2024 06:26:03 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bad25e0fa48ae0a9f2f2ba295ceed418f6a4ec33 - libm: Fix arm expected symbol list harder.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#bad25e0fa48ae0a9f2f2ba295ceed418f6a4ec33</link>
        <description>libm: Fix arm expected symbol list harder.LIB is not defined by the time we need it in the m.expsym rule, sojust say m here like in the other lines.

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Mon, 10 Jun 2024 12:49:29 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1d133038dfc4494afb938090af856f0524840fbf - libm: Fix mips and arm expected symbol lists.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#1d133038dfc4494afb938090af856f0524840fbf</link>
        <description>libm: Fix mips and arm expected symbol lists.Had forgotten that they were overriding LIB_EXPSYM.  Use a newintermediate variable EXPSYM_SRC_MD for that.

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Mon, 10 Jun 2024 12:47:40 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>666a11399145889d42607c539661324057cb1bd8 - libm: Factor out common expected symbol list.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#666a11399145889d42607c539661324057cb1bd8</link>
        <description>libm: Factor out common expected symbol list.Should substantially reduce the maintenance burden.

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Sun, 09 Jun 2024 14:10:05 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>26e8a868b44a34decee4608c77b7bfd86c9cc4b2 - libm: Fix powerpc64 build.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#26e8a868b44a34decee4608c77b7bfd86c9cc4b2</link>
        <description>libm: Fix powerpc64 build.- Include fenv.c and fma(3) symbols (which just use the FMADD  instruction).- Note the .FN symbols in libm for the asm functions.  The FN symbols  point at the function _descriptors_; the .FN symbols point at the  first instruction of the function.XXX Unclear why we have the .FN symbols for asm functions but not forC functions.  I&apos;m not sure we should be exporting them.

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Tue, 14 May 2024 14:34:35 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>210c9d72b1fe98d254a8686339fbbb056755078f - libm: Add frexpf and frexpl on VAX.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#210c9d72b1fe98d254a8686339fbbb056755078f</link>
        <description>libm: Add frexpf and frexpl on VAX.These are trivial subroutines, not symbol aliases, for separatereasons:- frexpf has a different ABI from frexp (float vs double argument)- frexp is defined in libc, not libm, so although long double is the  same as double, frexpl can&apos;t be an alias in libm of a symbol  defined in libc

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Thu, 09 May 2024 14:42:09 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5499b93eb2907817fd8472745d509c2f34acea56 - libm: Split expected symbols in mips further by 32-bit vs 64-bit.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#5499b93eb2907817fd8472745d509c2f34acea56</link>
        <description>libm: Split expected symbols in mips further by 32-bit vs 64-bit.32-bit has binary64 long double, same as double; 64-bit has binary128long double, which is implemented with a few more symbols in libm(which should maybe be hidden internal symbols, but let&apos;s get thisdiagnostic measure in the build working before we think aboutpossibly deleting private symbols).

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Thu, 09 May 2024 00:04:23 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c0a4905dd84f843044782127aeedd96a32ae22e2 - libm: Split expected symbols on arm and mips by hard/soft float.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#c0a4905dd84f843044782127aeedd96a32ae22e2</link>
        <description>libm: Split expected symbols on arm and mips by hard/soft float.

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Wed, 08 May 2024 23:28:07 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3822903a533e9ef79cdabc5855b8e8f30e7a5edb - libm: long double is just double on hppa, so don&apos;t use s_rintl.c.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#3822903a533e9ef79cdabc5855b8e8f30e7a5edb</link>
        <description>libm: long double is just double on hppa, so don&apos;t use s_rintl.c.PR misc/58054

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Sun, 05 May 2024 22:52:19 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17f9eb725b1b84c70d5abe935a00185e77563e2f - libm: No s_rintl.c on mips32.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#17f9eb725b1b84c70d5abe935a00185e77563e2f</link>
        <description>libm: No s_rintl.c on mips32.This is only for machines where long double is not double.Not 100% sure this is the right criterion, but there&apos;s a good chanceit is.

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Sun, 05 May 2024 14:53:22 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>816699395b037ba3c0ae6d0054d999383d9f4d91 - libm: long double is just double on arm, so don&apos;t use s_rintl.c.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#816699395b037ba3c0ae6d0054d999383d9f4d91</link>
        <description>libm: long double is just double on arm, so don&apos;t use s_rintl.c.PR misc/58054

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Sun, 05 May 2024 11:07:49 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f27842e48596fc78be5e764ca98c43e009bf480 - libm: New s_rintl.S for x86.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#8f27842e48596fc78be5e764ca98c43e009bf480</link>
        <description>libm: New s_rintl.S for x86.Prompted by PR lib/58054.

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Sun, 05 May 2024 02:50:11 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7529cf78792568f26be79d3e8812c221fb990b44 - libm/s_logl: suppress lint warnings</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#7529cf78792568f26be79d3e8812c221fb990b44</link>
        <description>libm/s_logl: suppress lint warningsSeen on sparc64.

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Tue, 26 Mar 2024 20:12:47 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d65853d276cd81110c4b32390beaa2ff3158903c - sinhf is in the same manual page as sinh not sin</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#d65853d276cd81110c4b32390beaa2ff3158903c</link>
        <description>sinhf is in the same manual page as sinh not sin

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Fri, 26 Jan 2024 22:01:40 +0000</pubDate>
        <dc:creator>nros &lt;nros@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7690962a143b99b7634b1782f4680d8cffeb0a2f - Add the long double math functions recently added from FreeBSD to their related man pages</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#7690962a143b99b7634b1782f4680d8cffeb0a2f</link>
        <description>Add the long double math functions recently added from FreeBSD to their related man pages

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Fri, 26 Jan 2024 19:27:29 +0000</pubDate>
        <dc:creator>nros &lt;nros@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfe182f36bde4c4d81e1607954ce22a67cf35d7a - Bring in more long double functions from FreeBSD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#cfe182f36bde4c4d81e1607954ce22a67cf35d7a</link>
        <description>Bring in more long double functions from FreeBSD.

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Sun, 21 Jan 2024 18:53:15 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b56afa4dc8054483d0c3b685ad48321339dea78b - Fix building with M68040 and M68060 options.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#b56afa4dc8054483d0c3b685ad48321339dea78b</link>
        <description>Fix building with M68040 and M68060 options.

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Thu, 21 Dec 2023 06:32:20 +0000</pubDate>
        <dc:creator>jklos &lt;jklos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0274baaaafa662b316a9360a947df28ec1228589 - libm Makefile: add fma() functions for mips.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#0274baaaafa662b316a9360a947df28ec1228589</link>
        <description>libm Makefile: add fma() functions for mips.This pushed the ramdisk size, so that needed to be bumped as well.Otherwise, there were no build issues for either 32 or 64 bit mips.Sort-of OK&apos;ed by simonb@.

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Sun, 08 Oct 2023 13:47:51 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>54684bbd745c7efbfd1f1176b81e403f9ae7990e - libm: Add fma(3) and friends to m68k</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libm/Makefile#54684bbd745c7efbfd1f1176b81e403f9ae7990e</link>
        <description>libm: Add fma(3) and friends to m68k

            List of files:
            /netbsd-src/lib/libm/Makefile</description>
        <pubDate>Tue, 08 Aug 2023 02:09:42 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
