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

gcc (?): Function symbols get wrong type #51

Closed
olajep opened this issue Jun 11, 2015 · 2 comments
Closed

gcc (?): Function symbols get wrong type #51

olajep opened this issue Jun 11, 2015 · 2 comments

Comments

@olajep
Copy link
Contributor

olajep commented Jun 11, 2015

e-readelf -s foo.o

reports

...
    36: 00000000   110 NOTYPE  GLOBAL DEFAULT    1 _foo
...

but it should report (?)

...
    36: 00000000   110 FUNC  GLOBAL DEFAULT    1 _foo
...
@olajep
Copy link
Contributor Author

olajep commented Aug 19, 2015

It's probably in gcc. The Epiphany backend doesn't emit

    .type _foo, @function

@olajep olajep changed the title binutils (?): Function symbols get wrong type gcc (?): Function symbols get wrong type Aug 19, 2015
@olajep
Copy link
Contributor Author

olajep commented Sep 4, 2015

Fixed in epiphany-gcc-5 branch

@olajep olajep closed this as completed Sep 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant