The align parameter within `extra.ld` for the `uk_thread_inttab` was
causing some alignment issues for the `text` section. Some builds
were not able to be executed. It turns out that this extra alignment
statement is not needed for the table.
Signed-off-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Reviewed-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #201
SECTIONS
{
.uk_thread_inittab : {
- . = ALIGN(0x8);
PROVIDE(_uk_thread_inittab_start = .);
KEEP (*(.uk_thread_inittab0))
KEEP (*(.uk_thread_inittab0.*))