Page MenuHomeFreeBSD

xregs_sig: Add a ability to handle multiple register banks
ClosedPublic

Authored by dchagin on Jun 3 2023, 4:58 PM.
Tags
None
Referenced Files
F157817990: D40410.id.diff
Mon, May 25, 1:05 PM
Unknown Object (File)
Mon, May 25, 4:06 AM
Unknown Object (File)
Fri, May 22, 7:52 PM
Unknown Object (File)
Wed, May 13, 4:43 PM
Unknown Object (File)
Wed, May 13, 4:43 PM
Unknown Object (File)
Wed, May 13, 4:43 PM
Unknown Object (File)
Wed, May 13, 4:43 PM
Unknown Object (File)
Wed, May 13, 4:31 PM
Subscribers

Details

Summary

While here replace the .global directive by traditionally used .globl.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 51884
Build 48775: arc lint + arc unit

Event Timeline

tools/test/xregs_sig/c2x2c_aarch64.S
7

I think you should also add the .text directive there

tools/test/xregs_sig/c2x2c_amd64.S
7

Also .text

tools/test/xregs_sig/xregs_sig.c
61
tools/test/xregs_sig/xregs_sig.c
61

And what about this?

whoops, missed it due to phabric email doesn't show it,
constify struct xregs_banks, thank you

This revision is now accepted and ready to land.Jun 3 2023, 9:24 PM