Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-10-25 | RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and | John Gilmore | 1 | -1/+4 | |
John Gilmore. | |||||
1991-10-22 | tmake-ebmon | Steve Chamberlain | 1 | -1/+5 | |
1991-10-21 | Make sure that 29k relocs are done right. | Steve Chamberlain | 1 | -4/+4 | |
1991-10-21 | *** empty log message *** | Steve Chamberlain | 1 | -1/+3 | |
1991-10-21 | ebmon stuff | Steve Chamberlain | 1 | -1/+6 | |
1991-10-21 | * configure.in: added ebmon entry. | Steve Chamberlain | 1 | -0/+12 | |
* output-file.c (output_file_create, output_file_close) added stuff to use bfd. * write.c: more bfd support * config/obj-coff.c config/obj-coff.h use bfd for swapping header info. * tc-a29k: added the reloc types we support now | |||||
1991-10-21 | * configure.in: added ebmon entry. | Steve Chamberlain | 2 | -125/+276 | |
* output-file.c (output_file_create, output_file_close) added stuff to use bfd. * write.c: more bfd support * config/obj-coff.c config/obj-coff.h use bfd for swapping header info. * tc-a29k: added the reloc types we support now. | |||||
1991-10-21 | Initial revision | Steve Chamberlain | 2 | -0/+8 | |
1991-10-21 | * configure.in: added ebmon entry. | Steve Chamberlain | 1 | -2/+13 | |
* output-file.c (output_file_create, output_file_close) added stuff to use bfd. * write.c: more bfd support * config/obj-coff.c config/obj-coff.h use bfd for swapping header info. * config/tc-a29k: added the reloc types we support now | |||||
1991-10-16 | bumped to 1.90.1 | K. Richard Pixley | 1 | -1/+1 | |
1991-10-16 | Shift positions on memory.h. Seems gcc has changed. | K. Richard Pixley | 1 | -3/+3 | |
1991-10-16 | typo in a comment. | K. Richard Pixley | 1 | -854/+983 | |
1991-10-15 | New targets as.mm, as.me | Roland Pesch | 1 | -2/+18 | |
1991-10-14 | Mon Oct 14 11:44:03 1991 Roland H. Pesch (pesch at cygnus.com) | Roland Pesch | 1 | -0/+4 | |
* doc/Makefile (as.ms): one more sed workaround for texi2roff | |||||
1991-10-14 | as.ms (roff form of documentation) target in Makefile: add one more | Roland Pesch | 1 | -0/+1 | |
sed editing pass, to preprocess the more elaborate form of xref now used in this manual into the simpler form that texi2roff can deal with. | |||||
1991-10-12 | doc/as.texinfo: minor changes for texi2roff-2 | Roland Pesch | 2 | -5/+10 | |
Makefile.in: revise 'doc' target. | |||||
1991-10-12 | *** empty log message *** | Roland Pesch | 1 | -3/+3 | |
1991-10-12 | Makefile: (1) include TEXINPUTS defn to point to texinfo.tex when calling tex | Roland Pesch | 1 | -5/+26 | |
(2) new target as.ms (roff) as.texinfo: sed-markers to make roff output pick up less-fancy form of tables and illustrations (otherwise used by info, not TeX); slight text chgs as workarounds for texi2roff bugs | |||||
1991-10-10 | updating | K. Richard Pixley | 1 | -3/+4 | |
1991-10-10 | Decstation now croaks on multi-line assertions. eliminate them. | K. Richard Pixley | 1 | -0/+4 | |
1991-10-10 | new binary layout and cp/mv instead of INSTALL | K. Richard Pixley | 1 | -5/+6 | |
1991-10-10 | Creating Makefile stubs in preparation for mips three-stage. | K. Richard Pixley | 1 | -5/+10 | |
1991-10-10 | Initial revision | K. Richard Pixley | 1 | -0/+1 | |
1991-10-08 | Fix bug with expressions like @foo+20 | Steve Chamberlain | 1 | -2/+2 | |
1991-10-08 | *** empty log message *** | Steve Chamberlain | 1 | -4/+14 | |
1991-10-06 | Initial revision | Steve Chamberlain | 4 | -0/+1228 | |
1991-10-02 | Some $(srcdir)'s become $(unsubdir)'s. | K. Richard Pixley | 1 | -2/+2 | |
1991-10-02 | no more configure on which to depend | K. Richard Pixley | 1 | -1/+1 | |
1991-10-02 | resync | K. Richard Pixley | 1 | -152/+53 | |
1991-10-02 | steves h8 patches | K. Richard Pixley | 1 | -164/+263 | |
1991-10-01 | Exploit the new executable config.status | K. Richard Pixley | 1 | -13/+9 | |
1991-09-20 | Update N_FN value to 0x1F. Add comments about N_EXT bits. | John Gilmore | 1 | -1/+4 | |
1991-09-19 | Update _MACH_DEP__ macro to be consistent with node references in both | Roland Pesch | 6 | -6/+6 | |
generic and one-machine manuals. | |||||
1991-09-19 | Structural cleanups (node structure and M4 preprocessing structure); | Roland Pesch | 1 | -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 Gilmore | 1 | -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-04 | test & recover a better way. | K. Richard Pixley | 1 | -2/+7 | |
1991-09-02 | "recover" tc-sparc.c | K. Richard Pixley | 1 | -1/+5 | |
1991-09-02 | Correcting some things. | K. Richard Pixley | 1 | -2/+5 | |
1991-09-02 | Correct a few things. | K. Richard Pixley | 1 | -3/+6 | |
1991-09-02 | Initial revision | K. Richard Pixley | 1 | -0/+1 | |
1991-09-01 | hack around memset(). | K. Richard Pixley | 1 | -1/+2 | |
1991-09-01 | prototype for decode_local_label_name(), better definition of | K. Richard Pixley | 1 | -18/+19 | |
obstack_chunk_fns. | |||||
1991-09-01 | Link via as.new to avoid what might be some other cross assembler for | K. Richard Pixley | 1 | -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-01 | Patch around gcc builtin memory functions. | K. Richard Pixley | 1 | -0/+4 | |
1991-08-28 | Update to current standards. | K. Richard Pixley | 3 | -383/+406 | |
1991-08-28 | Better error reporting on missing local labels. | K. Richard Pixley | 1 | -5/+35 | |
1991-08-27 | Error out on unrecognized options. | K. Richard Pixley | 1 | -1/+1 | |
1991-08-23 | * a.out.gnu.h, a.out.sun4.h: Make SEGMENT_SIZE able to depend | John Gilmore | 1 | -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-22 | Three part names, etc. | K. Richard Pixley | 1 | -61/+58 | |
1991-08-22 | * Start a ChangeLog for the includes directory. | John Gilmore | 1 | -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. |