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

Add naked function attribute support. #7

Open
wants to merge 1 commit into
base: epiphany-gcc-5
Choose a base branch
from
Open

Add naked function attribute support. #7

wants to merge 1 commit into from

Commits on Jan 4, 2017

  1. Add naked function attribute support.

    A few lines in gcc/config/epiphany.c that add naked function
    attribute support to e-gcc.
    
    - Adds the entry in 'epiphany_attribute_table'.
    - Defines two functions: 'epiphany_handle_naked_attribute'
    and 'epiphany_is_naked_p'.
    - Makes the respective calls.
    joseluisquiroga committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    7900f9a View commit details
    Browse the repository at this point in the history