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
F153278300: D40410.id122813.diff
Mon, Apr 20, 5:15 AM
F153215229: D40410.id122796.diff
Sun, Apr 19, 8:52 PM
Unknown Object (File)
Sun, Apr 12, 3:39 AM
Unknown Object (File)
Tue, Apr 7, 6:27 PM
Unknown Object (File)
Tue, Apr 7, 12:05 PM
Unknown Object (File)
Tue, Apr 7, 12:03 AM
Unknown Object (File)
Fri, Apr 3, 7:56 AM
Unknown Object (File)
Tue, Mar 31, 7:26 AM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tools/test/xregs_sig/c2x2c_aarch64.S
7–8

I think you should also add the .text directive there

tools/test/xregs_sig/c2x2c_amd64.S
7–8

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