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

arm compile gives warnings #756

Open
bregma opened this issue May 7, 2024 · 0 comments
Open

arm compile gives warnings #756

bregma opened this issue May 7, 2024 · 0 comments
Labels
arm Problems specific to the ARMv7 ARCH bug CI-issue Issue is found in CI
Milestone

Comments

@bregma
Copy link
Member

bregma commented May 7, 2024

Environment

  • libunwind version: master
  • architecture: arm
  • OS: all

Description
When compiling for arm targets the compiler emits assembler warnings.

  CCLD     Gperf-trace
/tmp/cc2tB45U.s: Assembler messages:
/tmp/cc2tB45U.s:336: Warning: if writeback register is in list, it must be the lowest reg in the list
/tmp/ccVlEjML.s: Assembler messages:
/tmp/ccVlEjML.s:336: Warning: if writeback register is in list, it must be the lowest reg in the list

This warning occurs with both -mthumb and -marm in CFLAGS.

Reproduction Steps
Steps to reproduce the behavior:

  1. Check out the latest sources
  2. Autoreconf and configure for arm target
  3. make
  4. See warnings
@bregma bregma added bug CI-issue Issue is found in CI arm Problems specific to the ARMv7 ARCH labels May 7, 2024
@bregma bregma added this to the 1.9.0 milestone May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arm Problems specific to the ARMv7 ARCH bug CI-issue Issue is found in CI
Projects
None yet
Development

No branches or pull requests

1 participant