Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aligb section at end in tcc_load_object_file
Noticed this when the crt1.o file on an updated riscv had a text section where the size is not multiple of align. This file is loaded first and when the c code is then compiled the code is not aligned any more. This results in: alignment of code section not multiple of 4 in riscv64-gen.c
- Loading branch information