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

AIX asm syntax changes needed for shared object creation #2069

Merged
merged 1 commit into from
Mar 25, 2019

Conversation

ayappanec
Copy link
Contributor

As mentioned in the issue #1997 , for shared object creation in AIX from archives, one has to use export file to export the symbols. There are two standard scripts out there to create the export file from an archive, CreateExportList (comes from XLC fileset ) & GNU libtool (m4/libtool.m4). Both the scripts ignores the symbols in the object files that starts with "."
So the current AIX specific asm syntax needs change to avoid missing out necessary symbols while creating shared object from the final archive.

@martin-frbg martin-frbg merged commit 3ae122e into OpenMathLib:develop Mar 25, 2019
@ayappanec
Copy link
Contributor Author

Thanks @martin-frbg

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.

2 participants