aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
1991-04-25Merge intel-deliver and amd-deliver "include" directories, and theJohn Gilmore1-270/+92
GDB include directory, all into a single include directory. There are minor corresponding changes in a few files in bfd and gdb.
1991-04-24Three staging checkpoint.K. Richard Pixley1-31/+30
1991-04-17Fixed a problem with host dependent parts.K. Richard Pixley1-115/+11
1991-04-16Now handles multiple hosts and targets.K. Richard Pixley1-1/+1
1991-04-15Now handles multiple hosts and targets.K. Richard Pixley2-261/+486
1991-04-13Initial revisionK. Richard Pixley2-0/+43
1991-04-13Config cut 3. We now almost install a29k.K. Richard Pixley1-55/+80
1991-04-11Cut 2 config. Subdirs.K. Richard Pixley2-89/+138
1991-04-11Fixed LOCAL_LABELS_FB bug.K. Richard Pixley1-2/+2
1991-04-09First cut config. builds in place.K. Richard Pixley2-526/+135
1991-04-08Initial revisionK. Richard Pixley5-0/+3231
1991-04-08CROSS_ASSEMBLE becomes CROSS_COMPILE to make config simpler. i386K. Richard Pixley3-9/+9
support for aout now tested against an installed customers sun4 cross. Added REVERSE_SORT_RELOCS.
1991-04-04new gas main lineK. Richard Pixley36-3/+7385
1991-04-04This commit was generated by cvs2svn to track changes on a CVS vendorK. Richard Pixley4-0/+108
branch.
1991-04-04new gas main lineK. Richard Pixley4-0/+108
1991-04-04This commit was manufactured by cvs2svn to create branch 'binutils'.nobody72-0/+41178
Cherrypick from master 1991-04-04 18:19:53 UTC K. Richard Pixley <rich@cygnus> 'Initial revision': gas/COPYING gas/ChangeLog gas/Makefile.in gas/README gas/app.c gas/as.c gas/as.h gas/atof-generic.c gas/bignum-copy.c gas/bignum.h gas/cond.c gas/config/atof-ieee.c gas/config/atof-vax.c gas/config/obj-aout.c gas/config/obj-aout.h gas/config/obj-bout.c gas/config/obj-bout.h gas/config/obj-coff.c gas/config/obj-coff.h gas/config/tc-a29k.c gas/config/tc-a29k.h gas/config/tc-generic.c gas/config/tc-generic.h gas/config/tc-i386.c gas/config/tc-i386.h gas/config/tc-i860.c gas/config/tc-i860.h gas/config/tc-i960.c gas/config/tc-i960.h gas/config/tc-m68851.h gas/config/tc-m68k.c gas/config/tc-m68k.h gas/config/tc-ns32k.c gas/config/tc-ns32k.h gas/config/tc-sparc.c gas/config/tc-sparc.h gas/config/tc-vax.c gas/config/tc-vax.h gas/config/te-generic.h gas/config/te-ic960.h gas/config/te-sun3.h gas/config/vax-inst.h gas/configure gas/configure.in gas/debug.c gas/expr.c gas/expr.h gas/flonum-copy.c gas/flonum-mult.c gas/flonum.h gas/frags.c gas/frags.h gas/hash.c gas/hash.h gas/input-file.c gas/input-file.h gas/input-scrub.c gas/messages.c gas/obj.h gas/output-file.c gas/output-file.h gas/read.c gas/read.h gas/struc-symbol.h gas/subsegs.c gas/subsegs.h gas/symbols.c gas/symbols.h gas/tc.h gas/write.c gas/write.h ld/ld.h ld/ldexp.c ld/ldfile.c ld/ldfile.h ld/ldlang.h ld/ldlex.h ld/ldmain.h ld/ldmisc.h ld/ldwrite.h Cherrypick from master 1991-03-21 21:29:06 UTC David Henkel-Wallace <gumby@cygnus> 'Initial revision': ld/ldexp.h ld/ldgram.y ld/ldlang.c ld/ldlex.l ld/ldmain.c ld/ldmisc.c ld/ldwrite.c Cherrypick from master 1991-01-17 15:34:55 UTC Roland Pesch <pesch@cygnus> 'Initial revision': gas/doc/as.texinfo
1991-04-04Initial revisionK. Richard Pixley97-0/+40620
1991-03-25as rich copied from mikeK. Richard Pixley1-0/+461
1991-03-23Intel 960 updates; includes new text on COFF directives and symbols.Roland Pesch1-1042/+1283
1991-03-23Correct name for linker to what Intel usesRoland Pesch1-1/+1
1991-03-22specify output obj formats (b.out, coff)Roland Pesch1-0/+3
1991-03-22New switches for object code output formatRoland Pesch1-0/+5
1991-03-22"960" suffixed names for gcc, ld, gdbRoland Pesch1-0/+3
1991-03-22defaults for _GCC__, _LD__, _GDB__Roland Pesch1-1/+5
1991-03-19Renamed _CS__ to _CHAPSEC__ (better visual impact in source).Roland Pesch1-2/+2
1991-03-18value for _HOST__Roland Pesch5-0/+5
1991-03-18Default value for _HOST__; indiv configs *should* override this.Roland Pesch1-0/+4
1991-03-18Value for _HOST__Roland Pesch1-0/+1
1991-03-18Introduced macro _CS__ for calculated chapter/section/sub... level headings.Roland Pesch1-0/+30
1991-03-18Value for _MACH_DEP__Roland Pesch4-0/+4
1991-03-18Value for _MACH_DEP__; delete defaults, now in <none.m4>Roland Pesch1-11/+1
1991-03-18Value for _MACH_DEP__ nodenameRoland Pesch1-0/+1
1991-03-16_MACH_DEP__ introducedRoland Pesch1-0/+3
1991-03-16Assembler name is "gas960" for this config.Roland Pesch1-0/+1
1991-03-16Introduced new text-expansion macro _AS__ for assembler name; default "as".Roland Pesch1-0/+7
1991-03-15Initial revisionRoland Pesch8-0/+264
1991-03-15Introduced m4 parametrization rather than comments and ignore/end ignoreRoland Pesch1-243/+247
to configure manual for particular platforms. See m4 macro definitions in *.m4. (Requires GNU or SysV m4; Berkeley won't do).
1991-02-20Format cleanup for "smallbook" layoutRoland Pesch1-21/+22
1991-02-20Minor additional formatting clean-up.Roland Pesch1-8/+16
1991-02-19AMD 29K version; clean for large book size and info formatting.Roland Pesch1-565/+1229
1991-02-11Revisions motivated by WRS:Roland Pesch1-618/+1214
(1) smooth language somewhat (2) M68K version (3) begin to sketch out scheme for dynamic config by arch[s] desired, via @c comments. (Non-68K stuff *NOT* deleted!)
1991-01-17Initial revisionRoland Pesch1-0/+3227