Re: [PATCH] ieee1275: Include a.out header in assembly of sparc64 boot loader

2019-02-09 Thread John Paul Adrian Glaubitz
This is supposed to be version 3. Forgot to edit the subject. Adrian On 2/9/19 2:39 PM, John Paul Adrian Glaubitz wrote: > Recent versions of binutils dropped support for the a.out and COFF > formats on sparc64 targets. Since the boot loader on sparc64 is > supposed to be an a.out binary and the

[PATCH] ieee1275: Include a.out header in assembly of sparc64 boot loader

2019-02-09 Thread John Paul Adrian Glaubitz
Recent versions of binutils dropped support for the a.out and COFF formats on sparc64 targets. Since the boot loader on sparc64 is supposed to be an a.out binary and the a.out header entries are rather simple to calculate in our case, we just write the header ourselves instead of relying on externa

[PATCH, v2] ieee1275: Include a.out header in assembly of sparc64 boot loader

2019-02-09 Thread John Paul Adrian Glaubitz
Recent versions of binutils dropped support for the a.out and COFF formats on sparc64 targets. Since the boot loader on sparc64 is supposed to be an a.out binary and the a.out header entries are rather simple to calculate in our case, we just write the header ourselves instead of relying on externa

[PATCH] ieee1275: Include a.out header in assembly of sparc64 boot loader

2019-02-09 Thread John Paul Adrian Glaubitz
Recent versions of binutils dropped support for the a.out and COFF formats on sparc64 targets. Since the boot loader on sparc64 is supposed to be an a.out binary and the a.out header entries are rather simple to calculate in our case, we just write the header ourselves instead of relying external t