<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/yousong/toolchain/gdb, branch master</title>
<subtitle>Yousong Zhou staging tree</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/yousong/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/'/>
<updated>2017-02-07T16:18:07Z</updated>
<entry>
<title>toolchain/gdb: update to version 7.12.1</title>
<updated>2017-02-07T16:18:07Z</updated>
<author>
<name>Etienne Haarsma</name>
</author>
<published>2017-02-05T12:37:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=fa8506069833b8616dafe921c1d6e20a24b77217'/>
<id>urn:sha1:fa8506069833b8616dafe921c1d6e20a24b77217</id>
<content type='text'>
Update gdb to version 7.12.1.

GDB 7.12.1 brings the following fixes and enhancements over GDB 7.12:

   * PR tdep/20682 (aarch64 regression: gdb.cp/nextoverthrow.exp)
   * PR server/20733 (Failed to build aarch64_be-linux-gnu GDBserver)
   * PR tdep/20953 (GDB crashes after "set architecture rl78")
   * PR tdep/20954 (GDB crashes if "set architecture rx")
   * PR tdep/20955 (GDB internal error in cris-tdep.c)
   * PR build/20712 (gdb 7.12+ doesn't build as C++ on Solaris)
   * PR breakpoint/20653 (string_to_explicit_location has some weird code)
   * PR build/20753 (MinGW compilation errors due to strcasecmp)
   * PR gdb/20977 (GDB exception handling is broken on i686-w64-mingw32)
   * PR python/21048 (backtrace is broken on i686)
   * PR sim/20808 (mips sim build fails due to undefined SD/CPU variables)
   * PR sim/20809 (mips sim build fails for r3900 cpus)
   * PR gdb/20939 (GDB aborts

Signed-off-by: Etienne Haarsma &lt;bladeoner112@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: clean up download hashes</title>
<updated>2016-12-16T21:39:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-16T16:32:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=720b99215da295a2e7b4acdef30b58bec6acedc2'/>
<id>urn:sha1:720b99215da295a2e7b4acdef30b58bec6acedc2</id>
<content type='text'>
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>toolchain/gdb: update to version 7.12</title>
<updated>2016-10-24T06:45:06Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-10-19T10:30:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=0ec2738b21330a3128ce83564bc13a6d44679f0b'/>
<id>urn:sha1:0ec2738b21330a3128ce83564bc13a6d44679f0b</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>toolchain/gdb: update to version 7.11.1</title>
<updated>2016-07-15T12:17:30Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-07-14T09:51:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=d4916359c0e59dc21a4e29eaa1fa807cdac34e7d'/>
<id>urn:sha1:d4916359c0e59dc21a4e29eaa1fa807cdac34e7d</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>toolchain/gdb: reorganize patch layout</title>
<updated>2016-07-15T12:17:26Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-07-14T09:47:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=0aa64508403d3f32c531d769cb78826597305059'/>
<id>urn:sha1:0aa64508403d3f32c531d769cb78826597305059</id>
<content type='text'>
Use ./patches and ./patches-arc instead of version dependent patches.
We should have only one main supported version (along with the special
case for arc).

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>toolchain/gdb: Use correct folder name for ARC patches</title>
<updated>2016-06-13T20:51:42Z</updated>
<author>
<name>Alexey Brodkin</name>
</author>
<published>2016-06-09T09:38:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=c5bbb55bab4c3886d143b900be65ee8aba47c9d4'/>
<id>urn:sha1:c5bbb55bab4c3886d143b900be65ee8aba47c9d4</id>
<content type='text'>
Even though ARC tools were released as arc-2016.03
we have a little bit different version name for GDB.
That's because both Binutils and GDB come from the same
git repo but from different branches (and so different tags).

Also removing an extra patch that made its way into release.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
<entry>
<title>toolchain: Bump ARC tools to arc-2016.03</title>
<updated>2016-05-19T17:29:44Z</updated>
<author>
<name>Alexey Brodkin</name>
</author>
<published>2016-05-19T05:20:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=d354bfde174514973309e788e11c286f1667c2f5'/>
<id>urn:sha1:d354bfde174514973309e788e11c286f1667c2f5</id>
<content type='text'>
This change switches ARC tools to the most recent arc-2016.03
version.

ARC GNU tools of version arc-2016.03 bring some quite significant
changes like:
 * Binutils v2.26+ (upstream commit id 202ac19 with additional ARC
 * patches)
 * GCC v4.8.5
 * GDB 7.10

More about changes, improvements and fixes could be found here:
https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2016.03

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
<entry>
<title>toolchain/gdb: Update to 7.11</title>
<updated>2016-03-10T19:11:41Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-03-10T19:11:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=7409b5abfe916bc011dafc074c6a26fe82688a9b'/>
<id>urn:sha1:7409b5abfe916bc011dafc074c6a26fe82688a9b</id>
<content type='text'>
Update gdb to version 7.11

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;

SVN-Revision: 48989
</content>
</entry>
<entry>
<title>toolchain/gdb: update to 7.10.1</title>
<updated>2016-02-12T08:31:06Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-02-12T08:31:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=9fbc71c31d840dd6ab4c75d832968aa33962c52c'/>
<id>urn:sha1:9fbc71c31d840dd6ab4c75d832968aa33962c52c</id>
<content type='text'>
Minor bugfix update, released in Dec 2015
https://www.gnu.org/software/gdb/news/

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;

SVN-Revision: 48708
</content>
</entry>
<entry>
<title>gdb: use separate patches for upstream and ARC gdb</title>
<updated>2015-11-17T12:38:32Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-17T12:38:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/yousong/commit/?id=79452344feffbe2944c196b602790ed8451ea44c'/>
<id>urn:sha1:79452344feffbe2944c196b602790ed8451ea44c</id>
<content type='text'>
With bump of upstream GDB from 7.9 to 7.10 at least
100-no_extern_inline.patch became incompatible with
ARC gdb (which is still based on upstream 7.9 branch).

So until ARC support is not completely upstreamed
(which we expect to happen in coming months) we'll need to have
separate patches for ARC gdb.

This time clean build-tested for Netgear WNDRMAC &amp; AXS101.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Cc: Felix Fietkau &lt;nbd@openwrt.org&gt;
Cc: John Crispin &lt;blogic@openwrt.org&gt;
Cc: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 47491
</content>
</entry>
</feed>
