summaryrefslogtreecommitdiff
path: root/bfd/elf.c
Commit message (Expand)AuthorAgeFilesLines
* * elf.c (assign_file_positions_for_segments): Don't increment fileIan Lance Taylor1996-01-161-9/+14
* update copyrightsIan Lance Taylor1996-01-151-1/+1
* * elf.c (assign_file_positions_for_segments): If a segmentIan Lance Taylor1996-01-121-2/+7
* tweak last changeIan Lance Taylor1996-01-121-2/+2
* * elf.c (_bfd_elf_print_private_bfd_data): Dump contents ofIan Lance Taylor1996-01-121-34/+136
* * elf32-mips.c: Extensive changes for a start at dynamic linkingIan Lance Taylor1996-01-111-16/+16
* * elf.c (copy_private_bfd_data): When attaching sections to segments ignoreKen Raeburn1995-12-211-1/+3
* * elf.c (assign_file_positions_for_segments): Sort the sections inIan Lance Taylor1995-12-011-3/+17
* * libbfd.c (bfd_malloc, bfd_realloc): New functions.Ian Lance Taylor1995-12-011-11/+5
* * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based onIan Lance Taylor1995-11-301-69/+133
* * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory ifIan Lance Taylor1995-11-291-74/+18
* * elf.c (assign_file_positions_for_segments): Don't adjust p_paddrIan Lance Taylor1995-11-291-3/+119
* * elf.c (assign_file_positions_for_segments): Fix case where extraIan Lance Taylor1995-11-291-11/+8
* * elf.c (_bfd_elf_print_private_bfd_data): New function.Ian Lance Taylor1995-11-291-0/+55
* * elf-bfd.h (struct elf_obj_tdata): Add segment_map field.Ian Lance Taylor1995-11-281-516/+698
* * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if theIan Lance Taylor1995-11-011-1/+4
* * libelf.h: Rename to elf-bfd.h to avoid conflict withFred Fish1995-10-311-1/+1
* * elf.c (elf_fake_sections): Remove bogus BFD_ASSERT.Ian Lance Taylor1995-10-301-21/+19
* * elf.c (_bfd_elf_assign_file_position_for_section): AlwaysJeff Law1995-10-031-33/+16
* Extensive minor changes to avoid various gcc warnings. Also:Ian Lance Taylor1995-09-121-13/+78
* * libelf.h (struct elf_size_info): Change type of last argument toIan Lance Taylor1995-07-111-2/+2
* Tue Jul 11 12:29:49 1995 Rick Sladkey <jrs@world.std.com>Ian Lance Taylor1995-07-111-8/+51
* Added new files elflink.c, elflink.h, elfcore.h.Ken Raeburn1995-07-061-4/+2224
* * libelf.h (struct elf_link_hash_table): Add needed field. RemoveIan Lance Taylor1995-07-041-11/+66
* * aoutx.h (aout_link_check_ar_symbols): When changing a symbol toIan Lance Taylor1994-07-221-2/+14
* Make MIPS ELF use new ELF backend linker. No shared libraryIan Lance Taylor1994-05-241-14/+21
* * elf.c (_bfd_elf_make_section_from_shdr): New function, based onIan Lance Taylor1994-05-201-0/+62
* Add support for ELF shared libraries. Loosely based on work byIan Lance Taylor1994-05-191-24/+101
* Extensive changes to move the bulk of the linker into BFD so thatIan Lance Taylor1993-12-301-1/+3
* * elf.c (bfd_elf_generic_reloc): If this is not an inplace reloc,Ian Lance Taylor1993-12-281-21/+16
* * elf.c, elfcode.h, libelf.h: Serious reorganization.Ken Raeburn1993-07-191-0/+242
* kill it deadKen Raeburn1993-04-131-2673/+0
* * Minor cleanups provoked by gcc warnings:Ian Lance Taylor1993-02-231-10/+0
* * bfd-in.h (JUMP_TABLE): Added bfd_reloc_type_lookup andIan Lance Taylor1993-02-231-17/+5
* Added 1993 copyrights to files that I have changed in 1993. Some wereIan Lance Taylor1993-02-161-16/+52
* fix libbfd.h declaration, by tweaking elf.c comment, so bfd can compileKen Raeburn1992-12-301-2/+2
* * bfd.c (bfd_get_size): New function that gets an upper boundFred Fish1992-12-281-34/+73
* Various changes to improve archive support. See ChangeLog.Per Bothner1992-12-161-12/+23
* * aout-adobe.c, aoutf1.h, aoutx.h, bout.c coff-m68k.c, coff-z8k.c,John Gilmore1992-10-151-7/+0
* * aout-adobe.c, aoutf1.h, archive.c, bout.c, coff-rs6000.c,John Gilmore1992-10-151-3/+3
* Some of these are guesses, if you know different, just yell.Steve Chamberlain1992-10-081-1/+10
* * elf.c (section_from_elf_index): Return bfd_abs_section, not 0,Brendan Kehoe1992-09-251-4/+3
* * config/stratus.mt (CC): Remove definition.Fred Fish1992-08-011-154/+115
* * elf.c: Remove "(void)" casts from function calls where theFred Fish1992-07-041-2/+2
* * libbfd.h, libbfd-in.h (bfd_seek): Make prototype match definition.Fred Fish1992-06-241-1/+1
* * elf.c (bfd_elf_find_section): Mark as INTERNAL_FUNCTION soJohn Gilmore1992-06-201-3/+16
* * elf.c (bfd_section_from_shdr, elf_slurp_symbol_table):Fred Fish1992-06-171-3/+16
* * elf.c (elf_obj_tdata): Merge elf_obj_tdata_struct andJohn Gilmore1992-06-111-148/+183
* Fix couple of function args that expect to be passed CONST pointers, andFred Fish1992-04-141-4/+5
* Massive changes. Elf sections are now processed into BFD sections onlyMark Eichin1992-04-131-217/+1393