<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/gnu, branch release/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2016-08-01T20:02:59Z</updated>
<entry>
<title>MFC r303396: rename ARM's libunwind.S to to avoid conflict with llvm libunwind</title>
<updated>2016-08-01T20:02:59Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2016-08-01T20:02:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ec7f75fb759bd846535d70233e5371d4c0a1d638'/>
<id>urn:sha1:ec7f75fb759bd846535d70233e5371d4c0a1d638</id>
<content type='text'>
llvm libunwind includes a libunwind.cpp, but on ARM libunwind.S is found
first in .PATH. Rename the latter one, since it is not going to be
updated again.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC libunwind improvements</title>
<updated>2016-07-22T17:34:28Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2016-07-22T17:34:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ae0d5ab157a9de6467cd0541d2946976912910f6'/>
<id>urn:sha1:ae0d5ab157a9de6467cd0541d2946976912910f6</id>
<content type='text'>
r302450: libunwind: update to upstream snapshot r272680

The key improvement is that it may be built without cross-unwinding
support, which significantly reduces the stack space requirement.

r302456: libunwind: enable only the native unwinder by default

This significantly reduces stack space requirements, and runtimes
require only native unwinding.

r302475: libunwind: limit stack usage in unwind cursor

This may be reworked upstream but in the interim should address the
stack usage issue reported in the PR.

r303016: llvm-libunwind: use conventional (non-Darwin) X86 register numbers

For historical reasons Darwin/i386 has ebp and esp swapped in the
eh_frame register numbering.  That is:

              Darwin      Other
    Reg #    eh_frame    eh_frame    DWARF
    =====    ========    ========    =====
      4        ebp         esp        esp
      5        esp         ebp        ebp

Although the UNW_X86_* constants are not supposed to be coupled to
DWARF / eh_frame numbering they are currently conflated in LLVM
libunwind, and thus we require the non-Darwin numbering.

PR:		206384
Approved by:	re (kib)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>WITH_META_MODE: Don't expect a .meta file for side-effect generated files.</title>
<updated>2016-06-15T23:57:53Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-06-15T23:57:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2a6d574e783bbf85378a91e57ccdaadac6a95cc7'/>
<id>urn:sha1:2a6d574e783bbf85378a91e57ccdaadac6a95cc7</id>
<content type='text'>
This is the same as r301285.

Approved by:	re (implicit)
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Convert to new FAST_DEPEND syntax for guessed dependencies.</title>
<updated>2016-06-15T23:57:46Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-06-15T23:57:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d04dec453a3ca0b44c02299301a5f8c8ebf43d89'/>
<id>urn:sha1:d04dec453a3ca0b44c02299301a5f8c8ebf43d89</id>
<content type='text'>
This OBJS_DEPEND_GUESS is needed since each target gets its
own .depend.target.o file but also because it is spelled
.meta.target.o with WITH_META_MODE.  The OBJS_DEPEND_GUESS
will apply the dependency if the required file is missing.

Also remove redundant .c files while here to avoid prolems with
targets using .ALLSRC and getting multiple source files.

Approved by:	re (implicit)
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>DIRDEPS_BUILD: Update dependencies</title>
<updated>2016-06-14T16:55:05Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-06-14T16:55:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=87795955272281921c0edbba7432618d4b084361'/>
<id>urn:sha1:87795955272281921c0edbba7432618d4b084361</id>
<content type='text'>
Approved by:	re (gjb)
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>libsupc++: Fix typo in symbol map.</title>
<updated>2016-06-08T00:29:48Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-06-08T00:29:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=311219368ae8a18c86f8dca5e4d8dfb5f56b02b2'/>
<id>urn:sha1:311219368ae8a18c86f8dca5e4d8dfb5f56b02b2</id>
<content type='text'>
This went mostly unnoticed with the deprecation of the GNU toolchain
in tier 1 platforms. Fix it now for the rest.

PR:		169901
MFC after:	3 days
</content>
</entry>
<entry>
<title>DIRDEPS_BUILD: Update GCC dependencies.</title>
<updated>2016-06-04T17:37:25Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-06-04T17:37:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a81cff6ddd5cb83d1c2dff4bb4d5547a254d9e0d'/>
<id>urn:sha1:a81cff6ddd5cb83d1c2dff4bb4d5547a254d9e0d</id>
<content type='text'>
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>DIRDEPS_BUILD: Connect new directories and update dependencies.</title>
<updated>2016-06-03T19:25:30Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-06-03T19:25:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6e9a3c415ea377e380f81ac484e650335fde212d'/>
<id>urn:sha1:6e9a3c415ea377e380f81ac484e650335fde212d</id>
<content type='text'>
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>gcc42: Fix minor C99 parse bug</title>
<updated>2016-05-27T03:40:52Z</updated>
<author>
<name>Conrad Meyer</name>
<email>cem@FreeBSD.org</email>
</author>
<published>2016-05-27T03:40:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2844d30cc50e8788f218bb179a970888710c686f'/>
<id>urn:sha1:2844d30cc50e8788f218bb179a970888710c686f</id>
<content type='text'>
DR #289[0] came down and gcc4.2.1 was on the wrong side of history.
Partially revert GCC r42574 (just remove the error) to rectify the parse
bug to match Clang and other compliant C99 compilers.

An example declaration gcc tripped on before this fix:

  void foobar(int [static 1]);

An example declaration gcc did not trip on before this fix:

  void foobar(int name[static 1]);

Bump __FreeBSD_cc_version.

[0]: http://www.open-std.org/JTC1/SC22/WG14/www/docs/dr_289.htm

Reported by:	allanjude
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>gnugrep: Update the configuration.</title>
<updated>2016-05-22T20:17:55Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-05-22T20:17:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0009715f34b886fbb9f3347a6f9e80429aacb69b'/>
<id>urn:sha1:0009715f34b886fbb9f3347a6f9e80429aacb69b</id>
<content type='text'>
The only effect is that it will use our native iconv(3).

Relnotes:	yes
</content>
</entry>
</feed>
