aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
1992-07-14Add sco-core.c.Stu Grossman1-0/+1
1992-06-23Per, guess what you forgot to do...Stu Grossman1-0/+1
Hint: Add i386linux.c to bfd/.Sanitize...
1992-06-20HPPA BSStu Grossman1-0/+3
1992-06-16Save scripts.Stu Grossman1-0/+1
1992-04-18Add tekhex.cFred Fish1-0/+1
1992-04-09Remove $Log stuff.John Gilmore1-222/+1
1992-03-31Keep PORTINGStu Grossman1-1/+5
1992-03-06Add rule for coff-msym.John Gilmore1-1/+5
1992-03-02New file: rs6000-core.c.Per Bothner1-1/+5
1992-02-27Wed Feb 26 19:40:59 1992 Steve Chamberlain (sac at thepub.cygnus.com)Steve Chamberlain1-1/+11
* bfd.c: lint * coff-h8300.c: fix stupid reloc subtraction bug * coffcode.h (coff_swap_aux_out): only swap a tvndx by 2 bytes, since that's how wide it is. (coff_slurp_symbol_table): always zero out the symbol.flags and done_lineno fields.
1992-02-21DOS file name changeSteve Chamberlain1-3/+6
1992-01-27Add seclet.h to files-to-keep.Stu Grossman1-1/+5
1992-01-24Uses the new small reloc type now.Steve Chamberlain1-1/+7
Currently self hosts on sun4 and sun3
1991-12-18Use aout-target.h more extensively.Per Bothner1-1/+7
Replace Berkeley functions (e.g. bcopy) with ANSI ones (e.g. memcpy). Other improvements (see ChangeLog).
1991-12-12Added configdos.bat makefile.dosSteve Chamberlain1-1/+6
1991-11-27Added h8Steve Chamberlain1-1/+5
1991-11-22 Moved bfd_stab_name() and bfd_stab_names[]Per Bothner1-1/+9
from syms.c to new file stab-syms.c. Renamed to aout_stab_name() and aout_stab_names[]. Also, since GNU extended type codes such as N_SETT are no longer in ../include/stab.def, include them manually.
1991-11-21Avoid duplicate echo.John Gilmore1-3/+4
1991-11-17 * targets.c: Make the default target_vector containPer Bothner1-1/+10
just &DEFAULT_VECTOR. This makes executables a lot smaller. Old behavior can be gotten by defining ALL_TARGETS. * aoutf1.h, demo64.c, i386aout.c, newsos3.c, sunos.c: Factored out common code into new file aout-target.h. Saves a lot of duplicate code for a.out variants.
1991-11-04Added ctor.c (I remembered this time)Steve Chamberlain1-1/+5
1991-10-25* Rename COFF-related files in `coff-ARCH.c' form.John Gilmore1-8/+13
coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c, coff-mips.c, coff-rs6000.c to be exact.
1991-10-25RS/6000 supportJohn Gilmore1-1/+6
1991-10-15Add hosts directory.Per Bothner1-1/+5
1991-10-08Add i386aout.cJohn Gilmore1-1/+5
1991-10-05howto.c, configure, config.sub gone.John Gilmore1-4/+4
1991-10-03Add elf.cJohn Gilmore1-1/+5
1991-10-01Insert the incidentals and things I forgot to ci last time, same log message:Steve Chamberlain1-1/+83
Mon Sep 30 15:13:46 1991 Steve Chamberlain (steve at cygnus.com) * cpu-a29k.c, cpu-i386.c, cpu-m68k.c, cpu-mips.c, cpu-vax.c, cpu-h8300.c, cpu-i960.c, cpu-m88k.c, cpu-sparc.c: added. These files will eventually contain processor specific bits for bfd, like strange relocation information and dis/assembly. So far only the H8 has been even partially done. This work also ties in with the change in handling architectures. * amdcoff.c: (a29k_reloc) fix error message. * aout-f1.h: (choose_reloc_size) now calls bfd_get_arch to discover the architecture of the bfd. (sunos4_callback) calls the function bfd_set_arch_mach rather than stuffing stuff directly into the bfd. (sunos4_write_object_contents), changed names of accessor functions. * aoutx.h: (set_arch_mach) now calls bfd_default_set_arch_mach to setup the environment. * archive.c: (bfd_slurp_coff_armap) coff archives always have the headers in big endian format, regardless of the endianess of the host or target. * archures.c: totally changed. Now an architecture is represented with a pointer to an info structure rather than an enumerated type and a long. The old info is available as two elements in the structure. Future enhancements to architecure support will involve pointers to methods being placed into the info structure. * bfd.c: changed the definition of the bfd structure for the new architecture stuff. * bout.c: (b_out_set_arch_mach) changed to use the new architecture mechanism. * coffcode.h: (coff_set_arch_mach, coff_set_flags) changed to use the new architecture mechanism. * configure.in: added h8 stuff. * ieee.c: too many changes to note. Now ieee files written with bfd gas and ld can be read by gld and ieee only linkers and simulators. * libbfd.c, libbfd.h: changed prototype of bfd_write. * newsos3.c: (newos3_callback) now calls bfd_set_arch_mach rather than fixing the structure directly. * oasys.c: (oasys_object_p) now calls bfd_default_set_arch_mach rather than fixing the structure directly. * opncls.c: (new_bfd) makes sure that bfd_init has been called before opening a bfd. * srec.c: (srec_set_arch_mach) now calls bfd_default_set_arch_mach rather than fixing the structure directly. * targets.c: (target_vector) now by defining SELECT_VECS (perhaps in the t/hmake file) a user can select which backends they want linked with bfd without changing the source. * init.c: new, looks after initializing modules. * howto.c: for future use, will allow an application to work out what cookie to use as a handle on a relcoatio howto.
1991-09-04Added "recover"'ability.K. Richard Pixley1-4/+9
1991-09-03"recover" aoutx.hK. Richard Pixley1-1/+6
1991-08-29paperwork handled for AMD Coff.John Gilmore1-13/+4
1991-08-22*** empty log message ***Steve Chamberlain1-20/+5
1991-08-22New config.subJohn Gilmore1-1/+5
1991-08-22Improve our Sanity.John Gilmore1-18/+25
1991-08-17DocumentationSteve Chamberlain1-1/+20
1991-08-01*** empty log message ***Steve Chamberlain1-1/+5
1991-08-01Forgot one more place to remove amdcoff.c reference (sigh).John Gilmore1-3/+8
1991-08-01Delete CVS.adm from the release!John Gilmore1-2/+4
1991-07-31Remove archures.hJohn Gilmore1-2/+4
1991-07-31Remove amdcoff.c (and its name from Makefile.in) by default, becauseJohn Gilmore1-1/+15
its copyright is not yet assigned to FSF.
1991-07-31Better sanitize aoutx.h too!John Gilmore1-5/+17
1991-07-16*** empty log message ***Steve Chamberlain1-3/+9
1991-07-16*** empty log message ***Steve Chamberlain1-3/+5
1991-07-15*** empty log message ***Steve Chamberlain1-1/+5
1991-07-04Now full of documentation. Yum Yum.Steve Chamberlain1-8/+13
1991-05-31Remove coff-code.h and liba.out.h, add libaout.h.John Gilmore1-4/+5
1991-05-29Fix up .Sanitize file, remove files that are not referenced.John Gilmore1-3/+6
1991-05-23Initial revisionK. Richard Pixley1-0/+93