Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix alignment for new-style ctors when using riscv64
Recently uClibc-ng enabled UCLIBC_CTOR_DTOR for riscv64, so that f.e. C++ applications are running fine. As a side effect this breaks noMMU support. The problem is the alignment for the ctors in elf2flt. This patch fixes it. Tested with Qemu for ARM, M68k and Xtensa with no regressions.
- Loading branch information