Re: [PATCH] newlib/configure.host: Set have_init_fini to no for OpenRISC

2018-11-05 Thread Corinna Vinschen
; ;; >or1k*|or1knd*) > machine_dir=or1k > + have_init_fini=no > ;; >powerpc*) > machine_dir=powerpc > -- > 2.17.2 Pushed. Thanks, Corinna -- Corinna Vinschen Cygwin Maintainer Red Hat signature.asc Description: PGP signature

Re: RFA: x86 backend: Add default-manifest to Cygwin/MinGW links

2014-04-23 Thread Corinna Vinschen
ply not having it present. Which should be the case for all > current installations. > > Plus - I am hoping to fix the resource merging problem soon. (Any > day now, honest). So I would like to have the gcc patch in place > for when that happens. Ok, sounds fine to me. T

Re: RFA: x86 backend: Add default-manifest to Cygwin/MinGW links

2014-04-23 Thread Corinna Vinschen
for explaining. So patch is ok for trunk, and for 4.9 branch. Couldn't have said it better. However, we know that the act of merging will currently result in broken resources in the executable. Wouldn't it be better to apply the above patch only after the resource merge fix? Thanks, Corinna -- Corinna Vinschen Cygwin Maintainer Red Hat pgpaqCW9LpugL.pgp Description: PGP signature

Re: [patch libgcc]: Solve issue about too early released libgcc's DLL

2013-11-08 Thread Corinna Vinschen
inal, which has been reported to fix the problem: http://cygwin.com/ml/cygwin/2013-11/msg00158.html Thanks, Corinna -- Corinna Vinschen Cygwin Maintainer Red Hat pgpuvLOee2Q9D.pgp Description: PGP signature

[toplevel patch] Simplify FLAGS_FOR_TARGET for Cygwin

2012-10-24 Thread Corinna Vinschen
ease apply this patch there, too? Thanks, Corinna 2012-10-24 Corinna Vinschen * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building against Mingw64 w32api. * configure: Regenerate. Index: configure.ac

Re: [RFA/libiberty] Darwin has case-insensitive filesystems

2011-06-15 Thread Corinna Vinschen
On Jun 15 20:27, Eli Zaretskii wrote: > > Date: Wed, 15 Jun 2011 10:22:36 +0200 > > From: Corinna Vinschen <...> > > Talking about case-insensitive comparison, the filename_cmp and > > filename_ncmp functions don't work for multibyte codesets, only for > >

Re: [RFA/libiberty] Darwin has case-insensitive filesystems

2011-06-15 Thread Corinna Vinschen
On Jun 15 10:45, Joseph S. Myers wrote: > On Wed, 15 Jun 2011, Corinna Vinschen wrote: > > > these functions be replaced with multibyte-aware versions? Along the > > same lines, the entire set of safe-ctype functions only work for ASCII > > and EBCDIC... > > That&#

Re: [RFA/libiberty] Darwin has case-insensitive filesystems

2011-06-15 Thread Corinna Vinschen
On Jun 15 11:58, Mark Kettenis wrote: > > Date: Wed, 15 Jun 2011 10:22:36 +0200 > > From: Corinna Vinschen <...> Please do not quote my email address in the body of your message. Thank you. > > IMHO it's actually a pity that the filename comparison behaves differe

Re: [RFA/libiberty] Darwin has case-insensitive filesystems

2011-06-15 Thread Corinna Vinschen
ename_ncmp functions don't work for multibyte codesets, only for singlebyte codesets. Given that UTF-8 is standard nowadays, shouldn't these functions be replaced with multibyte-aware versions? Along the same lines, the entire set of safe-ctype functions only work for ASCII and EBCDIC... Corinna -- Corinna Vinschen Cygwin Project Co-Leader Red Hat

Re: Libiberty: POSIXify psignal definition

2011-05-18 Thread Corinna Vinschen
m tempted to say "there's no such thing as a > target libiberty" and rip all the target-libiberty rules out, and let > newlib-hosted targets autodetect the host-libiberty. That is, if > Cygwin doesn't need a target-libiberty any more? Cygwin doesn't need libiberty anymore since 2007. Corinna -- Corinna Vinschen Cygwin Project Co-Leader Red Hat

Re: Libiberty: POSIXify psignal definition

2011-05-17 Thread Corinna Vinschen
b are correct. If this is refering to the fact that libiberty doesn't grok automatically if a symbol has been added to newlib, then that's a problem in libiberty, not in newlib. Otherwise, if you're building an older compiler, just use an older newlib as well. Corinna -- Corinna Vinschen Cygwin Project Co-Leader Red Hat

Re: Libiberty: POSIXify psignal definition

2011-05-17 Thread Corinna Vinschen
On May 17 16:33, Richard Earnshaw wrote: > > On Thu, 2011-05-05 at 09:30 +0200, Corinna Vinschen wrote: > > [Please keep me CCed, I'm not subscribed to gcc-patches. Thank you] > > > > Hi, > > > > the definition of psignal in libiberty is > >

Re: newlib vs. libiberty mismatch breaks build (Re: [PATCH] Export psignal on all platforms)

2011-05-05 Thread Corinna Vinschen
t should have been something along the lines of AC_DEFINE(HAVE_PSIGNAL,1,[Define if you have psignal]) Corinna -- Corinna Vinschen Cygwin Project Co-Leader Red Hat

Re: newlib vs. libiberty mismatch breaks build (Re: [PATCH] Export psignal on all platforms)

2011-05-05 Thread Corinna Vinschen
he wrong solution. You don't mean the prototype, do you? IMHO the char * should still be changed to const char * to adhere to POSIX. Corinna -- Corinna Vinschen Cygwin Project Co-Leader Red Hat

Re: newlib vs. libiberty mismatch breaks build (Re: [PATCH] Export psignal on all platforms)

2011-05-05 Thread Corinna Vinschen
; either. Developers using libiberty don't have to use newlib so the definition in libiberty still makes sense, right? I don't know how to avoid this problem in configure, other than by adding AC_LIBOBJ([psignal]). Corinna -- Corinna Vinschen Cygwin Project Co-Leader Red Hat

Re: newlib vs. libiberty mismatch breaks build (Re: [PATCH] Export psignal on all platforms)

2011-05-05 Thread Corinna Vinschen
On May 5 11:09, Ulrich Weigand wrote: > Corinna Vinschen wrote: > > On May 4 05:52, Yaakov (Cygwin/X) wrote: > > > 2011-05-04 Yaakov Selkowitz > > > > > > * libc/include/signal.h (psignal): Declare. > > > * libc/sys/linux/psignal.c: Move

Re: Libiberty: POSIXify psignal definition

2011-05-05 Thread Corinna Vinschen
On May 5 00:40, Andrew Pinski wrote: > On Thu, May 5, 2011 at 12:30 AM, Corinna Vinschen wrote: > > Thanks, > > Corinna > > > > > >        * strsignal.c (psignal): Change second parameter to const char *. > >        Fix comment accordingly. > > >

Libiberty: POSIXify psignal definition

2011-05-05 Thread Corinna Vinschen
names == NULL) { -- Corinna Vinschen Cygwin Project Co-Leader Red Hat