<?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>7a3d7b9e - ldd: do not use dlopen(RTLD_TRACE) for dso when format is specified</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#7a3d7b9e</link>
        <description>ldd: do not use dlopen(RTLD_TRACE) for dso when format is specifiedPR:	259069(cherry picked from commit 2c7a6dad4de17c357eb91c723bad860c6512a598)

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Mon, 11 Oct 2021 22:35:56 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa3b2ad2 - Fix ldd to work with more ELF files.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#fa3b2ad2</link>
        <description>Fix ldd to work with more ELF files.- Use libelf to parse ELF data structures and remove code duplication  for ELF32.- Don&apos;t require the OSABI field to be set to the FreeBSD OSABI for  shared libraries.  Both AArch64 and RISC-V leave it set to &quot;none&quot;  and instead depend on the ABI tag note.  For ldd, this means falling  back to walking the notes in PT_NOTE segments to find the ABI tag  note to determine if an ELF shared library without OSABI set in the  header file is a FreeBSD shared library.(cherry picked from commit 9d4104b214963bb3371ada05cae8006940121634)

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Fri, 29 Jan 2021 18:53:50 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0713c7b8 - ldd: Retire aout support</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#0713c7b8</link>
        <description>ldd: Retire aout supportUserland aout support has not been required since FreeBSD 2.x.If someone needs to use FreeBSD 2 shared libraries they will be bestserved by using a FreeBSD 2 ldd, perhaps as part of a jail with a fullFreeBSD 2.x install.Relnotes:	YesSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D27478

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Fri, 08 Jan 2021 00:14:01 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>25faff34 - MFtbemd:</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#25faff34</link>
        <description>MFtbemd:Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you wantto test of all the CPUs of a given family conform.

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Mon, 23 Aug 2010 22:24:11 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7946da9 - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#b7946da9</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:27:05 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e68ed793 - Tweak the support for using ldd on 32-bit objects a bit further.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#e68ed793</link>
        <description>Tweak the support for using ldd on 32-bit objects a bit further.Specifically, build a 32-bit /usr/bin/ldd32 on amd64 which handles 32-bitobjects.  Since it is a 32-bit binary, it can fork a child process whichcan dlopen() a 32-bit shared library.  The current 32-bit support in lddcan&apos;t do this because it does the dlopen() from a 64-bit process.  In orderto preserve an intuitive interface for users, the ldd binary automaticallyexecs /usr/bin/ldd32 for 32-bit objects.  The end result is that ldd onamd64 now transparently handles 32-bit shared libraries in addition to32-bit binaries.Submitted by:	ps (indirectly)

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Fri, 01 Aug 2008 21:52:41 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a1e5be44 - The type of some aout header types changed to uint_32, so now we need</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#a1e5be44</link>
        <description>The type of some aout header types changed to uint_32, so now we needto cast to long before printing. While I&apos;m here, raise WARNS to 6.

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Tue, 29 Jun 2004 21:13:15 +0000</pubDate>
        <dc:creator>David Malone &lt;dwmalone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5b7af34 - Remove GCC-specific flags.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#f5b7af34</link>
        <description>Remove GCC-specific flags.

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Sun, 28 Apr 2002 12:54:24 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3aac50f - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#c3aac50f</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:08:13 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97db68b6 - Make ldd work on alpha.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#97db68b6</link>
        <description>Make ldd work on alpha.

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Wed, 16 Sep 1998 09:31:48 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>932d4191 - Add -DFREEBSD_AOUT to CFLAGS to ensure we get the correct definitions</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#932d4191</link>
        <description>Add -DFREEBSD_AOUT to CFLAGS to ensure we get the correct definitionsfrom &lt;link.h&gt;

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Fri, 12 Jun 1998 14:11:15 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7ef8068 - ldd standalone build, after repository copy.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#a7ef8068</link>
        <description>ldd standalone build, after repository copy.

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Mon, 01 Jun 1998 13:55:12 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>170fa4e8 - Touch up the code that implements &quot;ldd -v&quot;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#170fa4e8</link>
        <description>Touch up the code that implements &quot;ldd -v&quot;.Bring the style of sods.c into better conformance.  Add code toprint the contents of each datum being relocated.  Correct the logicthat distinguishes between programs, shared libraries, and objectfiles.  Make the entire program &quot;-Wall&quot; clean.

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Tue, 02 Sep 1997 21:54:39 +0000</pubDate>
        <dc:creator>John Polstra &lt;jdp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fce15c9a - Revert $FreeBSD$ to $Id$</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#fce15c9a</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Sat, 22 Feb 1997 15:48:31 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#1130b656</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Tue, 14 Jan 1997 07:20:47 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9731d137 - Incorporate John Polstra&apos;s sods.c display of the details about the</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#9731d137</link>
        <description>Incorporate John Polstra&apos;s sods.c display of the details about thedynamic linking information in the executable.  It&apos;s quite extensive.It&apos;s connected to ldd&apos;s (new) -v option.

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Tue, 01 Oct 1996 02:16:16 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0bb118a5 - Fixed Makefile per bug report from Julian Stacey.  There was an extra DESTDIR</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#0bb118a5</link>
        <description>Fixed Makefile per bug report from Julian Stacey.  There was an extra DESTDIRin front of BINDIR definition.

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Thu, 16 Dec 1993 21:51:27 +0000</pubDate>
        <dc:creator>Nate Williams &lt;nate@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b9ae52e3 - Imported NetBSD&apos;s ld for shared libs.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/ldd/Makefile#b9ae52e3</link>
        <description>Imported NetBSD&apos;s ld for shared libs.

            List of files:
            /freebsd-13.1/usr.bin/ldd/Makefile</description>
        <pubDate>Wed, 03 Nov 1993 23:41:59 +0000</pubDate>
        <dc:creator>Paul Richards &lt;paul@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
