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

P8 build fixes for modern GCC #28

Open
wants to merge 1 commit into
base: master_p8
Choose a base branch
from

Conversation

shenki
Copy link
Member

@shenki shenki commented Apr 16, 2020

Newer linkers generate eh_frame sections. From the ld manual:

Request creation of ".eh_frame" unwind info for linker generated code sections like PLT.

I do not believe these are used by the OCC, so they can be discarded.
This is what the Linux kernel does too.

Signed-off-by: Joel Stanley joel@jms.id.au

Newer linkers generate eh_frame sections. From the ld manual:

 Request creation of ".eh_frame" unwind info for linker generated code sections like PLT.

I do not believe these are used by the OCC, so they can be discarded.
This is what the Linux kernel does too.

Signed-off-by: Joel Stanley <joel@jms.id.au>
@klauskiwi
Copy link

@dcrowell77 are you also monitoring this? Any updates?

@dcrowell77
Copy link

Yes, sorry for the non-response. I pulled them over but they failed our internal builds that are still on the older compiler. I just haven't had time to dig in due to other priorities.

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

Successfully merging this pull request may close these issues.

None yet

3 participants