aboutsummaryrefslogtreecommitdiff
path: root/gas/doc/as.texinfo
AgeCommit message (Collapse)AuthorFilesLines
2001-11-09 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' forStephane Carrez1-331/+381
the page man title. * doc/Makefile.in: Rebuild. * doc/as.texinfo: Do not put man SEEALSO in document; Use @command for commands, @option for options; Reorganize usage to clearly identify target specific options.
2001-10-30Add MMIX supportNick Clifton1-0/+17
2001-10-172001-10-17 Chris Demetriou <cgd@broadcom.com>Chris Demetriou1-0/+1
* doc/as.texinfo (MIPS ISA options): Added accidentally omitted "-mips64" option to list of options.
2001-10-13[gas/ChangeLog]Matthew Green1-0/+21
* 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-05 * doc/as.texinfo: Document M and S ELF section flags.Jakub Jelinek1-1/+12
* emultempl/elf32.em (gld_*_list_options): Include -z combreloc and -z nocombreloc in usage.
2001-10-02 * doc/as.texinfo (listing): Fix typo.Alan Modra1-1/+1
2001-09-19Improve documentation on local labels and add documenation about dollar labels.Nick Clifton1-34/+70
2001-07-10Fix grammatical errorsNick Clifton1-2/+3
2001-07-09Add .incbin pseudo opNick Clifton1-0/+16
2001-07-052001-07-05 Ben Elliston <bje@redhat.com>Ben Elliston1-1/+12
* doc/c-m88k.texi: New file. * doc/Makefile.am (CPU_DOCS): Add c-m88k.texi. * doc/Makefile.in: Regenerate. * doc/all.texi: Set M880X0. * doc/as.texinfo: Hook in m88k-dependent documentation.
2001-06-12Document use of comparison operators as infix operatorsNick Clifton1-1/+36
2001-06-112001-06-11 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+5
* NEWS: Updated for the new -n option for the MIPS assembler. * config/tc-mips.c (md_show_usage): Add -n. * doc/as.texinfo: Document the new -n option. * doc/c-mips.texi: Likewise. * doc/as.1: Regenerated.
2001-03-27* as.texinfo (Fill): Replace "result" with "repeat".Ben Elliston1-1/+1
2001-03-25Automate generate on man pagesNick Clifton1-24/+95
2001-03-23Document --listing-XXX command line switches.Nick Clifton1-0/+65
Explain why listings behave differently when -pipe is used.
2001-03-08Fix copyright noticesNick Clifton1-1/+2
2001-02-21Note that some flags to the COFF version of .section remove attributes ratherNick Clifton1-1/+3
than setting them.
2001-02-18Add PDP-11 supportNick Clifton1-0/+41
2001-01-132001-01-13 Philip Blundell <philb@gnu.org>Phil Blundell1-29/+36
* doc/as.texinfo: Fix spelling and cross-references. * doc/c-arm.texi: Fix typos. Say that `;' is a line separator character for all systems, not just GNU/Linux. Make it explicit that `-k' doesn't affect code generation, just ELF flags.
2001-01-11Updated ARC assembler from arccores.comNick Clifton1-86/+7
2001-01-07Update address for bug reports.Phil Blundell1-1/+1
2001-01-062001-01-06 Jan Hubicka <jh@suse.cz>, Andreas Jaeger <aj@suse.de>Andreas Jaeger1-2/+5
* doc/as.texinfo: Document '#' as comment character for i386 and x86_64. Add AMD x86-64 into menu of machine dependent information. * doc/c-i386.texi: Document x86_64 extensions.
2000-12-02Add MIPS SB1 machineNick Clifton1-2/+3
2000-12-02Add MIPS V and MIPS 64 machine numbersNick Clifton1-3/+7
2000-12-01Add MIPS32 as a seperate MIPS architectureNick Clifton1-9/+6
2000-11-132000-11-13 H.J. Lu <hjl@gnu.org>H.J. Lu1-2/+20
* config/obj-elf.c (elf_frob_symbol): Support ".symver name,name2@@@nodename". (elf_frob_file_before_adjust): Likewise. * doc/as.texinfo: Updated for ".symver name,name2@@@nodename" and ".symver name,name2@@@nodename". Fix a typo.
2000-11-082000-11-07 H.J. Lu <hjl@gnu.org>H.J. Lu1-2/+7
* doc/as.texinfo (.symver): Updated for versioned symbol reference. * obj.h (format_ops): Add the frob_file_before_adjust field. * config/obj-aout.c (aout_format_ops): Set the frob_file_before_adjust field to 0. * config/obj-coff.c (coff_format_ops): Likewise. * config/obj-ecoff.c (ecoff_format_ops): Likewise. * config/obj-elf.c (obj_elf_symver): Allow duplicated version name. (elf_frob_file_before_adjust): New function to remove unneeded versioned symbols from the symbol table. (elf_format_ops): Set the frob_file_before_adjust field to elf_frob_file_before_adjust. * config/obj-elf.h (obj_frob_file_before_adjust): Defined if not defined. * config/obj-multi.h (obj_frob_file_before_adjust): Defined.
2000-11-06Add GNU Free Documentation LicenseNick Clifton1-20/+381
2000-10-25Add --gdwarf2 support to ARM toolchainNick Clifton1-1/+2
2000-10-17Added new option --target-help.Chandra Chavva1-1/+4
2000-09-14Add support for the MIPS32Nick Clifton1-1/+7
2000-08-05Restore seemingly extraneous whitespace. It is required by olderIan Lance Taylor1-0/+17
versions of texinfo, including the one on sourceware.cygnus.com.
2000-08-04Remove extraneous whotespaceNick Clifton1-12/+2
2000-08-04Update to include descriptions of .popsection, .previous, .pushsection,Nick Clifton1-64/+243
.subsection, .version, .vtable_entry, .vtable_inherit and .weak.
2000-08-012000-07-31 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt1-0/+7
* doc/c-i860.texi: New file. * doc/Makefile.am (CPU_DOCS): Add c-i860.texi. * doc/Makefile.in: Regenerate. * doc/all.texi: Add I860 as relevant architecture. * doc/as.texinfo: Include i860 dependent file c-i860.texi.
2000-06-20TI C54x target.Timothy Wall1-0/+30
2000-06-19Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton1-0/+51
for m68hc11 and m68hc12 processors.
2000-05-292000-05-29 Philip Blundell <philb@gnu.org>Phil Blundell1-3/+0
* doc/as.texinfo: (Local Labels): Delete misplaced mention of ARM.
2000-05-292000-05-29 Philip Blundell <philb@gnu.org>Phil Blundell1-2/+2
* doc/as.texinfo: Update copyright dates. * NEWS: Mention ARM ELF support.
2000-04-24Document behaviour of .align 0 for ARM targets.Nick Clifton1-1/+2
Remove incomplete v5e code from tc-arm.c
2000-04-09Add 'avr' to Makefile.amNick Clifton1-1/+39
Add M32R docs to as.texinfo
2000-02-23Add IBM 370 support.Alan Modra1-1/+10
2000-02-08New elseif directive has been added.Timothy Wall1-0/+11
2000-01-10fixup ARM documentationNick Clifton1-0/+3
2000-01-03ELF visibility patch from Martin LoewisNick Clifton1-0/+37
1999-10-11* as.c (show_usage): Document new options.Geoffrey Keating1-10/+31
(parse_args): Add --no-warn, --warn, --fatal-warnings, which become 'W', OPTION_WARN, and OPTION_WARN_FATAL. (parse_args): Parse the new options. (main): If there were warnings, and --fatal-warnings was specified, print an error. * as.h: New variable, flag_fatal_warnings, for new option.
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1-0/+33
* 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.
1999-09-01Document new command line switches.Nick Clifton1-7/+26
1999-08-08 * doc/as.texinfo (Section): Document 's' flag for COFF version.Ian Lance Taylor1-0/+2
1999-08-08 Mumit Khan <khan@xraylith.wisc.edu> * config/obj-coff.c (obj_coff_section): Handle 's' (shared) section flag.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+5322