aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Collapse)AuthorFilesLines
1992-03-12 * tc-m68k.h, te-sun3.h: moved LOCAL_LABELS_FB definition fromK. Richard Pixley1-0/+9
tc-m68k.h to te-sun3.h. * te-sun3.h: add LOCAL_LABELS_DOLLAR.
1992-02-27Dos File renamingSteve Chamberlain3-3/+1220
1992-02-27H8 bitrot fixesSteve Chamberlain1-1/+2
1992-02-26Keep a.out.gnu.h, not a.out.h (which no longer exists).Michael Tiemann1-2/+5
1992-02-24Don't remove underlinesSteve Chamberlain1-1/+21
1992-02-22 * app.c: MRI compatibility - allow single quote to start a string.Steve Chamberlain4-1542/+1589
* as.c: fix typo recently introduced. * as.h : Don't include aout/reloc.h - it's not right for COFF! * expr.c: Much rewriting, to accomodate MRI syntax for expressions. Also easier to read now. * listing.c: Put back defuns * read.c: modified to accept MRI syntax, put back listing pseudo ops so that an assembler built with NO_LISTING ignores list ops rather than pukes. * write.c, write.h: fixs - only keep a reloc type in a fix if the target machine is a SPARC or a 29K. * config/obj-aout.c: added s_sect pseudo op * config/obj-coffbfd.c: lints, set the filehdr flags right and fill in the timestamp. * config/obj-coffbfd.h: Since we don't include aout/reloc.h anymore, define all the relocs which the tc-<x> bit will use so we can translate from them to the coff types. * config/tc-a29k.c: reloc_type isn't ane enum any more * config/tc-m68k.c: Added NO_RELOC definition. Now compiles for sparc aout, 68k aout (MRI and MIT syntax), 29k coff. So far works as replacement for sparc and 68k /bin/as.
1992-02-22Made less things defined by default, now builds on sun3 and sun4.Steve Chamberlain1-27/+52
1992-02-22Tandem/MRI syntax bit rotSteve Chamberlain1-0/+2
1992-02-22How to compile gas on a PCSteve Chamberlain2-1/+32
1992-02-21cvs bug, these files should not have been checked in.K. Richard Pixley2-2/+8
1992-02-21be more cautious with tranle's patchesK. Richard Pixley3-3/+63
1992-02-21moved from gas/a.out.gnu.h to gas/config/a.out.gnu.hK. Richard Pixley1-0/+351
1992-02-21minor reorg of tranlee's stuffK. Richard Pixley4-9/+225
1992-02-21new files from tranleeK. Richard Pixley3-0/+36
1992-02-21changes from Minh Tran-Le <TRANLE@INTELLICORP.COM> to support i386K. Richard Pixley3-86/+192
coff as it appears to be used on aix386.
1992-02-21from hack's unfinished workK. Richard Pixley1-0/+132
1992-02-18pulled in from hack's unfinished workK. Richard Pixley4-0/+1601
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 Pixley16-4861/+4901
1992-02-15White space and comment changes, and #ifdef __STDC__ becomes #ifK. Richard Pixley17-233/+244
__STDC__ == 1.
1992-02-13clean up Sanitize for gasK. Richard Pixley1-7/+10
1992-02-13add README fluffK. Richard Pixley1-1/+5
1992-02-13fluffK. Richard Pixley1-0/+4
1992-02-13All files over ~5 lines get copylefted. All copylefted files getK. Richard Pixley34-36/+225
copylefted 1992.
1992-02-13force all files to end in "/* end of filename"K. Richard Pixley26-4024/+4049
1992-02-13remove all rcs keywordsK. Richard Pixley28-222/+0
1992-02-13White space and comments only. The devo tree prior to this delta isK. Richard Pixley53-22017/+21131
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 Pixley1-45/+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-24CVS says it was empty, so refresh it.Steve Chamberlain1-0/+1213
1992-01-21 * as.c: change -l to -a[lsn], to avoid conflict with 68000Steve Chamberlain2-387/+806
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-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-05Add declaration of free().John Gilmore1-14/+2
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-12renamed obj-coff-bfd to obj-coffbfdSteve Chamberlain1-3/+6
1991-12-12 * config/obj-coffbfd.c: lint, don't fixup relocs if H8300, useSteve Chamberlain2-78/+90
tc_reloc_mangle to prepare relocation if one available * config/tc-h8300.h: added tc_reloc_mangle routine
1991-12-12Initial revisionSteve Chamberlain2-0/+2626
1991-12-08Pick up bfd library from the build directory, not the sourceMichael Tiemann1-1/+1
directory.
1991-12-04*** empty log message ***Steve Chamberlain1-274/+282
1991-12-04Don't ignore .line directivesSteve Chamberlain1-1/+0