mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
041dd5a9f4
* config/tc-pj.c: New file, supports picoJava in ELF. * config/tc-pj.h: Ditto. * configure.in (pjl*, pj*): New targets. * Makefile.am: Rebuild dependencies. (CPU_TYPES): Add pj. (TARGET_CPU_CFILES): Add config/tc-pj.c. (TARGET_CPU_HFILES): Add config/tc-pj.h. * doc/c-pj.texi: New file. * doc/as.texinfo: Add some PJ specifics. * doc/all.texi: Add PJ to the list of all architectures, sort them all alphabetically. * doc/Makefile.in (CPU_DOCS): Add c-pj.texi. * configure, Makefile.in, doc/Makefile.in: Rebuild.
29 lines
577 B
Plaintext
29 lines
577 B
Plaintext
@c Copyright (C) 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 addiitional 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
|
|
|
|
|