diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-06-20 13:52:32 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-06-20 13:52:32 +0000 |
commit | 39bec121fbf7999abee79c0eec02015a84ab8a48 (patch) | |
tree | bce4d1826bdccbf52974611b7ac28d8bdac547e8 /gas/doc/as.texinfo | |
parent | 2d30b3dab49cd50d7dd89557888001c0ec7a0171 (diff) | |
download | gdb-39bec121fbf7999abee79c0eec02015a84ab8a48.zip gdb-39bec121fbf7999abee79c0eec02015a84ab8a48.tar.gz gdb-39bec121fbf7999abee79c0eec02015a84ab8a48.tar.bz2 |
TI C54x target.
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 62f8868..c860222 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -249,6 +249,10 @@ Here is a brief summary of how to invoke @code{@value{AS}}. For details, -Av8plus | -Av8plusa | -Av9 | -Av9a ] [ -xarch=v8plus | -xarch=v8plusa ] [ -bump ] [ -32 | -64 ] @end ifset +@ifset TIC54X + [ -mcpu=54[123589] | -mcpu=54[56]lp ] [ -mfar-mode | -mf ] + [ -merrors-to-file <filename> | -me <filename> ] +@end ifset @ifset Z8000 @c Z8000 has no machine-dependent assembler options @end ifset @@ -623,6 +627,22 @@ Warn when the assembler switches to another architecture. @end table @end ifset +@ifset TIC54X +The following options are available when @value{AS} is configured for the 'c54x +architecture. + +@table @code +@item -mfar-mode +Enable extended addressing mode. All addresses and relocations will assume +extended addressing (usually 23 bits). +@item -mcpu=@var{CPU_VERSION} +Sets the CPU version being compiled for. +@item -merrors-to-file @var{FILENAME} +Redirect error output to a file, for broken systems which don't support such +behaviour in the shell. +@end table +@end ifset + @ifset MIPS The following options are available when @value{AS} is configured for a MIPS processor. @@ -5031,6 +5051,9 @@ subject, see the hardware manufacturer's manual. @ifset SPARC * Sparc-Dependent:: SPARC Dependent Features @end ifset +@ifset TIC54X +* TIC54X-Dependent:: TI TMS320C54x Dependent Features +@end ifset @ifset V850 * V850-Dependent:: V850 Dependent Features @end ifset @@ -5221,6 +5244,10 @@ family. @include c-sparc.texi @end ifset +@ifset TIC54X +@include c-tic54x.texi +@end ifset + @ifset Z8000 @include c-z8k.texi @end ifset @@ -5524,6 +5551,9 @@ Linas Vepstas added GAS support for the ESA/390 "IBM 370" architecture. Richard Henderson rewrote the Alpha assembler. Klaus Kaempf wrote GAS and BFD support for openVMS/Alpha. +Timothy Wall, Michael Hayes, and Greg Smart contributed to the various tic* +flavors. + Several engineers at Cygnus Support have also provided many small bug fixes and configuration enhancements. |