On Mon, Aug 24, 2015 at 06:25:14PM +0200, Szabolcs Nagy wrote:
> * David Edelsohn [2015-08-24 10:21:05 -0400]:
> > Patch v2.
> >
> > Powerpc does not include the top level linux.h, so I had to
> > repeat the include order fixes from there in rs6000/sysv4.h.
> >
> > I corrected the endianness han
* David Edelsohn [2015-08-24 10:21:05 -0400]:
> Patch v2.
>
> Powerpc does not include the top level linux.h, so I had to
> repeat the include order fixes from there in rs6000/sysv4.h.
>
> I corrected the endianness handling (the "le" suffix should
> be added correctly now).
>
> gcc/Changelog:
Patch v2.
Powerpc does not include the top level linux.h, so I had to
repeat the include order fixes from there in rs6000/sysv4.h.
I corrected the endianness handling (the "le" suffix should
be added correctly now).
gcc/Changelog:
2015-04-24 Gregor Richards
Szabolcs Nagy
* config.gcc (
On 20/04/15 19:55, Szabolcs Nagy wrote:
> Set up dynamic linker name for powerpc. Musl only supports powerpc
> with secure plt, so appropriate options are passed to the linker by
> default.
Patch v2.
Powerpc does not include the top level linux.h, so I had to
repeat the include order fixes from