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

Fix Windows exported symbol check on binutils 2.43; bump builder API version #277

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

bgilbert
Copy link
Member

@bgilbert bgilbert commented Sep 2, 2024

binutils 2.43 added some columns and a header row to the exported symbol list. Update our check accordingly. The new code works with older binutils as well.

We could pin older binutils in the Windows builder container, but that's probably more backward compatibility glue than we want to maintain here. Bump the builder API version so older openslide-bin source releases will fail cleanly, and have bintool accept both API versions.

binutils 2.43 added some columns and a header row to the exported symbol
list.  Update our check accordingly.  The new code works with older
binutils as well.

Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
binutils 2.43 is incompatible with older openslide-bin source releases.
We could pin older binutils in the Windows builder container, but that's
probably more backward compatibility glue than we want to maintain here.

Bump the builder API version so older openslide-bin source releases will
fail cleanly.  Have bintool accept both API versions, since the new code
should work with both.

Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
@openslide-bot
Copy link
Member

DCO signed off ✔️

All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.

@bgilbert bgilbert merged commit 39815d2 into openslide:main Sep 2, 2024
15 checks passed
@bgilbert bgilbert deleted the binutils branch September 2, 2024 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants