Re: [PATCH] config: fix AM_ICONV for in-tree libiconv

2015-08-23 Thread Yaakov Selkowitz
patch, and then only the regeneration bits were pushed (both binutils-gdb git and gcc svn)? Looks like I forgot to repost that part of the patchset; attached. -- Yaakov Selkowitz Associate Software Engineer, ARM Red Hat, Inc. 2015-07-01 Yaakov Selkowitz yselk...@redhat.com config

Re: [PATCH] config: fix AM_ICONV for in-tree libiconv

2015-07-01 Thread Yaakov Selkowitz
On Wed, 2015-07-01 at 15:46 -0500, Yaakov Selkowitz wrote: On Fri, 2015-05-29 at 16:25 -0500, Yaakov Selkowitz wrote: This is the second in a series of patches to make a build with an in-tree GNU libiconv work as designed. Currently GDB is the only toolchain component which actually uses

Re: [PATCH] config: fix AM_ICONV for in-tree libiconv

2015-07-01 Thread Yaakov Selkowitz
On Wed, 2015-07-01 at 15:46 -0500, Yaakov Selkowitz wrote: On Fri, 2015-05-29 at 16:25 -0500, Yaakov Selkowitz wrote: This is the second in a series of patches to make a build with an in-tree GNU libiconv work as designed. Currently GDB is the only toolchain component which actually uses

Re: [PATCH] toplevel: fixes for in-tree libiconv

2015-07-01 Thread Yaakov Selkowitz
On Fri, 2015-05-29 at 16:14 -0500, Yaakov Selkowitz wrote: This is the first in a series of patches to make a build with an in-tree GNU libiconv work as designed. This patch fixes dependencies for parallel make, and avoids failures with make targets not supported by GNU libiconv. Thanks

Re: [PATCH] toplevel: fixes for in-tree libiconv

2015-07-01 Thread Yaakov Selkowitz
On Fri, 2015-05-29 at 16:14 -0500, Yaakov Selkowitz wrote: This is the first in a series of patches to make a build with an in-tree GNU libiconv work as designed. This patch fixes dependencies for parallel make, and avoids failures with make targets not supported by GNU libiconv. Thanks

Re: [PATCH] config: fix AM_ICONV for in-tree libiconv

2015-07-01 Thread Yaakov Selkowitz
On Wed, 2015-07-01 at 15:52 -0500, Yaakov Selkowitz wrote: On Wed, 2015-07-01 at 15:46 -0500, Yaakov Selkowitz wrote: On Fri, 2015-05-29 at 16:25 -0500, Yaakov Selkowitz wrote: This is the second in a series of patches to make a build with an in-tree GNU libiconv work as designed

Re: [PATCH] config: fix AM_ICONV for in-tree libiconv

2015-07-01 Thread Yaakov Selkowitz
On Fri, 2015-05-29 at 16:25 -0500, Yaakov Selkowitz wrote: This is the second in a series of patches to make a build with an in-tree GNU libiconv work as designed. Currently GDB is the only toolchain component which actually uses an in-tree libiconv. This patch modifies the common AM_ICONV

Re: [PATCH] toplevel: fixes for in-tree libiconv

2015-06-18 Thread Yaakov Selkowitz
. This is OK. Thanks! Thanks. I don't have write access, could a toplevel maintainer please commit? -- Yaakov Selkowitz Associate Software Engineer, ARM Red Hat, Inc.

[PATCH] toplevel: fixes for in-tree libiconv

2015-05-29 Thread Yaakov Selkowitz
This is the first in a series of patches to make a build with an in-tree GNU libiconv work as designed. This patch fixes dependencies for parallel make, and avoids failures with make targets not supported by GNU libiconv. -- Yaakov Selkowitz Associate Software Engineer, ARM Red Hat, Inc. 2015

[PATCH] config: fix AM_ICONV for in-tree libiconv

2015-05-29 Thread Yaakov Selkowitz
changes. -- Yaakov Selkowitz Associate Software Engineer, ARM Red Hat, Inc.

[PATCH] cygwin: __cxa_atexit support

2014-08-14 Thread Yaakov Selkowitz
tests -46 -- Yaakov Selkowitz Associate Software Engineer, ARM Red Hat, Inc. 2014-08-12 Yaakov Selkowitz yselk...@redhat.com gcc/ * config/i386/cygwin.h (STARTFILE_SPEC): Use crtbeginS.o if shared. * config.gcc (*-*-cygwin*): Use __cxa_atexit by default

[PATCH] _cxa_thread_atexit fixes for Cygwin/MinGW-w64

2014-08-14 Thread Yaakov Selkowitz
-with-exceptions libstdc++ implementation cannot be copied as a basis of our own __cxa_thread_atexit_impl due to licensing conflicts with both Cygwin (copyright assignment) and MinGW (public domain). The testsuite shows no regressions with this patch. -- Yaakov Selkowitz Associate Software

[PATCH] cygwin: accept -pthread

2014-08-14 Thread Yaakov Selkowitz
The attached patch enables the -pthread flag for cygwin targets. While not strictly necessary for compiling or linking with pthread or _r functions on Cygwin, accepting it allows for better compatibility with other platforms. -- Yaakov Selkowitz Associate Software Engineer, ARM Red Hat, Inc

[PATCH] fix FTBFS with --target=i686-pc-cygwin

2014-08-12 Thread Yaakov Selkowitz
There is a syntax error in r213009 causing a FTBFS in trunk with --target=i686-pc-cygwin. Patch attached, with which trunk now builds for said target. -- Yaakov Selkowitz Associate Software Engineer, ARM Red Hat, Inc. 2014-08-12 Yaakov Selkowitz yselk...@redhat.com * config/i386

[Patch] Enable libatomic for cygwin targets

2014-08-12 Thread Yaakov Selkowitz
results x86_64-unknown-cygwin: Running gnu/gcc/libatomic/testsuite/libatomic.c/c.exp ... === libatomic Summary === # of expected passes54 -- Yaakov Selkowitz Associate Software Engineer, ARM Red Hat, Inc. 2014-08-12 Yaakov Selkowitz yselk...@redhat.com

[PATCH] Fix cygwin-stdint.h

2014-08-12 Thread Yaakov Selkowitz
of './gcc/xgcc -B ./gcc -dM -E - /dev/null' between native and cross compilers for each of the Cygwin targets. -- Yaakov Selkowitz Associate Software Engineer, ARM Red Hat, Inc. 2014-08-12 Yaakov Selkowitz yselk...@redhat.com * config/i386/cygwin-stdint.h: Throughout, make type

[PATCH] cygwin: fix --tsaware, add --large-address-aware

2014-08-12 Thread Yaakov Selkowitz
-address-aware. Because of how Cygwin implements fork(), the ability to use this extra space is a huge benefit. This flag too is only for EXEs, not DLLs. Patch attached. -- Yaakov Selkowitz Associate Software Engineer, ARM Red Hat, Inc. 2014-08-12 Yaakov Selkowitz yselk...@redhat.com