<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/cc, branch releng/9.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2011-11-06T02:10:40Z</updated>
<entry>
<title>MFC: r226702</title>
<updated>2011-11-06T02:10:40Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2011-11-06T02:10:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c181b8887b2674f09205e2a8629017fa15ea5c65'/>
<id>urn:sha1:c181b8887b2674f09205e2a8629017fa15ea5c65</id>
<content type='text'>
   * Don't give the impression that this compiler is GPLv3.
     (It is "well known" that GCC 4.2.2 is GPLv3.)
   * Don't give the impression that this compiler isn't "trustable".
   * Fix dependency nit.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Update gcc's __FreeBSD__ and __FreeBSD_cc_version macros for FreeBSD 9.</title>
<updated>2011-10-20T17:33:22Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2011-10-20T17:33:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6ced52a2424e55dade910af4aa9064360ed4e008'/>
<id>urn:sha1:6ced52a2424e55dade910af4aa9064360ed4e008</id>
<content type='text'>
This is a direct commit to stable/9, since the macro values are
different in head.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Remove libobjc and other Objective-C related components, as these are</title>
<updated>2011-04-17T21:03:23Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2011-04-17T21:03:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6d67f69487dbdfa8b603b82d8bd8314ec7c16b8a'/>
<id>urn:sha1:6d67f69487dbdfa8b603b82d8bd8314ec7c16b8a</id>
<content type='text'>
extremely outdated, and not used by anything in the base system.

Silence from:	current@
</content>
</entry>
<entry>
<title>In r219639, SSSE3 instruction set support was backported to our gcc.</title>
<updated>2011-04-14T16:45:16Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2011-04-14T16:45:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=66c468d0219c0e3f34a9cff72ec5d5fd4e5c1cd5'/>
<id>urn:sha1:66c468d0219c0e3f34a9cff72ec5d5fd4e5c1cd5</id>
<content type='text'>
Therefore, we also need to install the new tmmintrin.h header containing
the related intrinsic functions, similar to xmmintrin.h, emmintrin.h,
etc.

Reported by:	George Liaskos &lt;geo.liaskos@gmail.com&gt;
</content>
</entry>
<entry>
<title>Now that TLS is supported for sparc64 by both binutils 2.17.50 committed</title>
<updated>2011-03-11T21:24:02Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2011-03-11T21:24:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d6582233c1b8e3327ae781a1037dce671d7c7758'/>
<id>urn:sha1:d6582233c1b8e3327ae781a1037dce671d7c7758</id>
<content type='text'>
in r218822 and rtld(1) committed in r219533 turn on TLS support in GCC.
</content>
</entry>
<entry>
<title>Merge binutils 2.17.50 to head.  This brings a number of improvements to</title>
<updated>2011-02-18T20:54:12Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2011-02-18T20:54:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce8fb931782e66cb56f7bfb4cff1ac032fc57076'/>
<id>urn:sha1:ce8fb931782e66cb56f7bfb4cff1ac032fc57076</id>
<content type='text'>
x86 CPU support, better support for powerpc64, some new directives, and
many other things.  Bump __FreeBSD_version, and add a note to UPDATING.

Thanks to the many people that have helped to test this.

Obtained from:	projects/binutils-2.17
</content>
</entry>
<entry>
<title>Remove unused support for 64 bit long on 32 bit architectures.</title>
<updated>2011-01-07T22:57:31Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2011-01-07T22:57:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=911127a0d6496519eccd4e9b8ff1170bb04c957f'/>
<id>urn:sha1:911127a0d6496519eccd4e9b8ff1170bb04c957f</id>
<content type='text'>
It was used mainly to discover and fix some 64-bit portability problems
before 64-bit arches were widely available.

Discussed with:	bde
Approved by:	kib (mentor)
</content>
</entry>
<entry>
<title>Retire TARGET_ABI.</title>
<updated>2011-01-07T20:26:33Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2011-01-07T20:26:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd2ae2532f3ad33a227fb09aae248620260a1635'/>
<id>urn:sha1:cd2ae2532f3ad33a227fb09aae248620260a1635</id>
<content type='text'>
Implement MACHINE_ARCH=mips64e[lb] to build N64 images.  This replaces
MACHINE_ARCH=mipse[lb] TARGET_ABI=n64.

MACHINE_ARCH=mipsn32e[lb] has been added, but currently requires
WITHOUT_CDDL due to atomic issues in libzfs.  I've not investigated
this much, but implemented this to preserve as much of the TARGET_ABI
functionality that I could.  Since its presence doesn't affect the
working cases, I've kept it in for now.

Added mips64e[lb] to make universe, so more kernels build.

And I think this (finally) closes the curtain on the tbemd tree.
</content>
</entry>
<entry>
<title>Fix a missing underscore.</title>
<updated>2010-12-09T17:39:40Z</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2010-12-09T17:39:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af1fdf0dbf9763f652f5e1c7ea71019021e2e92b'/>
<id>urn:sha1:af1fdf0dbf9763f652f5e1c7ea71019021e2e92b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync: merge r215944 through r216132 from ^/head.</title>
<updated>2010-12-02T22:00:57Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2010-12-02T22:00:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2006fbc8fec1e18033bf43636293aa46906b89ea'/>
<id>urn:sha1:2006fbc8fec1e18033bf43636293aa46906b89ea</id>
<content type='text'>
</content>
</entry>
</feed>
