<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/gnu/lib/libstdc++/Makefile, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-02-24T05:45:17Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>urn:sha1:a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
</entry>
<entry>
<title>Install etx/numeric_traits.h.</title>
<updated>2007-08-16T23:02:00Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2007-08-16T23:02:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=203ab4d0c39b8f679ff8c76beb269c53358e2707'/>
<id>urn:sha1:203ab4d0c39b8f679ff8c76beb269c53358e2707</id>
<content type='text'>
PR:		gnu/115250
Approved by:	re (blanket)
</content>
</entry>
<entry>
<title>Fix the fallout from over-zealous obsolete files removal. Use correct</title>
<updated>2007-05-19T15:41:01Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2007-05-19T15:41:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1b156a407704e0b5ecd4183e7d7e7193908545aa'/>
<id>urn:sha1:1b156a407704e0b5ecd4183e7d7e7193908545aa</id>
<content type='text'>
atomicity.h file for arm and powerpc.
</content>
</entry>
<entry>
<title>Update bmake glue to build GCC 4.2.</title>
<updated>2007-05-19T04:25:59Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2007-05-19T04:25:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=afb57df680a4b620d54eac30728eca95e51fc0e3'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>The ARM platform does the setjmp/longjmp type of exception handling.</title>
<updated>2006-10-05T20:55:37Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2006-10-05T20:55:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d3fbc8d9c0275859ca588732a0a4aaa4b76b4ed8'/>
<id>urn:sha1:d3fbc8d9c0275859ca588732a0a4aaa4b76b4ed8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build due to the incomplete removal of demangle.h.</title>
<updated>2006-09-30T12:52:15Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-30T12:52:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cf35cbe5d9b9aacffb8bf13cacb1fc66971262f1'/>
<id>urn:sha1:cf35cbe5d9b9aacffb8bf13cacb1fc66971262f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump the shared library version number of all libraries that have not</title>
<updated>2005-07-22T17:19:05Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2005-07-22T17:19:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a84020c2b91368d6236647bb2933859e6d16d4a8'/>
<id>urn:sha1:a84020c2b91368d6236647bb2933859e6d16d4a8</id>
<content type='text'>
been bumped since RELENG_5.

Reviewed by:	ru
Approved by:	re (not needed for commit check but in principle...)
</content>
</entry>
<entry>
<title>Enforce style.Makefile(5).</title>
<updated>2005-04-22T18:57:32Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2005-04-22T18:57:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d5f93c9179dfb079c6336ca24343a20e3ec35e21'/>
<id>urn:sha1:d5f93c9179dfb079c6336ca24343a20e3ec35e21</id>
<content type='text'>
Glanced at by:	ru (some time ago).
</content>
</entry>
<entry>
<title>Of all templates only lists need a special implmementation file compiled</title>
<updated>2005-01-26T13:56:27Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2005-01-26T13:56:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=44c3d0c80de9325e4ade0616c0d96b7089d0aa0b'/>
<id>urn:sha1:44c3d0c80de9325e4ade0616c0d96b7089d0aa0b</id>
<content type='text'>
to support __GLIBCXX_DEBUG. Add debug_list.cc to the list of files to
compile.
</content>
</entry>
<entry>
<title>Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS for building this</title>
<updated>2005-01-17T08:38:31Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2005-01-17T08:38:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=08df0085059585f2a88b17025adf5747a0fd9bd5'/>
<id>urn:sha1:08df0085059585f2a88b17025adf5747a0fd9bd5</id>
<content type='text'>
library. As the value suggests, this allows the library to be built repeatably;
without this flag, gcc uses a random value in its parsing.

Since the random seed is only used when handling files which do not have any
externally-visible symbols, this change is not needed for any other libraries
in the FreeBSD base system.

Discussed on:	freebsd-arch (in early November)
Approved by:	kan
MFC after:	1 week
</content>
</entry>
</feed>
