aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-10-08Fix bug in smake- file code.Jim Wilson1-12/+14
1991-10-08Two formatting bugfixes.Roland Pesch1-7/+6
1991-10-08Updated sketchy doc for devo versions. FIXMEs remain.Roland Pesch1-81/+223
1991-10-08Remove configure and config.sub from the expected list.John Gilmore1-3/+4
1991-10-08Add binutils.texinfo, and change *-ranlib.o to *-ranlib.c.John Gilmore1-4/+8
1991-10-08Fixed typo (for RANLIB_PROG).Per Bothner1-1/+14
Started writing rules for making a tar file.
1991-10-08Fix bug with expressions like @foo+20Steve Chamberlain1-2/+2
1991-10-08*** empty log message ***Steve Chamberlain1-4/+14
1991-10-07 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:Per Bothner3-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-07Initial revisionPer Bothner4-0/+13
1991-10-07Added right dependencies for h8300hds.scSteve Chamberlain1-0/+2
1991-10-07First stage of coff-encap work.John Gilmore2-13/+0
1991-10-07* m68kcoff.h: Remove `tagentries' which snuck in from the i960John Gilmore1-1/+0
COFF port.
1991-10-07* aout64.h: Move struct internal_exec to ../bfd/libaout.h soJohn Gilmore1-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 `structJohn Gilmore1-9/+1
bfd_arch_info'. Rename `typedef bfd_arch_info_struct_type' to `bfd_arch_info_type'. All uses changed.
1991-10-06Support for the h8300 with an hds monitor, first cut.Steve Chamberlain1-2/+2
1991-10-06Initial revisionSteve Chamberlain2-0/+154
1991-10-06Initial revisionSteve Chamberlain4-0/+1228
1991-10-05configure, config.sub goneJohn Gilmore1-3/+4
1991-10-05h-amix.hJohn Gilmore1-1/+5
1991-10-05a.out.vax.h gone.John Gilmore1-2/+4
1991-10-05howto.c, configure, config.sub gone.John Gilmore1-4/+4
1991-10-05oopsJohn Gilmore1-0/+5
1991-10-05Intel 386 Mach host portJohn Gilmore1-0/+2
1991-10-05Intel 386 Mach host port.John Gilmore5-3/+210
1991-10-05Initial revisionJohn Gilmore1-0/+4
1991-10-05* h8300-opcode.h: Remove `_enum' from the typedef for an enum.John Gilmore3-50/+58
* bfd.h: Update to match bfd changes.
1991-10-05* bfd.c: Remove strerror() to libiberty.John Gilmore8-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 Gilmore2-6/+13
* ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a few BFD types & enums. * ChangeLog: Create.
1991-10-05Initial revisionJohn Gilmore1-0/+7
1991-10-05Cope with renames of a few BFD types & enums.John Gilmore2-90/+117
1991-10-05*** empty log message ***Roland Pesch1-0/+5
1991-10-05Initial revisionRoland Pesch1-0/+517
1991-10-05Fixed info-markup bugs; makeinfo now succeeds with no complaints.Roland Pesch1-495/+1167
1991-10-05New file from bfd.cSteve Chamberlain1-1/+1
1991-10-05*** empty log message ***Steve Chamberlain1-0/+6
1991-10-05Fri Oct 4 17:38:03 1991 Steve Chamberlain (steve at cygnus.com)Steve Chamberlain3-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-05Added -N and fixed -n flags.Steve Chamberlain5-115/+141
Changed name of h8 support
1991-10-05 More patches from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:Per Bothner2-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-04Various binary patten fixes.Steve Chamberlain1-1/+1
1991-10-04*** empty log message ***Roland Pesch1-0/+4
1991-10-04Improve TEXINPUTS var set on calling TeX, so that things work even ifRoland Pesch1-4/+4
old value didn't specify current dir for input...
1991-10-04Specify TEXINPUTS when calling TeX so right texinfo.tex is used.Roland Pesch1-4/+8
1991-10-04Use john's heuristic for finding ourselves. kinda like hare krishna.K. Richard Pixley1-40/+121
1991-10-04Add 386 Mach host support.John Gilmore2-1/+10
1991-10-04Initial revisionJohn Gilmore1-0/+44
1991-10-04* coffread.c, dbxread.c, symfile.c, symmisc.c, symtab.h: RemoveJohn Gilmore2-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-04SVR4John Gilmore1-1/+2
1991-10-04SVR4 supportJohn Gilmore1-1/+5
1991-10-04Initial revisionJohn Gilmore1-0/+6