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

[Backport] Avoid out of range pc-relative fixup value (#1454) #1466

Closed
wants to merge 1 commit into from

Conversation

justsmth
Copy link
Contributor

@justsmth justsmth commented Mar 1, 2024

Description of changes:

Backport to the fips-2022-11-02 branch:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

* Addresses failure [seen
here](https://github.com/aws/aws-lc-rs/actions/runs/8019806331/job/21908336880?pr=340#step:8:480)
on `arm-linux-androideabi`.
```
  /tmp/sha256-armv4-f3213e.s:1455:2: error: out of range pc-relative fixup value
   adr r14,K256
   ^
```
* Fix extracted from this [recent upstream
commit](google/boringssl@12316ab).
* Extended `aws-lc-rs` CI test to provide better coverage of the older
arm (< v7) cpus.

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and the ISC license.
@justsmth justsmth closed this Mar 1, 2024
@justsmth justsmth deleted the backport-pr-1454 branch June 4, 2024 16:46
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.

1 participant