mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Replace the VAX and MIPS alternate formats with the architectures that
FreeBSD supports. None of them support an alternate formats, except the alpha (which prints extra register information). # if we get a mips port, we can put the mips case back to document the # actual behavior.
This commit is contained in:
parent
85b9831dfa
commit
010ebba66c
1 changed files with 12 additions and 6 deletions
|
|
@ -196,13 +196,19 @@ display as an instruction
|
|||
.It Li I
|
||||
display as an instruction with possible alternate formats depending on the
|
||||
machine:
|
||||
.Bl -tag -width MIPS -compact
|
||||
.It Tn VAX
|
||||
don't assume that each external label is a procedure entry mask
|
||||
.Bl -tag -width powerpc -compact
|
||||
.It Tn alpha
|
||||
Show the registers of the instruction.
|
||||
.It Tn amd64
|
||||
No alternate format
|
||||
.It Tn i386
|
||||
don't round to the next long word boundary
|
||||
.It Tn MIPS
|
||||
print register contents
|
||||
No alternate format
|
||||
.It Tn ia64
|
||||
No alternate format
|
||||
.It Tn powerpc
|
||||
No alternate format
|
||||
.It Tn sparc64
|
||||
No alternate format
|
||||
.El
|
||||
.El
|
||||
.It Cm xf
|
||||
|
|
|
|||
Loading…
Reference in a new issue