[PATCH] fix PR71721

2016-12-01 Thread Waldemar Brodkorb
. Tested with a simple boost application on qemu-system-m68k emulating a coldfire board without MMU. Other noMMU targets as cortex-m3/cortex-m4 will benefit from this change, too. The patch is used in Buildroot for a while without causing issues. 2016-12-02 Waldemar Brodkorb gcc

[PATCH] add common CPP_SPECS for bfin

2016-11-28 Thread Waldemar Brodkorb
Hi, add common defines _REENTRANT and _POSIX_SOURCE for bfin. Patch is used in Buildroot for a while to fix issues compiling some software. See here, why this should be always enabled: https://lists.gnu.org/archive/html/autoconf-archive-maintainers/2016-06/msg1.html 2016-11-29 Waldemar

[PATCH v2] libgcc/mkmap-symver: support skip_underscore (PR74748)

2016-11-26 Thread Waldemar Brodkorb
to using the generic linker version information for Blackfin, instead of using a custom one. Signed-off-by: Thomas Petazzoni Tested-by: Waldemar Brodkorb 2016-11-26 Thomas Petazzoni PR gcc/74748 * libgcc/mkmap-symver.awk: add support for skip_underscore diff --git a/libgcc/mkmap-s

Re: [PATCH] fix PR68468

2016-11-17 Thread Waldemar Brodkorb
Hi Jakub, Jakub Jelinek wrote, > On Wed, Nov 16, 2016 at 07:31:59AM +0100, Waldemar Brodkorb wrote: > > > On Wed, Nov 09, 2016 at 04:08:39PM +0100, Bernd Schmidt wrote: > > > > On 11/05/2016 06:14 PM, Waldemar Brodkorb wrote: > > > > >Hi, > > >

Re: [PATCH] fix PR68468

2016-11-15 Thread Waldemar Brodkorb
Hi, Jakub Jelinek wrote, > On Wed, Nov 09, 2016 at 04:08:39PM +0100, Bernd Schmidt wrote: > > On 11/05/2016 06:14 PM, Waldemar Brodkorb wrote: > > >Hi, > > > > > >the following patch fixes PR68468. > > >Patch is used for a while in Buildroot wi

[PATCH] libgcc/config/bfin: use the generic linker version information (PR74748)

2016-11-06 Thread Waldemar Brodkorb
, the Blackfin specific linker version script had an extra underscore in front of all symbols, which meant none of them matched the symbols in libgcc, and therefore all libgcc symbols were marked as "LOCAL", making them invisible for linking. Signed-off-by: Thomas Petazzoni Tested-by:

[PATCH] libgcc/mkmap-symver: support skip_underscore (PR74748)

2016-11-06 Thread Waldemar Brodkorb
to using the generic linker version information for Blackfin, instead of using a custom one. Signed-off-by: Thomas Petazzoni Tested-by: Waldemar Brodkorb 2016-11-06 Thomas Petazzoni PR gcc/74748 * libgcc/mkmap-symver.awk: add support for skip_underscore diff --git a/libgcc/mkmap-s

[PATCH] fix PR68468

2016-11-05 Thread Waldemar Brodkorb
Hi, the following patch fixes PR68468. Patch is used for a while in Buildroot without issues. 2016-11-05 Waldemar Brodkorb PR gcc/68468 * libgcc/unwind-dw2-fde-dip.c: fix build on FDPIC targets. diff --git a/libgcc/unwind-dw2-fde-dip.c b/libgcc/unwind-dw2-fde-dip.c index

[PATCH] fix linker name for uClibc

2016-10-28 Thread Waldemar Brodkorb
Hi, uClibc-ng can be used for Microblaze architecture. It is regulary tested with qemu-system-microblaze in little and big endian mode. 2016-10-28 Waldemar Brodkorb gcc/ * config/microblaze/linux.h: add UCLIBC_DYNAMIC_LINKER diff --git a/gcc/config/microblaze/linux.h b/gcc