aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
AgeCommit message (Collapse)AuthorFilesLines
1995-07-10split cpu-specific documentation out to separate filesKen Raeburn5-0/+1068
1995-07-06fsf address updateKen Raeburn2-14/+21
1995-07-06 Patches from Jerry Blakely <gerry_blakley@wellfleet.com>:Ian Lance Taylor2-14/+30
* as.c (listing_filename): New static variable. (show_usage): Mention -a=file. (parse_args): Support = option of -a to set name of listing file. (main): Pass listing_filename to listing_print. * listing.c (list_file): New static variable. (various): Replace printf with fprintf to list_file. (listing_print): If name argument is not NULL, open it as list_file. * doc/as.texinfo, doc/as.1: Document -a=file. PR 6354.
1995-06-28describe --emulation optionKen Raeburn1-0/+26
1995-06-28fix description of h8/500, sh floating pointKen Raeburn1-3/+134
1995-06-28get rid of unused m4 filesKen Raeburn12-192/+0
1995-04-30Initial pass at ARC docs.David Edelsohn1-0/+41
1995-04-26Support for more portable alignment handling in assembly code, based on patchesKen Raeburn1-63/+149
from Bryan Ford <baford@schirf.cs.utah.edu>: * read.c (potable): Added balign and p2align, for aligning by bytes or powers of two independent of what ".align" does for a given target. * doc/as.texinfo: Document them.
1995-04-10* doc/internals.texi: Add loud disclaimer. Refill to 79 columns, specifyKen Raeburn1-96/+592
fill-column in local-variables section. Change subheadings to subsections so they can be cross-referenced. Describe broken words, frags, frag chains, generic relaxation, relax table, m68k relaxation, m68k addressing modes, test suite code. Add a few words about various file formats.
1995-02-02under m68k description, indicate that only a subset of moto syntax is handledKen Raeburn1-33/+77
1994-09-13 gasp.texi: a few edits thanks to crashJeffrey Osier1-5/+3
1994-07-27I80960XL support (sanitized), misc cleanup:Ken Raeburn1-2/+2
* config/tc-i960.h (TC_COFF_SET_MACHINE): New macro. Calls tc_headers_hook. * config/tc-i960.c (targ_has_iclass): Use I_CX | I_CX2 where I_CX was used previously. (tc_headers_hook): If I_CX2 is found, set flags to F_I960CA. * config/tc-i960.c (po_hash): Declaration deleted. (next_object_file_charP): Ditto. (regnames, aregs, coj): Now const. (parse_memop): Static array def_scale now const. (md_begin): Cast away const when passing hash routines addresses of values in regnames or aregs. (md_longopts): Added "link-relax" and "no-relax" hyphenated forms. Continue to accept one-word forms. (struct tabentry, arch_tab): Moved to top level from inside md_parse_option. Now const. (md_show_usage): Use arch_tab to generate usage message. Print hyphenated forms of relax options. * config/tc-i960.h (DEFINE_I960_AOUT, TC_S_IS_*, TC_S_*_SYSPROC, TC_S_FORCE_TO_*): Moved from here... * config/tc-i960.c: ... to here. Changed DEFINE_I960_AOUT stuff to test OBJ_AOUT and OBJ_BOUT directly. * config/tc-i960.h (CTRL, COBR, COJ, REG, MEM*, FBRA, CALLJ, M1-M3, REG_OPC, R_*, SFR, LIT, FP, OP, R, RS, RL, RSL, F, {R,F}{,L}{2,4}, M, SFR_OK, LIT_OK, FP_OK, REG_ALIGN, MEMOP, I_*): Macros deleted. * config/tc-i960.c (ARCH_XL): Define. (arch_tab): Include XL. (targ_has_sfr, targ_has_iclass): Handle XL. (tc_headers_hook): Set flags to F_I960XL for i960XL.
1994-06-02(.section): Document as unavailable for a.out type formats.Ken Raeburn1-1/+6
1994-06-02(install-info-gasp): Use $$dir when installing file.Ken Raeburn1-4/+7
1994-04-27Fix dos on H'digits..Steve Chamberlain1-2/+2
1994-04-19added info on warning functions &cKen Raeburn1-0/+55
1994-04-19* Makefile.in, as.texinfo: Renamed asdoc-config.texi to asconfig.texi.Ken Raeburn1-13/+13
* Makefile.in (install-info-as, install-info-gasp): Get file names from source directory without pathname.
1994-04-05(install-info-as, install-info-gasp): New targets, now explicitly checkingKen Raeburn1-23/+41
$(srcdir) for info files. (install-info): Depend on both of them; do nothing more.
1994-04-01keep internals stuffKen Raeburn1-0/+1
1994-04-01Some internals docs. Not enough to be amazingly helpful yet, not reallyKen Raeburn1-0/+175
used for anything, just checkpointing...
1994-03-29Minor formatting fixes. (TeXs OK now.)Roland Pesch1-2/+3
1994-03-29Last-minute updates on Steve's last-minute changes.Roland Pesch1-46/+158
TeX formatting remains to be checked.
1994-03-26Work around texinfo glitch (@item vs @cindex).Roland Pesch1-24/+25
1994-02-18Correct info about evaluating macro args (distinct from evaluating preprocessorRoland Pesch1-18/+28
vars); add version number (1); formatting improvements.
1994-02-16(1) remove dangling references to old internal sections (pass1, difference)Roland Pesch1-74/+113
(2) move explanation of new MIPS options from summary section to MIPS-options section; add summaries in appropriate spots. (3) usual minor rephrasing in passing.
1994-02-12Formatting improvements from first eyeball once-over.Roland Pesch1-18/+10
1994-02-12Clean formatting under TeX/FSF layout and TeX/Cygnus layoutRoland Pesch1-9/+9
1994-02-12Keep the new gasp manual.Roland Pesch1-0/+1
1994-02-12A manual for the GNU assembler preprocessor.Roland Pesch1-0/+967
1994-02-02 * config/tc-mips.c (file_mips_isa): New static variable.Ian Lance Taylor1-6/+33
(md_begin): Set it. (s_mipsset): Add support for .set mipN to set the ISA level.
1994-02-02Stop claiming MIPS li.d and li.s insns are not supported, now that they are.Roland Pesch1-9/+0
1994-02-02Three scattered fixes (nearly lost!) from early suggestions by Jeff Law.Roland Pesch1-18/+19
1994-02-02Better organization, indexing, for MIPS-dep section.Roland Pesch1-32/+94
1994-02-02(1) use new flag SMALL to control whether or not insn tables appearRoland Pesch1-33/+72
where avail (see comments in src) (2) minor proofreading improvements to HPPA sec, and page break improvement (for Cygnus format) to M68K sec
1994-02-01Revisions from Jeff Law to HPPA-directives section.Roland Pesch1-16/+20
This version formats cleanly under makeinfo, and in Cygnus format. Default FSF format works without error, but tables of machine instructions for some machines have stupid page boundaries (FSF version uses larger page size).
1994-02-01(1) eliminate GPL and refs thereto, as authorized by RMSRoland Pesch1-49/+32
(2) enable MIPS-specific docn (cf PR 4434)
1994-02-01(1) summary descriptions of HPPA-specific directivesRoland Pesch1-29/+206
(2) leading comments for future updates, about places to check for new directives (3) doc for new portable ".string" directive (4) minor updates to dates etc.
1994-02-01correct typo in as cmdline synopsis (-w for -W);Roland Pesch1-3/+35
describe --statistics (nee -noquiet); describe -Z
1994-01-31Acknowlegements: surely John Gilmore's one-bit fix was proverbial,Roland Pesch1-2/+1
not apocryphal. apoc-ry-phal \-fel\ adj (1590) 1 often cap: of or resembling the Apocrypha 2: of doubtful authenticity: SPURIOUS syn see FICTITIOUS pro-ver-bi-al \pre-'ver-be^--el\ adj (1548) 1: of, relating to, or resembling a proverb 2: that has become a proverb or byword: commonly spoken of
1994-01-28Many scattered edits, primarily on recent mods.Roland Pesch1-1237/+336
Ancient "Internals" text deleted.
1994-01-26More changes as suggested by Roland. Fix buglets so that it passes makeinfo.Jeff Law1-13/+12
1994-01-25 * doc/{all.texi,as.texinfo}: Add documentation for HPPA port.Jeff Law2-146/+492
1993-11-05adjusting repository for cvs flakinessKen Raeburn6-5807/+0
1993-11-05First cut at sanitization, doc files, &c for gas/binutils releasesKen Raeburn6-0/+5807
1993-10-26list a bunch of files known to get deletedKen Raeburn1-0/+12
1993-08-18remove rcs cruftDavid D. Zuhn1-51/+0
1993-07-10Updates for Hitachi H8/300HRoland Pesch1-146/+243
1993-05-27added things-to-lose sectionsK. Richard Pixley1-1/+6
1993-05-17Steve sez SH stuff is public nowKen Raeburn1-21/+4
1993-05-14Updated list of m68k options, described required-register-prefix hack.Ken Raeburn1-9/+59
Added a tiny bit of documentation on MIPS target. Minor tweaks to `-a' description.