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

Toolchain update #420

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on May 24, 2024

  1. Toolchain update

    - binutils 2.42
    - GCC 14.1.0
    - newlib 4.4.0
    - GDB 14.2
    Vogtinator committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c2ee205 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Support .init_array and .fini_array sections with priorities

    * Add support to the linker script and startup code.
    * Add tests for init_priority to the zehn sample
    Vogtinator committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    64e351b View commit details
    Browse the repository at this point in the history
  2. Put .text into a separate ELF segment

    Avoids the creation of RWX segments which newer binutils warns about.
    Vogtinator committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    7042bb8 View commit details
    Browse the repository at this point in the history