aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-msym.c
AgeCommit message (Collapse)AuthorFilesLines
1993-01-15Basically a checkpoint for coff-mips.c.Ian Lance Taylor1-6/+391
Fri Jan 15 18:13:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * coff-msym.c (ecoff_swap_hdr_out, ecoff_swap_fdr_out, ecoff_swap_pdr_out, ecoff_swap_sym_out, ecoff_swap_ext_out, ecoff_swap_rndx_out, ecoff_swap_rfd_out, ecoff_swap_opt_in, ecoff_swap_opt_out, ecoff_swap_dnr_in, ecoff_swap_dnr_out): New functions. * coffswap.h: If NO_COFF_RELOCS is defined, don't define bfd_swap_reloc_in or coff_swap_reloc_out. * coff-mips.c: Added code to link and write out symbolic debugging information, and to swap relocs in and out.
1993-01-08Basically a checkpoint.Ian Lance Taylor1-32/+32
Fri Jan 8 15:47:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * bfd.c (struct _bfd): Added ecoff_tdata to tdata union. * targets.c (enum target_flavour): Added bfd_target_ecoff_flavour. * coff-msym.c: Use DEFUN for function definitons. * coff-mips.c: Added code to read and print symbols, and to find line numbers.
1992-10-15Insert copyright notices in all BFD files that need them.John Gilmore1-1/+1
Update copyrights on recently changed files to 1992. Regularize first-line comments somewhat.
1992-04-03* Makefile.in: Now that we have sym.h and symconst.h, compileJohn Gilmore1-11/+4
coff-msym.c on all systems. * coff-msym.c: Update include files and comments; add weakext bit.
1992-03-24* coff-msym.c (ecoff_swap_rfd_in): remove & for array ref.Stu Grossman1-1/+1
1992-03-06Add swapping of RFD's.John Gilmore1-0/+17
1992-03-06Initial revisionJohn Gilmore1-0/+358