Re: [PATCH 3/13] aarch64 musl support

2015-05-27 Thread James Greenhalgh
On Mon, Apr 27, 2015 at 03:33:05PM +0100, Szabolcs Nagy wrote: > > On 21/04/15 15:16, pins...@gmail.com wrote: > > > > I don't think you need to check if defaulting to little or big-endian here > > are the specs always have one or the other passing through. > > > > Also if musl does not support

Re: [PATCH 3/13] aarch64 musl support

2015-05-15 Thread Szabolcs Nagy
On 27/04/15 15:33, Szabolcs Nagy wrote: > > On 21/04/15 15:16, pins...@gmail.com wrote: >> >> I don't think you need to check if defaulting to little or big-endian here >> are the specs always have one or the other passing through. >> >> Also if musl does not support ilp32, you might want to err

Re: [PATCH 3/13] aarch64 musl support

2015-04-27 Thread Szabolcs Nagy
On 21/04/15 15:16, pins...@gmail.com wrote: > > I don't think you need to check if defaulting to little or big-endian here > are the specs always have one or the other passing through. > > Also if musl does not support ilp32, you might want to error out. Or even > define the dynamic linker na

Re: [PATCH 3/13] aarch64 musl support

2015-04-21 Thread Szabolcs Nagy
On 21/04/15 15:16, pins...@gmail.com wrote: > > I don't think you need to check if defaulting to little or big-endian here > are the specs always have one or the other passing through. > i was not aware of this may be the ifdef is not necessary for other archs either i will check > Also if

Re: [PATCH 3/13] aarch64 musl support

2015-04-21 Thread pinskia
> On Apr 20, 2015, at 11:52 AM, Szabolcs Nagy wrote: > > Set up dynamic linker name for aarch64. > > gcc/Changelog: > > 2015-04-16 Gregor Richards >Szabolcs Nagy > >* config/aarch64/aarch64-linux.h (MUSL_DYNAMIC_LINKER): Define. I don't think you need to check if default

[PATCH 3/13] aarch64 musl support

2015-04-20 Thread Szabolcs Nagy
Set up dynamic linker name for aarch64. gcc/Changelog: 2015-04-16 Gregor Richards Szabolcs Nagy * config/aarch64/aarch64-linux.h (MUSL_DYNAMIC_LINKER): Define. diff --git a/gcc/config/aarch64/aarch64-linux.h b/gcc/config/aarch64/aarch64-linux.h index 9abb252..5ff83dd 100