mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
418c174284
* 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.
82 lines
1.6 KiB
Plaintext
82 lines
1.6 KiB
Plaintext
@c Copyright 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001
|
|
@c Free Software Foundation, Inc.
|
|
@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 ARC
|
|
@set ARM
|
|
@set D10V
|
|
@set D30V
|
|
@set H8/300
|
|
@set H8/500
|
|
@set HPPA
|
|
@set I370
|
|
@set I80386
|
|
@set I860
|
|
@set I960
|
|
@set M32R
|
|
@set M68HC11
|
|
@set M680X0
|
|
@set M880X0
|
|
@set MCORE
|
|
@set MIPS
|
|
@set PDP11
|
|
@set PJ
|
|
@set PPC
|
|
@set SH
|
|
@set SPARC
|
|
@set C54X
|
|
@set V850
|
|
@set VAX
|
|
@set VXWORKS
|
|
@set Z8000
|
|
|
|
@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
|