Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-10-08 | Fix bug in smake- file code. | Jim Wilson | 1 | -12/+14 | |
1991-10-08 | Two formatting bugfixes. | Roland Pesch | 1 | -7/+6 | |
1991-10-08 | Updated sketchy doc for devo versions. FIXMEs remain. | Roland Pesch | 1 | -81/+223 | |
1991-10-08 | Remove configure and config.sub from the expected list. | John Gilmore | 1 | -3/+4 | |
1991-10-08 | Add binutils.texinfo, and change *-ranlib.o to *-ranlib.c. | John Gilmore | 1 | -4/+8 | |
1991-10-08 | Fixed typo (for RANLIB_PROG). | Per Bothner | 1 | -1/+14 | |
Started writing rules for making a tar file. | |||||
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-07 | * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c: | Per Bothner | 3 | -9/+43 | |
Make two different binaries for ar and ranlib, instead of distinguishing them at run time using argv[0]. (Old behavior is still available if you "make ar_with_ranlib", but it is not the default.) * ranlib.sh (new): An alternative one-line shell implementation of ranlib. | |||||
1991-10-07 | Initial revision | Per Bothner | 4 | -0/+13 | |
1991-10-07 | Added right dependencies for h8300hds.sc | Steve Chamberlain | 1 | -0/+2 | |
1991-10-07 | First stage of coff-encap work. | John Gilmore | 2 | -13/+0 | |
1991-10-07 | * m68kcoff.h: Remove `tagentries' which snuck in from the i960 | John Gilmore | 1 | -1/+0 | |
COFF port. | |||||
1991-10-07 | * aout64.h: Move struct internal_exec to ../bfd/libaout.h so | John Gilmore | 1 | -107/+30 | |
it can be shared by all `a.out-family' code. Rename EXTERNAL_LIST_SIZE to EXTERNAL_NLIST_SIZE. Use basic types for nlist members, and make strx integral rather than pointer. More commentary on n_type values. | |||||
1991-10-07 | * archures.c: Rename `struct bfd_arch_info_struct' to `struct | John Gilmore | 1 | -9/+1 | |
bfd_arch_info'. Rename `typedef bfd_arch_info_struct_type' to `bfd_arch_info_type'. All uses changed. | |||||
1991-10-06 | Support for the h8300 with an hds monitor, first cut. | Steve Chamberlain | 1 | -2/+2 | |
1991-10-06 | Initial revision | Steve Chamberlain | 2 | -0/+154 | |
1991-10-06 | Initial revision | Steve Chamberlain | 4 | -0/+1228 | |
1991-10-05 | configure, config.sub gone | John Gilmore | 1 | -3/+4 | |
1991-10-05 | h-amix.h | John Gilmore | 1 | -1/+5 | |
1991-10-05 | a.out.vax.h gone. | John Gilmore | 1 | -2/+4 | |
1991-10-05 | howto.c, configure, config.sub gone. | John Gilmore | 1 | -4/+4 | |
1991-10-05 | oops | John Gilmore | 1 | -0/+5 | |
1991-10-05 | Intel 386 Mach host port | John Gilmore | 1 | -0/+2 | |
1991-10-05 | Intel 386 Mach host port. | John Gilmore | 5 | -3/+210 | |
1991-10-05 | Initial revision | John Gilmore | 1 | -0/+4 | |
1991-10-05 | * h8300-opcode.h: Remove `_enum' from the typedef for an enum. | John Gilmore | 3 | -50/+58 | |
* bfd.h: Update to match bfd changes. | |||||
1991-10-05 | * bfd.c: Remove strerror() to libiberty. | John Gilmore | 8 | -504/+406 | |
* elf.c: Remove elf_set_section_contents, use generic one. Lint. * libbfd-in.h, libbfd.c: Add bfd_generic_set_section_contents. * libbfd.c (bfd_generic_{get,set}_section_contents): Check that last byte of transfer, not first byte, is within the section. * host-aout.c: Remove `BSD' archive support. Lint. * archures.c: Rename `struct bfd_arch_info_struct' to `struct bfd_arch_info'. Rename `typedef bfd_arch_info_struct_type' to `bfd_arch_info_type'. All uses changed. * reloc.c: Rename `bfd_reloc_status_enum_type' to `bfd_reloc_status_type'. Rename `bfd_reloc_code_enum_real_type' to `bfd_reloc_code_real_type'. (This seems to be a misnomer, it needs a better name.) All uses changed. * targets.c: Rename `enum target_flavour_enum' to `enum target_flavour', and remove the `_enum' from all of the enum values themselves. All uses changed. * configure.in, config/h-i386mach: i386 mach host. * config/t-i386-aout: Use host-aout.c. * trad-core.c: Give it its own xvec's to make it independent of other file formats. * ecoff.c, host-aout.c: Remove refs to trad-core. * config/t-dec3100, t-hp300bsd, t-tahoe, t-vax: Define TRAD_CORE. * targets.c: #ifdef TRAD_CORE, include it in the vector. | |||||
1991-10-05 | * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun Make). | John Gilmore | 2 | -6/+13 | |
* ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a few BFD types & enums. * ChangeLog: Create. | |||||
1991-10-05 | Initial revision | John Gilmore | 1 | -0/+7 | |
1991-10-05 | Cope with renames of a few BFD types & enums. | John Gilmore | 2 | -90/+117 | |
1991-10-05 | *** empty log message *** | Roland Pesch | 1 | -0/+5 | |
1991-10-05 | Initial revision | Roland Pesch | 1 | -0/+517 | |
1991-10-05 | Fixed info-markup bugs; makeinfo now succeeds with no complaints. | Roland Pesch | 1 | -495/+1167 | |
1991-10-05 | New file from bfd.c | Steve Chamberlain | 1 | -1/+1 | |
1991-10-05 | *** empty log message *** | Steve Chamberlain | 1 | -0/+6 | |
1991-10-05 | Fri Oct 4 17:38:03 1991 Steve Chamberlain (steve at cygnus.com) | Steve Chamberlain | 3 | -385/+703 | |
* reloc.c: Extended NEWHOWTO macro * ieee.c: Changed the way 8bit pcrel is done * cpu-h8300.c: got the registers in the right order | |||||
1991-10-05 | Added -N and fixed -n flags. | Steve Chamberlain | 5 | -115/+141 | |
Changed name of h8 support | |||||
1991-10-05 | More patches from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>: | Per Bothner | 2 | -1/+10 | |
* mips-xdep.c (store_inferior_registers): Don't try to write the (pseudo) FP. * mipsread.c (parse_partial_symbols): Improved algorithm for setting pst->texthigh. | |||||
1991-10-04 | Various binary patten fixes. | Steve Chamberlain | 1 | -1/+1 | |
1991-10-04 | *** empty log message *** | Roland Pesch | 1 | -0/+4 | |
1991-10-04 | Improve TEXINPUTS var set on calling TeX, so that things work even if | Roland Pesch | 1 | -4/+4 | |
old value didn't specify current dir for input... | |||||
1991-10-04 | Specify TEXINPUTS when calling TeX so right texinfo.tex is used. | Roland Pesch | 1 | -4/+8 | |
1991-10-04 | Use john's heuristic for finding ourselves. kinda like hare krishna. | K. Richard Pixley | 1 | -40/+121 | |
1991-10-04 | Add 386 Mach host support. | John Gilmore | 2 | -1/+10 | |
1991-10-04 | Initial revision | John Gilmore | 1 | -0/+44 | |
1991-10-04 | * coffread.c, dbxread.c, symfile.c, symmisc.c, symtab.h: Remove | John Gilmore | 2 | -14/+16 | |
vestiges of typevectors, which were for symsegs and are no longer used. (From a question by Eliot Dresselhaus <dresselh@RFT30.nas.nasa.gov>). | |||||
1991-10-04 | SVR4 | John Gilmore | 1 | -1/+2 | |
1991-10-04 | SVR4 support | John Gilmore | 1 | -1/+5 | |
1991-10-04 | Initial revision | John Gilmore | 1 | -0/+6 | |