aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
1991-09-19Update _MACH_DEP__ macro to be consistent with node references in bothRoland Pesch6-6/+6
generic and one-machine manuals.
1991-09-19Structural cleanups (node structure and M4 preprocessing structure);Roland Pesch1-229/+733
minor proofreading in passing. More modest editorial attribution.
1991-09-04* a.out.gnu.h, aout64.h: Add N_WARNING. Change N_FN to 0x0E,John Gilmore1-1/+8
to match SunOS and BSD. Add N_COMM as 0x12 for SunOS shared lib support. * stab.def: Add N_COMM to table, fix overlap comment.
1991-09-04test & recover a better way.K. Richard Pixley1-2/+7
1991-09-02"recover" tc-sparc.cK. Richard Pixley1-1/+5
1991-09-02Correcting some things.K. Richard Pixley1-2/+5
1991-09-02Correct a few things.K. Richard Pixley1-3/+6
1991-09-02Initial revisionK. Richard Pixley1-0/+1
1991-09-01hack around memset().K. Richard Pixley1-1/+2
1991-09-01prototype for decode_local_label_name(), better definition ofK. Richard Pixley1-18/+19
obstack_chunk_fns.
1991-09-01Link via as.new to avoid what might be some other cross assembler forK. Richard Pixley1-12/+16
people with '.' in their paths. Also, push as.new into as.old in an attempt to catch a couple gdb bugs.
1991-09-01Patch around gcc builtin memory functions.K. Richard Pixley1-0/+4
1991-08-28Update to current standards.K. Richard Pixley3-383/+406
1991-08-28Better error reporting on missing local labels.K. Richard Pixley1-5/+35
1991-08-27Error out on unrecognized options.K. Richard Pixley1-1/+1
1991-08-23* a.out.gnu.h, a.out.sun4.h: Make SEGMENT_SIZE able to dependJohn Gilmore1-2/+8
on the particular a.out being examined. * a.out.sun4.h: Define segment sizes for Sun-3's and Sun-4's. * FIXME: a.out.gnu.h is almost obsolete. * FIXME: a.out.sun4.h should be renamed a.out.sun.h now.
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.