]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/1/5e
merge
[plan9front.git] / sys / man / 1 / 5e
index 2adefe3c069b1127d0bdda34061c3274d9805827..9c9cb179386d5097a0d26740fa376ca846e4a06c 100644 (file)
@@ -4,7 +4,7 @@
 .SH SYNOPSIS
 .B 5e
 [
-.B -npb
+.B -npbF
 ]
 .I text
 [
@@ -92,6 +92,9 @@ causes failing processes to call
 instead of
 .I sysfatal.
 See below.
+.TP
+.B -F
+Disable emulation of VFP floating point instructions.
 .SH SOURCE
 .B /sys/src/cmd/5e
 .SH SEE ALSO
@@ -108,13 +111,6 @@ The emulator does not post
 notes.
 
 Obscure opcodes, in particular uncommon operations on R15, are not implemented.
-Careless use of the
-.B LDREX
-and
-.B STREX
-instructions can lead to deadlock, while the
-.I ARM Architecture Reference Manual
-indicates a real processor will exhibit undefined behavior in these cases.
 
 Accesses spanning segment boundaries will be treated as page faults.
 Many syscalls such as
@@ -138,3 +134,6 @@ The
 .I text
 argument should behave more like it would if it had been entered as an argument to
 .IR rc (1).
+.SH HISTORY
+.I 5e
+first appeared in 9front (June, 2011).