Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-02-11 | #include <sys/stdtypes.h> before <stddef.h> so that when we compile | Michael Tiemann | 1 | -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. | |||||
1992-02-11 | New files for MRI syntax assembler | Steve Chamberlain | 3 | -1/+4561 | |
1992-02-06 | * as.c: added new option -ad for hll listings without debug info | Steve Chamberlain | 1 | -4/+14 | |
* listing.c,listing.h: support for new listings, and more for forgiving when lied to about where linenumbers are. * config/obj-coffbfd.c (do_linenos_for): relocate line numbers correctly. | |||||
1992-01-28 | rcsid's removed | K. Richard Pixley | 7 | -57/+121 | |
1992-01-28 | obj-coff* now copes with C mingled listings | Steve Chamberlain | 2 | -24/+70 | |
tc-h8300.c: better error messages | |||||
1992-01-25 | Now can list for bout format too | Steve Chamberlain | 1 | -1/+22 | |
1992-01-25 | Don't crash if a symbol has no name | Steve Chamberlain | 1 | -11/+13 | |
1992-01-25 | * listing.c, config/obj-aout.c: added intermixed | Steve Chamberlain | 2 | -44/+148 | |
source/assembler file listings to files with stabs in them. | |||||
1992-01-24 | CVS says it was empty, so refresh it. | Steve Chamberlain | 1 | -0/+1213 | |
1992-01-24 | * symbols.c(colon): if a symbol is being multiply defined as exactly | Steve Chamberlain | 2 | -4/+21 | |
the same value, then don't cause a fatal error. This fixes P00000616 - where a def _foo= . followed by foo: is seen. | |||||
1992-01-22 | Initial revision | Roland Pesch | 1 | -0/+271 | |
1992-01-21 | (1) Changes made yesterday, forgot to check in: | Roland Pesch | 1 | -254/+1302 | |
a) cleanups to node structure for Info file b) .lflags (ignored) doc restored (was covered previously in single par on .list-related directives ignored). c) fill in page size defaults (.psize) d) move text on H8/300 size suffixes to after opcode table, for better page breaks e) @alphaenumerate->@enumerate a in GPL (2) Doc -a, -al, -as, options to enable listings and listing control directives; removed FIXME comments re verifying listing counter use; advanced titlepage date to Jan 92. | |||||
1992-01-21 | * as.c: change -l to -a[lsn], to avoid conflict with 68000 | Steve Chamberlain | 5 | -412/+1727 | |
command line option. * listing.h, listing.c: now prints addresses with ??? instead of 0 when errors in assemble prevent addresses being known. Prints symbol table more tidily. Allows different parts of the listing to be selected. | |||||
1992-01-20 | all.m4: correct AMD 29K entry (changed elsewhere to _A29K__ some time ago) | Roland Pesch | 2 | -5/+6 | |
Makefile: preprocess w/GNU m4 by default, use "all" as default config as.texinfo: index, at last; listing directives; improvements (re width suffixes) to H8 machine-dep | |||||
1992-01-17 | keep listing* | K. Richard Pixley | 1 | -1/+6 | |
1992-01-08 | Minor fixes for 68K-only config. | Roland Pesch | 1 | -0/+1 | |
1992-01-08 | * config/obj-coffbfd.c: lint | Steve Chamberlain | 1 | -5/+5 | |
* config/tc-h8300.c, config/tc-h8300.h: Too Many bug fixes * config/tc-m68k.h, config/tc-sparc.h: Override default listing options to give better effect. | |||||
1992-01-08 | Wed Jan 8 11:26:40 1992 Steve Chamberlain (sac at rtl.cygnus.com) | Steve Chamberlain | 1 | -0/+18 | |
Added support for listings * Makefile.in: include listing.[co] * as.c: parse -l * as.h: include listing.h, include listing hook into frag * frags.c (frag_new): hook for creating line number info * messages.c (as_warn, as_bad): remember message for listing * read.c: add new pseudos to the table * write.c: (relax_segment): need to cope with branches with 0 offsets, so create M68K_AIM_KLUDGE- this came to light because listings make lots of zero length frags. * listing.c, listing.h: new files | |||||
1992-01-05 | Add declaration of free(). | John Gilmore | 1 | -14/+2 | |
1992-01-05 | Add declaration of free() to config/ho-generic.h | John Gilmore | 1 | -0/+2 | |
1992-01-05 | * as.h: Move redefine of xfree. | John Gilmore | 2 | -104/+73 | |
* read.c: Use xmalloc, not malloc. * expr.c, input-scrub.c, write.c: Avoid "know" macros that cover more than one line, since this causes char strings with embedded newlines. | |||||
1991-12-28 | Copied a missing case from the fsf-gas. The case was for relaxing | K. Richard Pixley | 1 | -51/+62 | |
floating point branches of flexible size. | |||||
1991-12-14 | Minor updates for successful standalone 80386 configuration of manual. | Roland Pesch | 1 | -1/+6 | |
1991-12-12 | renamed obj-coff-bfd to obj-coffbfd | Steve Chamberlain | 1 | -3/+6 | |
1991-12-12 | Added makefile.dos configure.dos | Steve Chamberlain | 1 | -1/+6 | |
1991-12-12 | Initial revision | Steve Chamberlain | 2 | -0/+607 | |
1991-12-12 | * config/obj-coffbfd.c: lint, don't fixup relocs if H8300, use | Steve Chamberlain | 2 | -78/+90 | |
tc_reloc_mangle to prepare relocation if one available * config/tc-h8300.h: added tc_reloc_mangle routine | |||||
1991-12-12 | Initial revision | Steve Chamberlain | 2 | -0/+2626 | |
1991-12-11 | don't close a NULL file pointer | K. Richard Pixley | 1 | -0/+10 | |
1991-12-09 | Keep a.out.gnu.h. | Michael Tiemann | 1 | -1/+5 | |
1991-12-09 | Add fixes needed to compile vxworks960 target. | Michael Tiemann | 1 | -0/+2 | |
1991-12-08 | Pick up bfd library from the build directory, not the source | Michael Tiemann | 1 | -1/+1 | |
directory. | |||||
1991-12-07 | Fri Dec 6 23:16:43 1991 K. Richard Pixley (rich at rtl.cygnus.com) | K. Richard Pixley | 3 | -50/+57 | |
* Makefile.in: install using INSTALL_DATA and INSTALL_PROGRAM. correct include directory locations. added standards.text support. * configure.in: mark this directory as target dependent. Thu Dec 5 22:46:23 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default. | |||||
1991-12-07 | *** empty log message *** | Roland Pesch | 1 | -0/+1 | |
1991-12-04 | *** empty log message *** | Steve Chamberlain | 1 | -274/+282 | |
1991-12-04 | Don't ignore .line directives | Steve Chamberlain | 1 | -1/+0 | |
1991-12-04 | Don't ignore .file pseudos! | Steve Chamberlain | 1 | -1/+0 | |
1991-12-03 | Removed usage of alloca, lint. | Steve Chamberlain | 3 | -196/+101 | |
1991-12-01 | Fix comment. | Steve Chamberlain | 1 | -6/+1 | |
1991-12-01 | More filename renaming. | Steve Chamberlain | 4 | -6/+6 | |
1991-12-01 | Filename renaming | Steve Chamberlain | 2 | -1/+7 | |
1991-11-29 | Massive changes to generalize coff-bfd support enough to get 29k | Steve Chamberlain | 5 | -435/+528 | |
working as well as it did before. This means that 29k now supports multiple sections | |||||
1991-11-29 | Made ebmon29k use coff-bfd backend | Steve Chamberlain | 2 | -1/+10 | |
1991-11-28 | * config/obj-coff-bfd: made multiple sections with subsections | Steve Chamberlain | 1 | -0/+6 | |
work. * config/tc-h8300.c: made $ statement sep, and int alloc 2 bytes. | |||||
1991-11-28 | *** empty log message *** | Steve Chamberlain | 1 | -1/+1 | |
1991-11-28 | * config/tc-h8300.c: made $ statement sep, and int alloc 2 bytes. | Steve Chamberlain | 1 | -1/+5 | |
1991-11-28 | Made multiple sections with subsections work. | Steve Chamberlain | 1 | -290/+160 | |
1991-11-27 | Added obj-coff-bfd* and mt-h8300hds | Steve Chamberlain | 1 | -1/+7 | |
1991-11-27 | Hitachi h8/300 config of GAS manual (first draft), and a few config | Roland Pesch | 10 | -442/+847 | |
spinoffs in the direction of feature-based config rather than entirely machine-dep. | |||||
1991-11-27 | Initial revision | Roland Pesch | 1 | -0/+14 | |