summaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
Commit message (Expand)AuthorAgeFilesLines
...
* * bfd-in2.h: Rebuilt.Jeff Law1994-05-161-13/+1
* * elfcode.h: Include bfdlink.h. Added several new functions to doIan Lance Taylor1994-05-091-108/+1698
* * elfcode.h (write_relocs): Undo patch of Apr 10; breaks Solaris.Ian Lance Taylor1994-04-251-11/+0
* * elfcode.h (bfd_section_from_shdr): Use bfd_make_section_anywayIan Lance Taylor1994-04-251-96/+124
* * aout-adobe.c (aout_adobe_set_arch_mach): Check return value ofIan Lance Taylor1994-04-221-16/+8
* * libelf.h (elf_obj_tdata): Add members for dynamic symbol tablePeter Schauer1994-04-211-23/+71
* * elfcode.h (assign_file_positions_except_relocs): Don't requireIan Lance Taylor1994-04-111-0/+1
* * elfcode.h (write_relocs): For rela relocations, adjust theJeff Law1994-04-101-0/+11
* * elfcode.h (elf_set_section_contents): Support calling the backendJeff Law1994-04-071-0/+10
* * elfcode.h (write_shdrs_and_ehdr): Correct bfd_write check.Ian Lance Taylor1994-04-051-1/+1
* * aoutx.h (NAME(aout,canonicalize_reloc)): Don't error out ifIan Lance Taylor1994-04-051-2/+0
* Made sure that every call to bfd_read, bfd_write, and bfd_seekIan Lance Taylor1994-04-041-15/+30
* Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor1994-03-301-14/+19
* * libbfd.c (bfd_read): Set bfd_error as appropriate for a shortJeff Law1994-03-261-29/+17
* * elfcode.h (NAME(bfd_elf,write_object_contents)): Don't use spaceIan Lance Taylor1994-03-171-263/+274
* * libbfd-in.h: Remove alloca cruft. It was missing some necessaryJim Kingdon1994-03-101-7/+33
* * elf32-hppa.h, elfcode.h: Replace uses of Elf*_Half, Elf*_Word,Peter Schauer1994-03-051-4/+4
* * aoutx.h, archive.c: Add casts to avoid warnings from SVR4 cc.Ian Lance Taylor1994-02-261-31/+10
* * elfcode.h: Don't include assert.h.Ian Lance Taylor1994-02-261-3/+2
* * format.c (bfd_check_format_matches): Initialize matching_vectorJeff Law1994-02-261-1/+0
* * som.c (som_get_symtab_upper_bound): Use "sizeof (asymbol *)"Jeff Law1994-02-261-1/+31
* * elfcode.h (alloca): Delete declaration.Jeff Law1994-02-241-4/+0
* start-sanitize-powerpc-netwareIan Lance Taylor1994-02-181-0/+4
* Use bfd_set_error in last patch.Ian Lance Taylor1994-02-171-1/+1
* * elfcode.h (elf_slurp_symbol_table): Handle zero symbolsIan Lance Taylor1994-02-171-87/+101
* * elfcode.h (map_program_segments): ELF program header entriesIan Lance Taylor1994-02-171-21/+23
* * bfd.c (bfd_get_error, bfd_set_error): New functions.David MacKenzie1994-02-171-39/+39
* * elfcode.h (elf_map_symbols): Fix typo.Jeff Law1994-02-131-5/+9
* Make all callers of malloc or realloc (including via obstacks)David MacKenzie1994-02-121-17/+95
* * elfcode.h (prep_headers, swap_out_syms): Check for NULL returnDavid MacKenzie1994-02-071-10/+36
* * opncls.c (_bfd_new_bfd, _bfd_new_bfd_contained_in): AddDavid MacKenzie1994-01-251-1/+1
* * elfcode.h (swap_out_syms): Use elf_section_from_bfd_section toIan Lance Taylor1994-01-241-1/+2
* * elfcode.h (elf_object_p): If there is a SHT_DYNAMIC section, setIan Lance Taylor1994-01-141-6/+17
* * elfcode.h (map_program_segments): Restore check of file_size !=Ian Lance Taylor1993-11-241-22/+26
* * elfcode.h (bfd_section_from_shdr): Don't dump core if targetIan Lance Taylor1993-11-181-58/+98
* * elfcode.h (bfd_section_from_shdr): Remove duplicate assignmentIan Lance Taylor1993-11-081-32/+51
* * elfcode.h (assign_file_position_for_section): Align sh_offset toIan Lance Taylor1993-10-261-37/+36
* elfcode.h (EALIGN): Define, dependent on ARCH_SIZE.Ken Raeburn1993-10-071-52/+46
* * section.c (SEC_DEBUGGING): New section flag.Ian Lance Taylor1993-09-231-0/+7
* * elfcode.h (bfd_section_from_shdr): Only set SEC_DATA for aIan Lance Taylor1993-09-201-4/+4
* * elfcode.h (elf_map_symbols): Create section symbols for allIan Lance Taylor1993-09-161-47/+94
* * elfcode.h (elf_build_phdrs): Unused function deleted.Ken Raeburn1993-08-201-428/+169
* Wed Jun 23 06:05:58 1993 Michael Meissner (meissner@osf.org)Ken Raeburn1993-08-051-5/+7
* Reimplement segment writing.Ken Raeburn1993-07-261-118/+345
* * configure.in (*-*-netware, i[34]86-*-netware): New configs.Fred Fish1993-07-201-8/+0
* * elf.c, elfcode.h, libelf.h: Serious reorganization.Ken Raeburn1993-07-191-1166/+1248
* make sanitize dtrt wrt v9Ken Raeburn1993-07-131-4/+4
* * elfcode.h: Use memset not bzero.Jim Kingdon1993-07-111-1/+1
* * elfcode.h (elf_read): Delete static declaration, since function has moved.Ken Raeburn1993-07-061-257/+211
* Sigh. Null pointer return might be right in some cases; don't abort.Ken Raeburn1993-06-221-2/+0