mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
062b7c0c14
* doc/c-arm.texi: Likewise. * doc/c-d10v.texi: Likewise. * doc/c-i370.texi: Likewise. * doc/c-i960.texi: Likewise. * doc/c-ia64.texi: Likewise. * doc/c-mmix.texi: Likewise. * doc/c-ns32k.texi: Likewise. * doc/c-pdp11.texi: Likewise. * doc/c-pj.texi: Likewise. * doc/c-sh64.texi: Likewise. * doc/c-sparc.texi: Likewise. * doc/c-tic54x.texi: Likewise. * doc/c-v850.texi: Likewise. * doc/c-vax.texi: Likewise. * doc/internals.texi: Likewise.
29 lines
572 B
Plaintext
29 lines
572 B
Plaintext
@c Copyright 1999 Free Software Foundation, Inc.
|
|
@c This is part of the GAS manual.
|
|
@c For copying conditions, see the file as.texinfo.
|
|
@page
|
|
@node PJ-Dependent
|
|
@chapter picoJava Dependent Features
|
|
|
|
@cindex PJ support
|
|
@menu
|
|
* PJ Options:: Options
|
|
@end menu
|
|
|
|
@node PJ Options
|
|
@section Options
|
|
|
|
@cindex PJ options
|
|
@cindex options, PJ
|
|
@code{@value{AS}} has two additional command-line options for the picoJava
|
|
architecture.
|
|
@table @code
|
|
@item -ml
|
|
This option selects little endian data output.
|
|
|
|
@item -mb
|
|
This option selects big endian data output.
|
|
@end table
|
|
|
|
|