<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/lib/libstdc++, branch releng/8.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>There's no need to redundantly redefine atomicity.h.</title>
<updated>2008-12-31T07:39:23+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2008-12-31T07:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=599e167f485d6cba62c1081fdd7fca8deb63b1bf'/>
<id>599e167f485d6cba62c1081fdd7fca8deb63b1bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Install extra include files that were forgotten in original GCC 4.2.x</title>
<updated>2008-06-16T22:49:30+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2008-06-16T22:49:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8fecbb4e34986b99af32f90d223d25e7a746ff08'/>
<id>8fecbb4e34986b99af32f90d223d25e7a746ff08</id>
<content type='text'>
import changes.

PR: 124647
Submitted by: Vlad GALU
MFC after: 2 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
import changes.

PR: 124647
Submitted by: Vlad GALU
MFC after: 2 days
</pre>
</div>
</content>
</entry>
<entry>
<title>  Add MIPS to the list of "no TLS" architectures.</title>
<updated>2008-05-03T21:24:28+00:00</updated>
<author>
<name>Oleksandr Tymoshenko</name>
<email>gonzo@FreeBSD.org</email>
</author>
<published>2008-05-03T21:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=36da6811b7f69cca008216c3df53a70f7117acb1'/>
<id>36da6811b7f69cca008216c3df53a70f7117acb1</id>
<content type='text'>
  Approved by:	cognet (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Approved by:	cognet (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>Install etx/numeric_traits.h.</title>
<updated>2007-08-16T23:02:00+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2007-08-16T23:02:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=203ab4d0c39b8f679ff8c76beb269c53358e2707'/>
<id>203ab4d0c39b8f679ff8c76beb269c53358e2707</id>
<content type='text'>
PR:		gnu/115250
Approved by:	re (blanket)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		gnu/115250
Approved by:	re (blanket)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the fallout from over-zealous obsolete files removal. Use correct</title>
<updated>2007-05-19T15:41:01+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2007-05-19T15:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1b156a407704e0b5ecd4183e7d7e7193908545aa'/>
<id>1b156a407704e0b5ecd4183e7d7e7193908545aa</id>
<content type='text'>
atomicity.h file for arm and powerpc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
atomicity.h file for arm and powerpc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update bmake glue to build GCC 4.2.</title>
<updated>2007-05-19T04:25:59+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2007-05-19T04:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=afb57df680a4b620d54eac30728eca95e51fc0e3'/>
<id>afb57df680a4b620d54eac30728eca95e51fc0e3</id>
<content type='text'>
Also:
        Switch FreeBSD to use libgcc_s.so.1.

        Use dl_iterate_phdr to locate shared objects' exception frame
        info instead of depending on older register_frame_info machinery.
        This allows us to avoid depending on libgcc_s.so.1 in binaries
        that do not use exception handling directly. As an additional
        benefit it breaks circular libc &lt;=&gt; libgcc_s.so.1 dependency too.

        Build newly added libgomp.so.1 library, the runtime support
        bits for OpenMP.

        Build LGPLed libssp library. Our libc provides our own
        BSD-licensed SSP callbacks implementation, so this library
        is only built to benefit applications that have hadcoded
        knowledge of libssp.so and libssp_nonshared.a. When linked
        in from command line, these libraries override libc
        implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
        Switch FreeBSD to use libgcc_s.so.1.

        Use dl_iterate_phdr to locate shared objects' exception frame
        info instead of depending on older register_frame_info machinery.
        This allows us to avoid depending on libgcc_s.so.1 in binaries
        that do not use exception handling directly. As an additional
        benefit it breaks circular libc &lt;=&gt; libgcc_s.so.1 dependency too.

        Build newly added libgomp.so.1 library, the runtime support
        bits for OpenMP.

        Build LGPLed libssp library. Our libc provides our own
        BSD-licensed SSP callbacks implementation, so this library
        is only built to benefit applications that have hadcoded
        knowledge of libssp.so and libssp_nonshared.a. When linked
        in from command line, these libraries override libc
        implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>The ARM platform does the setjmp/longjmp type of exception handling.</title>
<updated>2006-10-05T20:55:37+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2006-10-05T20:55:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d3fbc8d9c0275859ca588732a0a4aaa4b76b4ed8'/>
<id>d3fbc8d9c0275859ca588732a0a4aaa4b76b4ed8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build due to the incomplete removal of demangle.h.</title>
<updated>2006-09-30T12:52:15+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-30T12:52:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cf35cbe5d9b9aacffb8bf13cacb1fc66971262f1'/>
<id>cf35cbe5d9b9aacffb8bf13cacb1fc66971262f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce diffs with file generated by FSF configure.</title>
<updated>2006-09-22T15:08:07+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2006-09-22T15:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2972ed120b1eb0be2e7f0ffa4cad25f9e90f4caf'/>
<id>2972ed120b1eb0be2e7f0ffa4cad25f9e90f4caf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include &lt;sys/defs.h&gt; to get __ISO_C_VISIBLE definition is one is not</title>
<updated>2005-09-16T21:24:10+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2005-09-16T21:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4ece38b4ecfb871c3949daecaedaa5fc294e6b89'/>
<id>4ece38b4ecfb871c3949daecaedaa5fc294e6b89</id>
<content type='text'>
already available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
already available.
</pre>
</div>
</content>
</entry>
</feed>
