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

Disable Ltest-init-local-signal on ia64 #441

Merged
merged 1 commit into from
Dec 28, 2022
Merged

Disable Ltest-init-local-signal on ia64 #441

merged 1 commit into from
Dec 28, 2022

Conversation

AdrianBunk
Copy link
Contributor

A similar change is already used for some time on Debian to make the tests build on ia64 so that they can be run, otherwise the build fails with

/usr/bin/ld: Ltest-init-local-signal.o: in function `handler':
./tests/Ltest-init-local-signal.c:33: undefined reference to `_Uia64_init_local2'

A proper fix would be to implement unw_init_local2() in https://github.com/libunwind/libunwind/blob/master/src/ia64/Ginit_local.c (which looks quite different from Ginit_local.c on other architectures) by someone who understands why ia64 is special here.

This makes the tests build on ia64 so that they can be run,
a proper fix would be to add unw_init_local2() to src/ia64/Ginit_local.c
@djwatson djwatson merged commit 226069a into libunwind:master Dec 28, 2022
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

2 participants