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

[AVR] Disable passing of he '--eh-frame-hdr' argument to the linker #74625

Commits on Jul 22, 2020

  1. [AVR] Disable passing of the '--eh-frame-hdr' argument to the linker

    In general, the GNU AVR linker that is distributed does not support this flag.
    On Arch Linux, the most recently distributed version of avr-ld
    corresponds to binutils 2.34, which is the most recent version of
    binutils as of today (2020-07-22), however - it still does not list
    this argument in its --help list compared to the host LD, which does.
    
    As AVR has no exception handling support, the exception handling frame header
    argument is redundant. This patch disables passing of the '--eh-frame-hdr' argument
    to avr-ld, similar to the existing exclusions (i.e. Windows, Solaris,
    UEFI).
    dylanmckay committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    58772cd View commit details
    Browse the repository at this point in the history