<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/xback/toolchain/gdb, branch reboot</title>
<subtitle>Staging tree of Koen Vandeputte</subtitle>
<id>https://git.openwrt.org/openwrt/staging/xback/atom?h=reboot</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/xback/atom?h=reboot'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/'/>
<updated>2016-03-10T19:11:41Z</updated>
<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.openwrt.org/openwrt/staging/xback/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.openwrt.org/openwrt/staging/xback/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.openwrt.org/openwrt/staging/xback/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>
<entry>
<title>toolchain/gdb: disable python support</title>
<updated>2015-11-10T21:11:20Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-10T21:11:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=d3ba30b9cd72c07f2e973bb398110f897e53154e'/>
<id>urn:sha1:d3ba30b9cd72c07f2e973bb398110f897e53154e</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47446
</content>
</entry>
<entry>
<title>toolchain: add support of ARC architecture</title>
<updated>2015-11-10T12:03:59Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-10T12:03:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=8b5d644bb36846660e1fa20d38361fec12a14b28'/>
<id>urn:sha1:8b5d644bb36846660e1fa20d38361fec12a14b28</id>
<content type='text'>
This includes binutils, gcc, gdb and uClibc-ng.

Latest release of ARC gcc (as of today it is "arc-2015.06")
is based on upstream gcc 4.8.4.

Sources are available on GitHub, see:
https://github.com/foss-for-synopsys-dwc-arc-processors/gcc

Latest release of ARC binutils (as of today it is "arc-2015.06")
is based on upstream binutils 2.23.

Sources are available on GitHub, see:
https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2015.06

Latest release of ARC GDB (as of today this is "arc-2015.06-gdb")
is based on upstream gdb 7.9.1.

Sources are available on GitHub, see:
https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2015.06-gdb

Note that for binutils and gdb that come from unified git repository
(which is the case for upstream binutils/gdb today) we need to disable
building of gdb in binutils and binutils in gdb hence in binutils:
------&gt;8------
--disable-sim
--disable-gdb
------&gt;8------

and in gdb:
------&gt;8------
--disable-binutils
--disable-ld
--disable-gas
------&gt;8------

Also in gdb we disable sim because if the following breakage while
building with it:
------------&gt;8------------
/usr/bin/env bash ./../common/genmloop.sh -shell /usr/bin/env bash \
        -mono -fast -pbb -switch sem5-switch.c \
        -cpu a5f -infile ./mloop5.in \
        -outfile-suffix 5
unknown option: bash
Makefile:699: recipe for target 'stamp-5mloop' failed
make[7]: *** [stamp-5mloop] Error 1
------------&gt;8------------

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

SVN-Revision: 47438
</content>
</entry>
<entry>
<title>toolchain/gdb: update to 7.10, sync with target package version</title>
<updated>2015-11-06T10:53:27Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-06T10:53:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=4e6c4d728b3a148fdae54c9d2f25a4b691d800d6'/>
<id>urn:sha1:4e6c4d728b3a148fdae54c9d2f25a4b691d800d6</id>
<content type='text'>
Update toolchain gdb to 7.10.
Refresh patches.

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

SVN-Revision: 47396
</content>
</entry>
<entry>
<title>toolchain/gdb: use expat library to be able to parse target machine definitions</title>
<updated>2015-07-10T19:42:12Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-07-10T19:42:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=05ae45ac6fa2b8a090b2854ba72ef490bf2584ff'/>
<id>urn:sha1:05ae45ac6fa2b8a090b2854ba72ef490bf2584ff</id>
<content type='text'>
Fixes gdbserver debugging with at least mvebu, possibly others

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 46298
</content>
</entry>
<entry>
<title>toolchain/gdb: update to 7.8, sync with target package version</title>
<updated>2015-07-10T19:42:00Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-07-10T19:42:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=91c3ad77cf476aedb4370d4af0d456e86602c0bc'/>
<id>urn:sha1:91c3ad77cf476aedb4370d4af0d456e86602c0bc</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 46296
</content>
</entry>
<entry>
<title>build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DISABLE_NLS to package-defaults.mk</title>
<updated>2014-03-21T15:54:07Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-03-21T15:54:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f'/>
<id>urn:sha1:51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 39980
</content>
</entry>
<entry>
<title>toolchain/gdb: remove use of extern inline to fix build errors</title>
<updated>2013-10-28T15:15:31Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2013-10-28T15:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=efdcc4e98ca9929f8f3d2518f1f9f2095ae1ebb5'/>
<id>urn:sha1:efdcc4e98ca9929f8f3d2518f1f9f2095ae1ebb5</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

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