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

Avoid out of range pc-relative fixup value #1454

Merged
merged 3 commits into from
Feb 29, 2024

Conversation

justsmth
Copy link
Contributor

@justsmth justsmth commented Feb 26, 2024

Description of changes:

  • Addresses failure seen here 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.
  • 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.

@codecov-commenter
Copy link

codecov-commenter commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.91%. Comparing base (133a5f7) to head (36ae825).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1454      +/-   ##
==========================================
+ Coverage   76.87%   76.91%   +0.04%     
==========================================
  Files         425      425              
  Lines       71571    71571              
==========================================
+ Hits        55020    55050      +30     
+ Misses      16551    16521      -30     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@justsmth justsmth force-pushed the fix-arm-linux-androideabi branch 2 times, most recently from 94e5d62 to e310388 Compare February 28, 2024 12:58
@justsmth justsmth marked this pull request as ready for review February 28, 2024 12:59
@justsmth justsmth requested a review from a team as a code owner February 28, 2024 12:59
torben-hansen
torben-hansen previously approved these changes Feb 28, 2024
@justsmth justsmth merged commit 7600809 into aws:main Feb 29, 2024
38 of 39 checks passed
justsmth added a commit to justsmth/aws-lc that referenced this pull request Mar 1, 2024
* 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 deleted the fix-arm-linux-androideabi branch May 16, 2024 13:05
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.

4 participants