<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/cc, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2009-06-29T01:33:59Z</updated>
<entry>
<title>Back out previous revision until better tested fix is ready.</title>
<updated>2009-06-29T01:33:59Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2009-06-29T01:33:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d48890cfb8cf92f9f2d49763781b20fd01e1e9d4'/>
<id>urn:sha1:d48890cfb8cf92f9f2d49763781b20fd01e1e9d4</id>
<content type='text'>
Approved by: re (impliciti, by approving previos check-in)
</content>
</entry>
<entry>
<title>Eliminate .text relocations in shared libraries compiled with stack protector.</title>
<updated>2009-06-28T23:51:39Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2009-06-28T23:51:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a162c9ae9c55a9593b15ef618f4df0a045e39dbd'/>
<id>urn:sha1:a162c9ae9c55a9593b15ef618f4df0a045e39dbd</id>
<content type='text'>
Use libssp_nonshared library to pull __stack_chk_fail_local symbol into
each library that needs it instead of pulling it from libc. GCC generates
local calls to this function which result in absolute relocations put into
position-independent code segment, making dynamic loader do extra work everys
time given shared library is being relocated and making affected text pages
non-shareable.

Reviewed by:        kib
Approved by:        re (kensmith)
</content>
</entry>
<entry>
<title>Fix build breakage due to the interplay between r189801 and r189824.</title>
<updated>2009-03-14T22:50:03Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2009-03-14T22:50:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=14b55f2f95324d2260d96320a15e0832f0a23a00'/>
<id>urn:sha1:14b55f2f95324d2260d96320a15e0832f0a23a00</id>
<content type='text'>
In particular, vendor sources that aren't ready for gnu99 should
still be compiled with gnu89. (Before r189824, these would have
generated warnings if you tried to compile them in gnu99 mode,
but the warnings went unheeded due to -Wno-error.)
</content>
</entry>
<entry>
<title>Add strndup(3) prototype to string.h.</title>
<updated>2008-12-08T21:04:24Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2008-12-08T21:04:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=20e76cb365d07190cd56936e59bf95e3eb32b9ca'/>
<id>urn:sha1:20e76cb365d07190cd56936e59bf95e3eb32b9ca</id>
<content type='text'>
This change was erronously ommitted from the r185690, and attempt
to simply add the prototype to string.h has revealed that several
contributed programs defined local prototypes for strndup(), controlled
by autoconfed config.h. So, manually change #undef HAVE_STRNDUP to
#define HAVE_STRNDUP 1. Next import of the corresponding program would
regenerate config.h, overriding the changes in this commit.

No objections from: kan
</content>
</entry>
<entry>
<title>Add FreeBSD/MIPS support to GCC.</title>
<updated>2008-09-01T18:46:03Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2008-09-01T18:46:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4bdc01a9f9ad6942b8f156e008948efb8ce29150'/>
<id>urn:sha1:4bdc01a9f9ad6942b8f156e008948efb8ce29150</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Turn cc_tools/Makefile and Makefile.tgt into a "linear" read.  Shared</title>
<updated>2008-08-31T23:38:28Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2008-08-31T23:38:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9dec52bfb2806d69392f4eefb3eaa91f355d2608'/>
<id>urn:sha1:9dec52bfb2806d69392f4eefb3eaa91f355d2608</id>
<content type='text'>
parts of the configuration aren't duplicated, and arch-specific exceptions
are made "in-place".  Also clean up the FreeBSD/amd64 config a little.
</content>
</entry>
<entry>
<title>Use LC_ALL=C before awk generating "optionlist"</title>
<updated>2007-11-18T11:59:44Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2007-11-18T11:59:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f6d6295dd9443987aaa2a0d426180febe2e56f93'/>
<id>urn:sha1:f6d6295dd9443987aaa2a0d426180febe2e56f93</id>
<content type='text'>
(and before two other awk calls, just to be safe)
Without it sorting is broken for locales with ASCII collating equivalence
like (v,w) in sv_SE
</content>
</entry>
<entry>
<title>Welcome FreeBSD 8.</title>
<updated>2007-10-12T17:49:12Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2007-10-12T17:49:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=29e0f3f5434b66a36240cafc0d153452d49b8480'/>
<id>urn:sha1:29e0f3f5434b66a36240cafc0d153452d49b8480</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable TLS for arm and sparc64 here as binutils 2.15 predate GNU TLS</title>
<updated>2007-10-08T18:59:34Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2007-10-08T18:59:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8efe9e273c6b4d909a0dc5fa058d54587bdf52a'/>
<id>urn:sha1:a8efe9e273c6b4d909a0dc5fa058d54587bdf52a</id>
<content type='text'>
support for these. This is in line with gnu/lib/libgomp/config.h and
gnu/lib/libstdc++/config.h.

Reviewed by:	cognet, obrien
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Make gcc default to big endian when building it for a big endian target.</title>
<updated>2007-09-18T23:34:42Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2007-09-18T23:34:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=65875b1f5895086038f86359ef7f45a4ed4b8c24'/>
<id>urn:sha1:65875b1f5895086038f86359ef7f45a4ed4b8c24</id>
<content type='text'>
This was lost while migrating to gcc4.

Reported by:	Michael Reifenberger &lt;mike at Reifenberger dot com&gt;
Approved by:	re (blanket)
</content>
</entry>
</feed>
