Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-02-13 | White space and comments only. The devo tree prior to this delta is | K. Richard Pixley | 53 | -22017/+21131 | |
tagged as "vanilla" for your convenience. There are also some comment changes. | |||||
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 | 1 | -45/+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-24 | CVS says it was empty, so refresh it. | Steve Chamberlain | 1 | -0/+1213 | |
1992-01-21 | * as.c: change -l to -a[lsn], to avoid conflict with 68000 | Steve Chamberlain | 2 | -387/+806 | |
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-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-05 | Add declaration of free(). | John Gilmore | 1 | -14/+2 | |
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-12 | renamed obj-coff-bfd to obj-coffbfd | Steve Chamberlain | 1 | -3/+6 | |
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-08 | Pick up bfd library from the build directory, not the source | Michael Tiemann | 1 | -1/+1 | |
directory. | |||||
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-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-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-26 | Renamed static function to avoid conflict with header file | Steve Chamberlain | 1 | -2/+2 | |
1991-11-26 | obj-coff-bfd: | Steve Chamberlain | 4 | -251/+394 | |
bfd support gets deeper into gas *h8* fixed numerous bugs in instruction encoding | |||||
1991-11-26 | Initial revision | Steve Chamberlain | 2 | -0/+2742 | |
1991-11-24 | Ensure we null-terminate the string we copy at the start of | Michael Tiemann | 1 | -108/+118 | |
m68k_reg_parse. | |||||
1991-11-11 | Added tc-sparc.c | Steve Chamberlain | 1 | -1/+5 | |
1991-11-06 | Wouldn't it be nice if Sanitize ignored spaces ? | Steve Chamberlain | 1 | -18/+18 | |
1991-11-06 | Initial revision | K. Richard Pixley | 3 | -0/+1 | |
1991-11-06 | Uniq contents, since configure gets confused if the same file is in more ↵ | Steve Chamberlain | 1 | -2/+6 | |
than once. | |||||
1991-11-06 | adjust STRIP_UNDERSCORE | K. Richard Pixley | 1 | -6/+0 | |
1991-11-06 | adjust STRIP_UNDERSCORE, polish te-files | K. Richard Pixley | 2 | -6/+0 | |
1991-11-06 | Initial revision | K. Richard Pixley | 1 | -0/+2 | |
1991-11-05 | ugly bug in relocation emission | K. Richard Pixley | 1 | -1/+1 | |
1991-11-05 | Added a load of mt/mh files | Steve Chamberlain | 1 | -5/+21 | |
1991-11-05 | Changed name of #include from amdcoff.h to coff-a29k.h | Steve Chamberlain | 1 | -5/+104 | |
1991-10-26 | Fixed ".reserve", and added toolversion for sparc + some nitpicks. | K. Richard Pixley | 1 | -2/+2 | |
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 | * 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-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-10 | Decstation now croaks on multi-line assertions. eliminate them. | K. Richard Pixley | 1 | -0/+4 | |