freebsd-dev/stand/powerpc/ofw
Alfredo Dal'Ava Junior 0df5a06864 loader: fix powerpc64le ofw loader
This is similar to 5d48fb3b16.
With LLVM14 the .data.rel.ro ELF section appears after .data,
making loader behave erractly and kernel is not loaded.
This patch makes ensures the correct order.

Based on discussion at:
            https://github.com/llvm/llvm-project/issues/56306

MFC after:	1 day
Sponsored by:	Instituto de Pesquisas Eldorado (eldorado.org.br)
2022-07-29 05:13:19 -03:00
..
cas.c powerpc64: tell kernel when radix is not available 2021-10-22 13:44:21 -03:00
conf.c stand: s/libstand/libsa/g to catch up with rename 2022-04-30 07:34:19 -06:00
elf_freebsd.c [PowerPC64] stand: fix build using clang 8 as compiler 2019-05-20 19:21:35 +00:00
ldscript.powerpc loader: fix powerpc* ofw loader 2022-07-01 12:56:46 -03:00
ldscript.powerpcle loader: fix powerpc64le ofw loader 2022-07-29 05:13:19 -03:00
main.c powerpc64le: stand fixes 2021-10-20 15:48:33 -03:00
Makefile loader: move all gfx_fb.c stubs to common/gfx_fb_stub.c 2021-12-14 15:27:47 -07:00
ofwfdt.c powerpc64le: stand fixes 2021-10-20 15:48:33 -03:00
ppc64_elf_freebsd.c [PowerPC64] stand: fix build using clang 8 as compiler 2019-05-20 19:21:35 +00:00
start.c Declare our strange brand of main(). 2017-12-03 04:55:14 +00:00
trampolineLE.S powerpc64le: stand fixes 2021-10-20 15:48:33 -03:00
version