freebsd-dev/stand/powerpc
Alfredo Dal'Ava Junior 5d48fb3b16 loader: fix powerpc* ofw loader
With the introduction of llvm14, the powerpc* loader used on ofw/pseries
for 32 and 64 bit architectures puts the .data.rel.ro section after
.data section. This caused a crash kernel didn't boot. Bisect pointed to
change https://reviews.llvm.org/D111717 but problem could be fixed by
adding a section description to make it appear in the expected order.

This patch is 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-01 12:56:46 -03:00
..
boot1.chrp powerpc64le: stand fixes 2021-10-20 15:48:33 -03:00
ofw loader: fix powerpc* ofw loader 2022-07-01 12:56:46 -03:00
Makefile kboot: Move powerpc kboot to top level 2021-12-30 16:07:06 -07:00
Makefile.inc