binutils-gdb/gas/doc/all.texi

87 lines
1.7 KiB
Plaintext
Raw Normal View History

@c Copyright 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002
2001-03-09 00:24:26 +01:00
@c Free Software Foundation, Inc.
1999-05-03 09:29:11 +02:00
@c This file is part of the documentation for the GAS manual
@c Configuration settings for all-inclusive version of manual
@c switches:------------------------------------------------------------
@c Properties of the manual
@c ========================
@c Discuss all architectures?
@set ALL-ARCH
@c A generic form of manual (not tailored to specific target)?
@set GENERIC
@c Include text on assembler internals?
@clear INTERNALS
@c Many object formats supported in this config?
@set MULTI-OBJ
@c Object formats of interest
@c ==========================
@set AOUT
@set BOUT
@set COFF
@set ELF
@set SOM
@c CPUs of interest
@c ================
@set A29K
@set ALPHA
1999-05-03 09:29:11 +02:00
@set ARC
@set ARM
@set CRIS
1999-05-03 09:29:11 +02:00
@set D10V
@set D30V
@set H8/300
@set H8/500
@set HPPA
2000-02-23 14:52:23 +01:00
@set I370
1999-05-03 09:29:11 +02:00
@set I80386
@set I860
1999-05-03 09:29:11 +02:00
@set I960
2002-07-19 09:52:40 +02:00
@set IP2K
1999-05-03 09:29:11 +02:00
@set M32R
@set M68HC11
1999-05-03 09:29:11 +02:00
@set M680X0
@set M880X0
@set MCORE
@set MIPS
2001-10-30 16:20:14 +01:00
@set MMIX
2002-12-30 20:25:13 +01:00
@set MSP430
2001-02-19 00:33:11 +01:00
@set PDP11
@set PJ
[gas/ChangeLog] * config/tc-ppc.c (md_parse_option): New -m7410, -m7450 and -m7455 flags, equivalent to -m7400. New -maltivec to enable AltiVec instructions. New -mbook64 and -mbooke/-mbooke32 flags to enable 64-bit and 32-bit BookE support, respectively. Change -m403 and -m405 to set PPC403 option. (md_show_usage): Adjust for new options. * doc/all.texi: Set PPC. * doc/as.texinfo: Add PPC support and pull in c-ppc.texi. * doc/c-ppc.texi: New file. * doc/Makefile.am (CPU_DOCS): Add c-ppc.texi. * doc/Makefile.in: Regenerate. [gas/testsuite/ChangeLog] * gas/ppc/booke.s: New test for Motorola BookE. * gas/ppc/booke.d: New file. * gas/ppc/ppc.exp: Test booke.s. [include/opcode/ChangeLog] * ppc.h (PPC_OPCODE_BOOKE, PPC_OPCODE_403): New opcode flags for BookE and PowerPC403 instructions. [opcodes/ChangeLog] * ppc-opc.c (insert_de, extract_de, insert_des, extract_des): New instruction field instruction/extraction functions for new BookE DE form instructions. (CT): New macro for CT field in an X form instruction. (DE, DES, DEO, DE_MASK): New macros for DE/DES fields in DE form instructions. (PPC64): Don't include PPC_OPCODE_PPC. (403): New opcode macro for PPC403 processors. (BOOKE): New opcode macro for BookE processors. (bce, bcel, bcea, bcela, bclre, bclrel: New BookE instructions. (bcctre, bcctrel, be, bel, bea, bela, icbt, icbte, lwzxe): Likewise. (dcbste, lwzuxe, luxe, dcbfe, lbzxe, lwarxe, lbzuxe): Likewise. (stwcxe, stwxe, stxe, stwuxe, stuxe, stbxe, dcbtste, stbuxe): Likewise. (mfapidi, dcbte, lhzxe, lhzuxe, lhaxe, lhauxe, subfe64): Likewise. (subfeo64, adde64, addeo64, sthxe, sthuxe, subfze64): Likewise. (subfzeo64, addze64, addzeo64, dcbie, subfme64, subfmeo64): Likewise. (addme64, addmeo64, stdcxe., mcrxr64, lwbrxe, lfsxe, lfsuxe): Likewise. (lfdxe, lfduxe, stwbrxe, stfsxe, stfsuxe, stfdxe, dcbae): Likewise. (stfduxe, tlbivax, tlbivaxe, lhbrxe, ldxe, lduxe, tlbsx): Likewise. (tlbsxe, sthbrxe, stdxe, stduxe, icbie, stfiwxe, dcbze, lbze): Likewise. (lbzue, ldue, lhze, lhzue, lhae, lhaue, lwze, lwzue): Likewise. (stbe, stbue, sthe, sthue, stwe, stwue, lfse, lfsue, lfde): Likewise. (lfdue, stde, stdue, stfse, stfsue, stfde, stfdue): Likewise. * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc): Look for a disassembler option of `booke', `booke32' or `booke64' to enable BookE support in the disassembler.
2001-10-13 03:59:09 +02:00
@set PPC
@set SH
1999-05-03 09:29:11 +02:00
@set SPARC
2000-06-20 15:52:32 +02:00
@set C54X
@set V850
1999-05-03 09:29:11 +02:00
@set VAX
@set VXWORKS
@set Z8000
1999-05-03 09:29:11 +02:00
@c Does this version of the assembler use the difference-table kluge?
@set DIFF-TBL-KLUGE
@c Do all machines described use IEEE floating point?
@clear IEEEFLOAT
@c Is a word 32 bits, or 16?
@clear W32
@set W16
@c Do symbols have different characters than usual?
@clear SPECIAL-SYMS
@c strings:------------------------------------------------------------
@c Name of the assembler:
@set AS as
@c Name of C compiler:
@set GCC gcc
@c Name of linker:
@set LD ld
@c Text for target machine (best not used in generic case; but just in case...)
@set TARGET machine specific
@c Name of object format NOT SET in generic version
@clear OBJ-NAME