Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix alignment for new-style ctors when using riscv64 #34

Merged
merged 1 commit into from
Mar 26, 2024

Commits on Mar 23, 2024

  1. 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.
    wbx-github committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    9b79c2f View commit details
    Browse the repository at this point in the history