aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
1992-03-01Make the declarations of fix_new consistent under __STDC__. It mightMichael Tiemann2-7/+14
be better to #define NEED_FX_R_TYPE in TC_A29K and TC_SPARC instead of having this complicated conditional, but that's not my call.
1992-02-29 * Makefile.in (strerror.o): Add rule so that broken Sun make canMichael Tiemann1-0/+5
work in subdirs.
1992-02-27Dos File renamingSteve Chamberlain3-3/+1220
1992-02-27H8 bitrot fixesSteve Chamberlain2-1/+9
1992-02-26Keep a.out.gnu.h, not a.out.h (which no longer exists).Michael Tiemann1-2/+5
1992-02-26 * expr.c: If an expression is single comma, then return withSteve Chamberlain2-1/+6
SEG_ABSENT rather than an error - since the sparc front end does really strange things with things like fbge,a
1992-02-25 * as.h: include bfd.h if using many sectionsSteve Chamberlain2-4/+16
* expr.c: LOCAL_LABELS_FB had been changed to lower case - so local labels didn't work. * listing.c (list_symbol_table): don't core dump when there's no symbol there. * write.c, write.h: call fix_new with the right number of args on the H8. * config/tc-h8300.[ch] : fix bugs reported by HMSI, and make errors nicer
1992-02-24Don't remove underlinesSteve Chamberlain1-1/+21
1992-02-24Keep Makefile.in and configure.in. Don't keep Makefile.Michael Tiemann1-2/+6
1992-02-22 * app.c: MRI compatibility - allow single quote to start a string.Steve Chamberlain11-2885/+3231
* 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-22More renames from DJ the DOS martyrSteve Chamberlain2-0/+621
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 Pixley4-3/+67
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 Pixley9-134/+321
coff as it appears to be used on aix386.
1992-02-21from hack's unfinished workK. Richard Pixley1-0/+132
1992-02-21tell about using docK. Richard Pixley1-0/+5
1992-02-21don't keep *.dviK. Richard Pixley1-2/+4
1992-02-21doc. bring it in, use it.K. Richard Pixley3-5/+206
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.