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

Switch to GCC register names #252

Merged
merged 5 commits into from
May 9, 2023
Merged

Conversation

Alan-Jowett
Copy link
Collaborator

@Alan-Jowett Alan-Jowett commented May 8, 2023

GCC uses registers names with the % prefix. Switch uBPF to align with GCC's naming convention.

Resolves: #250

Signed-off-by: Alan Jowett <atjowet@gmail.com>
@Alan-Jowett
Copy link
Collaborator Author

Blocked on: Alan-Jowett/bpf_conformance#124

@coveralls
Copy link

coveralls commented May 9, 2023

Coverage Status

Coverage: 83.784%. Remained the same when pulling 5ca5887 on Alan-Jowett:issue250 into 99b1b7c on iovisor:main.

@Alan-Jowett Alan-Jowett enabled auto-merge (squash) May 9, 2023 17:48
@Alan-Jowett Alan-Jowett merged commit 8e1a158 into iovisor:main May 9, 2023
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.

uBPF should match GCC's assembly format
3 participants