aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Collapse)AuthorFilesLines
1992-01-29Makefile.in: Add dependencies for various coff-*.o files.Fred Fish1-11/+20
elf.c: Remove extraneous paren from core_prpsinfo and core_prpstatus macros, rename core_prpstatus to core_prstatus. Replace references to old section "size" member with new "_raw_size" member. Implement elf_make_empty_symbol, which is now used.
1992-01-24Uses the new small reloc type now.Steve Chamberlain1-19/+26
Currently self hosts on sun4 and sun3
1991-12-18Enclose corename and execname inside a HAVE_PROCFS ifdef, since theyFred Fish1-29/+55
are unused when it is not defined.
1991-12-01 * aout-encap.c, aoutf1.h, aoutx.h, archive.c, bout.c, coff-a29k.c,Steve Chamberlain1-3/+3
coff-h8300.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c, coff-mips.c, coff-rs6000.c, cpu-h300.c, elf.c, i386aout.c, newos3.c, stab-syms.c, syms.c: All these files have had their #includes altered to point to the new places.
1991-11-30Fix bug in elf.c (missing "break" statements in cases), add ncr andFred Fish1-0/+2
SVR4 i386 support to configuration.
1991-11-22ALIGN->BFD_ALIGNJohn Gilmore1-26/+540
1991-11-09Don't try to create a bfd section for the first ELF section header tableFred Fish1-3/+4
entry, since it is just a placeholder with no name.
1991-10-24Add partial support for ELF format corefiles. Still needs code to extractFred Fish1-48/+264
register values from corefiles and make them available to bfd clients.
1991-10-03*** empty log message ***Steve Chamberlain1-0/+643