Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1995-07-10 | split cpu-specific documentation out to separate files | Ken Raeburn | 5 | -0/+1068 | |
1995-07-06 | fsf address update | Ken Raeburn | 2 | -14/+21 | |
1995-07-06 | Patches from Jerry Blakely <gerry_blakley@wellfleet.com>: | Ian Lance Taylor | 2 | -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-28 | describe --emulation option | Ken Raeburn | 1 | -0/+26 | |
1995-06-28 | fix description of h8/500, sh floating point | Ken Raeburn | 1 | -3/+134 | |
1995-06-28 | get rid of unused m4 files | Ken Raeburn | 12 | -192/+0 | |
1995-04-30 | Initial pass at ARC docs. | David Edelsohn | 1 | -0/+41 | |
1995-04-26 | Support for more portable alignment handling in assembly code, based on patches | Ken Raeburn | 1 | -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, specify | Ken Raeburn | 1 | -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-02 | under m68k description, indicate that only a subset of moto syntax is handled | Ken Raeburn | 1 | -33/+77 | |
1994-09-13 | gasp.texi: a few edits thanks to crash | Jeffrey Osier | 1 | -5/+3 | |
1994-07-27 | I80960XL support (sanitized), misc cleanup: | Ken Raeburn | 1 | -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 Raeburn | 1 | -1/+6 | |
1994-06-02 | (install-info-gasp): Use $$dir when installing file. | Ken Raeburn | 1 | -4/+7 | |
1994-04-27 | Fix dos on H'digits.. | Steve Chamberlain | 1 | -2/+2 | |
1994-04-19 | added info on warning functions &c | Ken Raeburn | 1 | -0/+55 | |
1994-04-19 | * Makefile.in, as.texinfo: Renamed asdoc-config.texi to asconfig.texi. | Ken Raeburn | 1 | -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 checking | Ken Raeburn | 1 | -23/+41 | |
$(srcdir) for info files. (install-info): Depend on both of them; do nothing more. | |||||
1994-04-01 | keep internals stuff | Ken Raeburn | 1 | -0/+1 | |
1994-04-01 | Some internals docs. Not enough to be amazingly helpful yet, not really | Ken Raeburn | 1 | -0/+175 | |
used for anything, just checkpointing... | |||||
1994-03-29 | Minor formatting fixes. (TeXs OK now.) | Roland Pesch | 1 | -2/+3 | |
1994-03-29 | Last-minute updates on Steve's last-minute changes. | Roland Pesch | 1 | -46/+158 | |
TeX formatting remains to be checked. | |||||
1994-03-26 | Work around texinfo glitch (@item vs @cindex). | Roland Pesch | 1 | -24/+25 | |
1994-02-18 | Correct info about evaluating macro args (distinct from evaluating preprocessor | Roland Pesch | 1 | -18/+28 | |
vars); add version number (1); formatting improvements. | |||||
1994-02-16 | (1) remove dangling references to old internal sections (pass1, difference) | Roland Pesch | 1 | -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-12 | Formatting improvements from first eyeball once-over. | Roland Pesch | 1 | -18/+10 | |
1994-02-12 | Clean formatting under TeX/FSF layout and TeX/Cygnus layout | Roland Pesch | 1 | -9/+9 | |
1994-02-12 | Keep the new gasp manual. | Roland Pesch | 1 | -0/+1 | |
1994-02-12 | A manual for the GNU assembler preprocessor. | Roland Pesch | 1 | -0/+967 | |
1994-02-02 | * config/tc-mips.c (file_mips_isa): New static variable. | Ian Lance Taylor | 1 | -6/+33 | |
(md_begin): Set it. (s_mipsset): Add support for .set mipN to set the ISA level. | |||||
1994-02-02 | Stop claiming MIPS li.d and li.s insns are not supported, now that they are. | Roland Pesch | 1 | -9/+0 | |
1994-02-02 | Three scattered fixes (nearly lost!) from early suggestions by Jeff Law. | Roland Pesch | 1 | -18/+19 | |
1994-02-02 | Better organization, indexing, for MIPS-dep section. | Roland Pesch | 1 | -32/+94 | |
1994-02-02 | (1) use new flag SMALL to control whether or not insn tables appear | Roland Pesch | 1 | -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-01 | Revisions from Jeff Law to HPPA-directives section. | Roland Pesch | 1 | -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 RMS | Roland Pesch | 1 | -49/+32 | |
(2) enable MIPS-specific docn (cf PR 4434) | |||||
1994-02-01 | (1) summary descriptions of HPPA-specific directives | Roland Pesch | 1 | -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-01 | correct typo in as cmdline synopsis (-w for -W); | Roland Pesch | 1 | -3/+35 | |
describe --statistics (nee -noquiet); describe -Z | |||||
1994-01-31 | Acknowlegements: surely John Gilmore's one-bit fix was proverbial, | Roland Pesch | 1 | -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-28 | Many scattered edits, primarily on recent mods. | Roland Pesch | 1 | -1237/+336 | |
Ancient "Internals" text deleted. | |||||
1994-01-26 | More changes as suggested by Roland. Fix buglets so that it passes makeinfo. | Jeff Law | 1 | -13/+12 | |
1994-01-25 | * doc/{all.texi,as.texinfo}: Add documentation for HPPA port. | Jeff Law | 2 | -146/+492 | |
1993-11-05 | adjusting repository for cvs flakiness | Ken Raeburn | 6 | -5807/+0 | |
1993-11-05 | First cut at sanitization, doc files, &c for gas/binutils releases | Ken Raeburn | 6 | -0/+5807 | |
1993-10-26 | list a bunch of files known to get deleted | Ken Raeburn | 1 | -0/+12 | |
1993-08-18 | remove rcs cruft | David D. Zuhn | 1 | -51/+0 | |
1993-07-10 | Updates for Hitachi H8/300H | Roland Pesch | 1 | -146/+243 | |
1993-05-27 | added things-to-lose sections | K. Richard Pixley | 1 | -1/+6 | |
1993-05-17 | Steve sez SH stuff is public now | Ken Raeburn | 1 | -21/+4 | |
1993-05-14 | Updated list of m68k options, described required-register-prefix hack. | Ken Raeburn | 1 | -9/+59 | |
Added a tiny bit of documentation on MIPS target. Minor tweaks to `-a' description. |