aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
1992-02-18pulled in from hack's unfinished workK. Richard Pixley4-0/+1601
1992-02-18prepping for configureK. Richard Pixley1-0/+34
1992-02-18white space and comments onlyK. Richard Pixley1-0/+2
1992-02-18add note about i860 relocation typesK. Richard Pixley1-0/+3
1992-02-18use the new atof-ns32.c for ns32k.K. Richard Pixley1-0/+2
1992-02-18comment change onlyK. Richard Pixley1-7/+7
1992-02-18tc-i860.[hc]: blew off the dust. Something must still be done aboutK. Richard Pixley1-0/+3
conflicting relocation types.
1992-02-18keep ChangeLogK. Richard Pixley1-1/+5
1992-02-18Replaced previous tc_aout_fix_to_chars stub with the real thing.K. Richard Pixley1-0/+12
1992-02-18keep the new fileK. Richard Pixley1-1/+5
1992-02-18delete duplicate macro definitionK. Richard Pixley1-1/+0
1992-02-18copied from hack's last unreleased gasK. Richard Pixley1-0/+436
1992-02-17record that files were removedK. Richard Pixley1-4/+4
1992-02-17fighting bitrot in a major wayK. Richard Pixley27-6596/+5958
1992-02-15White space and comment changes. #ifdef __STDC__ becomes #if __STDC__K. Richard Pixley20-1104/+1016
== 1. Get the declarations right in listing.[hc].
1992-02-15White space and comment changes, and #ifdef __STDC__ becomes #ifK. Richard Pixley17-233/+244
__STDC__ == 1.
1992-02-14Might as well keep the contents of the gas/doc subdir, as well as theRoland Pesch1-0/+59
dir itself.
1992-02-14It's OK to keep the doc subdirectory, really.Roland Pesch1-1/+5
1992-02-13clean up Sanitize for gasK. Richard Pixley2-8/+20
1992-02-13add README fluffK. Richard Pixley1-1/+5
1992-02-13fluffK. Richard Pixley3-0/+94
1992-02-13All files over ~5 lines get copylefted. All copylefted files getK. Richard Pixley41-43/+256
copylefted 1992.
1992-02-13force all files to end in "/* end of filename"K. Richard Pixley54-4056/+4101
1992-02-13remove all rcs keywordsK. Richard Pixley31-228/+0
1992-02-13White space and comments only. The devo tree prior to this delta isK. Richard Pixley94-28544/+27964
tagged as "vanilla" for your convenience. There are also some comment changes.
1992-02-11#include <sys/stdtypes.h> before <stddef.h> so that when we compileMichael Tiemann1-0/+3
with GCC, the compiler does not stumble over `size_t', `ptrdiff_t', and `wchar_t'. Also note that the comment in <stddef.h> says that we have to #include <sys/stdtypes.h> before including <stddef.h> when on a sun.
1992-02-11New files for MRI syntax assemblerSteve Chamberlain3-1/+4561
1992-02-06 * as.c: added new option -ad for hll listings without debug infoSteve Chamberlain1-4/+14
* listing.c,listing.h: support for new listings, and more for forgiving when lied to about where linenumbers are. * config/obj-coffbfd.c (do_linenos_for): relocate line numbers correctly.
1992-01-28rcsid's removedK. Richard Pixley7-57/+121
1992-01-28obj-coff* now copes with C mingled listingsSteve Chamberlain2-24/+70
tc-h8300.c: better error messages
1992-01-25Now can list for bout format tooSteve Chamberlain1-1/+22
1992-01-25Don't crash if a symbol has no nameSteve Chamberlain1-11/+13
1992-01-25 * listing.c, config/obj-aout.c: added intermixedSteve Chamberlain2-44/+148
source/assembler file listings to files with stabs in them.
1992-01-24CVS says it was empty, so refresh it.Steve Chamberlain1-0/+1213
1992-01-24 * symbols.c(colon): if a symbol is being multiply defined as exactlySteve Chamberlain2-4/+21
the same value, then don't cause a fatal error. This fixes P00000616 - where a def _foo= . followed by foo: is seen.
1992-01-22Initial revisionRoland Pesch1-0/+271
1992-01-21(1) Changes made yesterday, forgot to check in:Roland Pesch1-254/+1302
a) cleanups to node structure for Info file b) .lflags (ignored) doc restored (was covered previously in single par on .list-related directives ignored). c) fill in page size defaults (.psize) d) move text on H8/300 size suffixes to after opcode table, for better page breaks e) @alphaenumerate->@enumerate a in GPL (2) Doc -a, -al, -as, options to enable listings and listing control directives; removed FIXME comments re verifying listing counter use; advanced titlepage date to Jan 92.
1992-01-21 * as.c: change -l to -a[lsn], to avoid conflict with 68000Steve Chamberlain5-412/+1727
command line option. * listing.h, listing.c: now prints addresses with ??? instead of 0 when errors in assemble prevent addresses being known. Prints symbol table more tidily. Allows different parts of the listing to be selected.
1992-01-20all.m4: correct AMD 29K entry (changed elsewhere to _A29K__ some time ago)Roland Pesch2-5/+6
Makefile: preprocess w/GNU m4 by default, use "all" as default config as.texinfo: index, at last; listing directives; improvements (re width suffixes) to H8 machine-dep
1992-01-17keep listing*K. Richard Pixley1-1/+6
1992-01-08Minor fixes for 68K-only config.Roland Pesch1-0/+1
1992-01-08 * config/obj-coffbfd.c: lintSteve Chamberlain1-5/+5
* config/tc-h8300.c, config/tc-h8300.h: Too Many bug fixes * config/tc-m68k.h, config/tc-sparc.h: Override default listing options to give better effect.
1992-01-08Wed Jan 8 11:26:40 1992 Steve Chamberlain (sac at rtl.cygnus.com)Steve Chamberlain1-0/+18
Added support for listings * Makefile.in: include listing.[co] * as.c: parse -l * as.h: include listing.h, include listing hook into frag * frags.c (frag_new): hook for creating line number info * messages.c (as_warn, as_bad): remember message for listing * read.c: add new pseudos to the table * write.c: (relax_segment): need to cope with branches with 0 offsets, so create M68K_AIM_KLUDGE- this came to light because listings make lots of zero length frags. * listing.c, listing.h: new files
1992-01-05Add declaration of free().John Gilmore1-14/+2
1992-01-05Add declaration of free() to config/ho-generic.hJohn Gilmore1-0/+2
1992-01-05* as.h: Move redefine of xfree.John Gilmore2-104/+73
* read.c: Use xmalloc, not malloc. * expr.c, input-scrub.c, write.c: Avoid "know" macros that cover more than one line, since this causes char strings with embedded newlines.
1991-12-28Copied a missing case from the fsf-gas. The case was for relaxingK. Richard Pixley1-51/+62
floating point branches of flexible size.
1991-12-14Minor updates for successful standalone 80386 configuration of manual.Roland Pesch1-1/+6
1991-12-12renamed obj-coff-bfd to obj-coffbfdSteve Chamberlain1-3/+6
1991-12-12Added makefile.dos configure.dosSteve Chamberlain1-1/+6