aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-msym.c
AgeCommit message (Collapse)AuthorFilesLines
1993-03-04 * coff-mips.c (ecoff_bfd_reloc_type_lookup): New function.Ian Lance Taylor1-76/+133
(ecoff_write_object_contents): Added BFD_ASSERT calls to ensure relocs are reasonable. * coff-msym.c: Eliminated uses of DEFUN. (ecoff_swap_tir_out): New function.
1993-02-16Added 1993 copyrights to files that I have changed in 1993. Some wereIan Lance Taylor1-1/+1
missing 1992 copyrights, although they changed in 1992.
1993-02-03Wed Feb 3 09:14:36 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-2/+2
* coff-msym.c (ecoff_swap_fdr_in, ecoff_swap_ext_in): Set reserved bits to 0 to make comparison test useful. * config/irix3.mh, config/irix4.mh (HDEFINES): Set to -G 4 to avoid overflowing GP accessible sections in binutils/objdump.
1993-01-20Revert yesterday's change (adding casts) at gnu's request.Ian Lance Taylor1-28/+18
1993-01-19Tue Jan 19 09:06:14 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-18/+28
* aoutx.h (swap_ext_reloc_in, swap_std_reloc_in), bout.c (b_out_slurp_reloc_table), coff-mips.c (ecoff_swap_reloc_in), coff-msym.c (ecoff_swap_sym_in, ecoff_swap_rndx_in, ecoff_swap_opt_in): Added casts to int to avoid muttering by MIPS compiler.
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