View | Details | Raw Unified | Return to bug 220297
Collapse All | Expand All

(-)share/man/man7/arch.7 (-7 / +7 lines)
Lines 95-101 architectures, the final release. Link Here
95
.It arm         Ta 6.0
95
.It arm         Ta 6.0
96
.It armeb       Ta 8.0
96
.It armeb       Ta 8.0
97
.It armv6       Ta 10.0
97
.It armv6       Ta 10.0
98
.It arm64       Ta 11.0
98
.It aarch64     Ta 11.0
99
.It ia64        Ta 5.0   Ta 10.x
99
.It ia64        Ta 5.0   Ta 10.x
100
.It i386        Ta 1.0
100
.It i386        Ta 1.0
101
.It mips        Ta 8.0
101
.It mips        Ta 8.0
Lines 161-167 Examples are: Link Here
161
.It Dv powerpc64   Ta Dv powerpc
161
.It Dv powerpc64   Ta Dv powerpc
162
.It Dv mips64*     Ta Dv mips*
162
.It Dv mips64*     Ta Dv mips*
163
.El
163
.El
164
.Dv arm64
164
.Dv aarch64
165
currently does not support execution of
165
currently does not support execution of
166
.Dv armv6
166
.Dv armv6
167
binaries, even if the CPU implements
167
binaries, even if the CPU implements
Lines 192-198 Machine-dependent type sizes: Link Here
192
.It arm         Ta 4 Ta  8 Ta 8
192
.It arm         Ta 4 Ta  8 Ta 8
193
.It armeb       Ta 4 Ta  8 Ta 8
193
.It armeb       Ta 4 Ta  8 Ta 8
194
.It armv6       Ta 4 Ta  8 Ta 8
194
.It armv6       Ta 4 Ta  8 Ta 8
195
.It arm64       Ta 8 Ta 16 Ta 8
195
.It aarch64     Ta 8 Ta 16 Ta 8
196
.It i386        Ta 4 Ta 12 Ta 4
196
.It i386        Ta 4 Ta 12 Ta 4
197
.It mips        Ta 4 Ta  8 Ta 8
197
.It mips        Ta 4 Ta  8 Ta 8
198
.It mipsel      Ta 4 Ta  8 Ta 8
198
.It mipsel      Ta 4 Ta  8 Ta 8
Lines 221-227 variants of powerpc. Link Here
221
.It arm         Ta little Ta unsigned
221
.It arm         Ta little Ta unsigned
222
.It armeb       Ta big    Ta unsigned
222
.It armeb       Ta big    Ta unsigned
223
.It armv6       Ta little Ta unsigned
223
.It armv6       Ta little Ta unsigned
224
.It arm64       Ta little Ta unsigned
224
.It aarch64     Ta little Ta unsigned
225
.It i386        Ta little Ta   signed
225
.It i386        Ta little Ta   signed
226
.It mips        Ta big    Ta   signed
226
.It mips        Ta big    Ta   signed
227
.It mipsel      Ta little Ta   signed
227
.It mipsel      Ta little Ta   signed
Lines 246-252 variants of powerpc. Link Here
246
.It arm         Ta 4K
246
.It arm         Ta 4K
247
.It armeb       Ta 4K
247
.It armeb       Ta 4K
248
.It armv6       Ta 4K, 1M
248
.It armv6       Ta 4K, 1M
249
.It arm64       Ta 4K, 2M, 1G
249
.It aarch64     Ta 4K, 2M, 1G
250
.It i386        Ta 4K, 2M (PAE), 4M
250
.It i386        Ta 4K, 2M (PAE), 4M
251
.It mips        Ta 4K
251
.It mips        Ta 4K
252
.It mipsel      Ta 4K
252
.It mipsel      Ta 4K
Lines 271-277 variants of powerpc. Link Here
271
.It arm         Ta soft Ta soft, double precision
271
.It arm         Ta soft Ta soft, double precision
272
.It armeb       Ta soft Ta soft, double precision
272
.It armeb       Ta soft Ta soft, double precision
273
.It armv6       Ta hard(1) Ta hard, double precision
273
.It armv6       Ta hard(1) Ta hard, double precision
274
.It arm64       Ta hard Ta soft, quad precision
274
.It aarch64     Ta hard Ta soft, quad precision
275
.It i386        Ta hard Ta hard, 80 bit
275
.It i386        Ta hard Ta hard, 80 bit
276
.It mips        Ta soft Ta identical to double
276
.It mips        Ta soft Ta identical to double
277
.It mipsel      Ta soft Ta identical to double
277
.It mipsel      Ta soft Ta identical to double
Lines 323-329 Architecture-specific macros: Link Here
323
.It arm         Ta Dv __arm__
323
.It arm         Ta Dv __arm__
324
.It armeb       Ta Dv __arm__
324
.It armeb       Ta Dv __arm__
325
.It armv6       Ta Dv __arm__, Dv __ARM_ARCH >= 6
325
.It armv6       Ta Dv __arm__, Dv __ARM_ARCH >= 6
326
.It arm64       Ta Dv __aarch64__
326
.It aarch64     Ta Dv __aarch64__
327
.It i386        Ta Dv __i386__
327
.It i386        Ta Dv __i386__
328
.It mips        Ta Dv __mips__, Dv __MIPSEB__, Dv __mips_o32
328
.It mips        Ta Dv __mips__, Dv __MIPSEB__, Dv __mips_o32
329
.It mipsel      Ta Dv __mips__, Dv __mips_o32
329
.It mipsel      Ta Dv __mips__, Dv __mips_o32

Return to bug 220297