aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
1991-08-22Three part names, etc.K. Richard Pixley1-61/+58
1991-08-22* Start a ChangeLog for the includes directory.John Gilmore1-1/+1
* a.out.gnu.h (N_FN): Fix value -- was 15, should be 0x1E. * stab.def: Update allocation table in comments at end, to reflect reality as I know it.
1991-08-22Three part names, etc.K. Richard Pixley1-71/+137
1991-08-22Initial revisionK. Richard Pixley1-0/+279
1991-08-22Support HP-300's under BSD.John Gilmore1-0/+4
1991-08-15Corrected relocation overflow checks.K. Richard Pixley1-3/+3
1991-08-15Abort()'s become as_fatal()'s.K. Richard Pixley3-46/+35
1991-08-14Deal with emulations more gracefully.K. Richard Pixley2-31/+63
1991-08-14* no more relocation_info structures. We now squirt directly fromK. Richard Pixley6-254/+320
fixS's. * i960-bout and i960-coff "tested" against their predecessors.
1991-08-13as.texinfo: commented out @group definitions, since recent vns ofRoland Pesch2-12/+42
texinfo restrict to limited usefulness. *.m4: updated to match GDB .m4's Makefile: default target `all', automate m4 preprocessing etc. All: added CVS/RCS Id: tag.
1991-08-13Initial revisionRoland Pesch4-0/+91
1991-08-07Added AOUT_MACHTYPE definitions.K. Richard Pixley1-0/+2
1991-08-06N_INDR movementSteve Chamberlain1-1/+1
now in a.out.gnu.h and aout64.h, not in stab.def
1991-08-06*** empty log message ***Steve Chamberlain1-1/+2
1991-08-06Host-level GNUmakefiles.K. Richard Pixley1-3/+3
1991-08-06Added -S option for 3com. Asks that jbsr always resolve to jsr.K. Richard Pixley1-30/+35
1991-08-05*** empty log message ***K. Richard Pixley1-78/+126
1991-08-02Adjusted for new gdb, added some initializations, support for machineK. Richard Pixley1-1/+0
types in aout headers, fixed a bug in symbol allocation where symbol types/segments were initialized to garbage because the independent parts didn't know better. Now freshly allocated symbols are zeroed.
1991-07-27Polishing m68k support.K. Richard Pixley5-624/+672
1991-07-10Ifdef out bogus `relocation overflow' tests.Jim Wilson1-2/+18
1991-07-10more v9 fixes. This time %hhi() and %hlo().K. Richard Pixley1-8/+38
1991-06-25Clean up some more _GENERIC___ contexts.Roland Pesch1-178/+237
(Also attest to editor more modestly...)
1991-06-20Changes for v9 gas.K. Richard Pixley1-24/+138
1991-06-14Version 2 GPL.K. Richard Pixley24-28/+40
1991-06-14version 2 GPL.K. Richard Pixley1-1/+1
1991-06-12Awk for version number.K. Richard Pixley1-1/+1
1991-06-09added support for binary comparisons.K. Richard Pixley1-14/+8
1991-05-27fixed a bug in multiple targetsK. Richard Pixley1-10/+18
1991-05-23Initial revisionK. Richard Pixley1-0/+100
1991-05-23Add sanitize trigger lines.K. Richard Pixley1-2/+7
1991-05-23No tc-sparc.c here.K. Richard Pixley1-9/+4
1991-05-23Initial revisionK. Richard Pixley2-0/+175
1991-05-22v9 stuff.K. Richard Pixley1-23/+182
1991-05-19Changes to deal with missing subdirs gracefully, and changes dictatedK. Richard Pixley1-23/+44
from dropping configure over gdb.
1991-05-18Gas buys into ../include. Files merged.K. Richard Pixley1-0/+6
1991-05-18Buying into ../include and ../libiberty.K. Richard Pixley7-81/+84
1991-05-14see devo/configure 1.11K. Richard Pixley1-26/+70
1991-05-10Update for Sony News port and split of a.out into several variants.John Gilmore1-26/+40
Add write_contents to format-dependent vector.
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.