diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-04 17:29:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-04 17:29:22 +0000 |
commit | 041dd5a9f4231569f5526d0bd192521a108e7286 (patch) | |
tree | 00c66b1ec441a8cfde515acf78e779bdfc8d60c9 /gas/doc/c-pj.texi | |
parent | 2ef5e2a15876757b8742f5d80f9b50adc96ab774 (diff) | |
download | gdb-041dd5a9f4231569f5526d0bd192521a108e7286.zip gdb-041dd5a9f4231569f5526d0bd192521a108e7286.tar.gz gdb-041dd5a9f4231569f5526d0bd192521a108e7286.tar.bz2 |
1999-09-04 Steve Chamberlain <sac@pobox.com>
* 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.
Diffstat (limited to 'gas/doc/c-pj.texi')
-rw-r--r-- | gas/doc/c-pj.texi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gas/doc/c-pj.texi b/gas/doc/c-pj.texi new file mode 100644 index 0000000..7060015 --- /dev/null +++ b/gas/doc/c-pj.texi @@ -0,0 +1,28 @@ +@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 + + |