aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)AuthorFilesLines
1995-11-01 * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if theIan Lance Taylor1-1/+4
1995-10-31 * libelf.h: Rename to elf-bfd.h to avoid conflict withFred Fish1-1/+1
1995-10-30 * elf.c (elf_fake_sections): Remove bogus BFD_ASSERT.Ian Lance Taylor1-21/+19
1995-10-03 * elf.c (_bfd_elf_assign_file_position_for_section): AlwaysJeff Law1-33/+16
1995-09-12 Extensive minor changes to avoid various gcc warnings. Also:Ian Lance Taylor1-13/+78
1995-07-11 * libelf.h (struct elf_size_info): Change type of last argument toIan Lance Taylor1-2/+2
1995-07-11Tue Jul 11 12:29:49 1995 Rick Sladkey <jrs@world.std.com>Ian Lance Taylor1-8/+51
1995-07-06Added new files elflink.c, elflink.h, elfcore.h.Ken Raeburn1-4/+2224
1995-07-04 * libelf.h (struct elf_link_hash_table): Add needed field. RemoveIan Lance Taylor1-11/+66
1994-07-22 * aoutx.h (aout_link_check_ar_symbols): When changing a symbol toIan Lance Taylor1-2/+14
1994-05-24 Make MIPS ELF use new ELF backend linker. No shared libraryIan Lance Taylor1-14/+21
1994-05-20 * elf.c (_bfd_elf_make_section_from_shdr): New function, based onIan Lance Taylor1-0/+62
1994-05-19 Add support for ELF shared libraries. Loosely based on work byIan Lance Taylor1-24/+101
1993-12-30 Extensive changes to move the bulk of the linker into BFD so thatIan Lance Taylor1-1/+3
1993-12-28 * elf.c (bfd_elf_generic_reloc): If this is not an inplace reloc,Ian Lance Taylor1-21/+16
1993-07-19* elf.c, elfcode.h, libelf.h: Serious reorganization.Ken Raeburn1-0/+242
1993-04-13kill it deadKen Raeburn1-2673/+0
1993-02-23 * Minor cleanups provoked by gcc warnings:Ian Lance Taylor1-10/+0
1993-02-23 * bfd-in.h (JUMP_TABLE): Added bfd_reloc_type_lookup andIan Lance Taylor1-17/+5
1993-02-16Added 1993 copyrights to files that I have changed in 1993. Some wereIan Lance Taylor1-16/+52
1992-12-30fix libbfd.h declaration, by tweaking elf.c comment, so bfd can compileKen Raeburn1-2/+2
1992-12-28 * bfd.c (bfd_get_size): New function that gets an upper boundFred Fish1-34/+73
1992-12-16Various changes to improve archive support. See ChangeLog.Per Bothner1-12/+23
1992-10-15* aout-adobe.c, aoutf1.h, aoutx.h, bout.c coff-m68k.c, coff-z8k.c,John Gilmore1-7/+0
1992-10-15* aout-adobe.c, aoutf1.h, archive.c, bout.c, coff-rs6000.c,John Gilmore1-3/+3
1992-10-08Some of these are guesses, if you know different, just yell.Steve Chamberlain1-1/+10
1992-09-25 * elf.c (section_from_elf_index): Return bfd_abs_section, not 0,Brendan Kehoe1-4/+3
1992-08-01 * config/stratus.mt (CC): Remove definition.Fred Fish1-154/+115
1992-07-04 * elf.c: Remove "(void)" casts from function calls where theFred Fish1-2/+2
1992-06-24 * libbfd.h, libbfd-in.h (bfd_seek): Make prototype match definition.Fred Fish1-1/+1
1992-06-20* elf.c (bfd_elf_find_section): Mark as INTERNAL_FUNCTION soJohn Gilmore1-3/+16
1992-06-17 * elf.c (bfd_section_from_shdr, elf_slurp_symbol_table):Fred Fish1-3/+16
1992-06-11* elf.c (elf_obj_tdata): Merge elf_obj_tdata_struct andJohn Gilmore1-148/+183
1992-04-14Fix couple of function args that expect to be passed CONST pointers, andFred Fish1-4/+5
1992-04-13Massive changes. Elf sections are now processed into BFD sections onlyMark Eichin1-217/+1393
1992-03-28Fix to use a single disposable copy of section header table and programFred Fish1-42/+33
1992-01-29Makefile.in: Add dependencies for various coff-*.o files.Fred Fish1-11/+20
1992-01-24Uses the new small reloc type now.Steve Chamberlain1-19/+26
1991-12-18Enclose corename and execname inside a HAVE_PROCFS ifdef, since theyFred Fish1-29/+55
1991-12-01 * aout-encap.c, aoutf1.h, aoutx.h, archive.c, bout.c, coff-a29k.c,Steve Chamberlain1-3/+3
1991-11-30Fix bug in elf.c (missing "break" statements in cases), add ncr andFred Fish1-0/+2
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
1991-10-24Add partial support for ELF format corefiles. Still needs code to extractFred Fish1-48/+264
1991-10-03*** empty log message ***Steve Chamberlain1-0/+643