aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
AgeCommit message (Expand)AuthorFilesLines
1994-02-18 start-sanitize-powerpc-netwareIan Lance Taylor1-0/+4
1994-02-17Use bfd_set_error in last patch.Ian Lance Taylor1-1/+1
1994-02-17 * elfcode.h (elf_slurp_symbol_table): Handle zero symbolsIan Lance Taylor1-87/+101
1994-02-17 * elfcode.h (map_program_segments): ELF program header entriesIan Lance Taylor1-21/+23
1994-02-17 * bfd.c (bfd_get_error, bfd_set_error): New functions.David MacKenzie1-39/+39
1994-02-13 * elfcode.h (elf_map_symbols): Fix typo.Jeff Law1-5/+9
1994-02-12 Make all callers of malloc or realloc (including via obstacks)David MacKenzie1-17/+95
1994-02-07 * elfcode.h (prep_headers, swap_out_syms): Check for NULL returnDavid MacKenzie1-10/+36
1994-01-25 * opncls.c (_bfd_new_bfd, _bfd_new_bfd_contained_in): AddDavid MacKenzie1-1/+1
1994-01-24 * elfcode.h (swap_out_syms): Use elf_section_from_bfd_section toIan Lance Taylor1-1/+2
1994-01-14 * elfcode.h (elf_object_p): If there is a SHT_DYNAMIC section, setIan Lance Taylor1-6/+17
1993-11-24 * elfcode.h (map_program_segments): Restore check of file_size !=Ian Lance Taylor1-22/+26
1993-11-18 * elfcode.h (bfd_section_from_shdr): Don't dump core if targetIan Lance Taylor1-58/+98
1993-11-08 * elfcode.h (bfd_section_from_shdr): Remove duplicate assignmentIan Lance Taylor1-32/+51
1993-10-26 * elfcode.h (assign_file_position_for_section): Align sh_offset toIan Lance Taylor1-37/+36
1993-10-07elfcode.h (EALIGN): Define, dependent on ARCH_SIZE.Ken Raeburn1-52/+46
1993-09-23 * section.c (SEC_DEBUGGING): New section flag.Ian Lance Taylor1-0/+7
1993-09-20 * elfcode.h (bfd_section_from_shdr): Only set SEC_DATA for aIan Lance Taylor1-4/+4
1993-09-16 * elfcode.h (elf_map_symbols): Create section symbols for allIan Lance Taylor1-47/+94
1993-08-20* elfcode.h (elf_build_phdrs): Unused function deleted.Ken Raeburn1-428/+169
1993-08-05Wed Jun 23 06:05:58 1993 Michael Meissner (meissner@osf.org)Ken Raeburn1-5/+7
1993-07-26Reimplement segment writing.Ken Raeburn1-118/+345
1993-07-20 * configure.in (*-*-netware, i[34]86-*-netware): New configs.Fred Fish1-8/+0
1993-07-19* elf.c, elfcode.h, libelf.h: Serious reorganization.Ken Raeburn1-1166/+1248
1993-07-13make sanitize dtrt wrt v9Ken Raeburn1-4/+4
1993-07-11 * elfcode.h: Use memset not bzero.Jim Kingdon1-1/+1
1993-07-06* elfcode.h (elf_read): Delete static declaration, since function has moved.Ken Raeburn1-257/+211
1993-06-22Sigh. Null pointer return might be right in some cases; don't abort.Ken Raeburn1-2/+0
1993-06-22More get_word/put_word changes.Ken Raeburn1-17/+21
1993-06-22Use new size-independent elf internal data structures.Ken Raeburn1-98/+113
1993-06-21* elfcode.h (bfd_add_to_strtab): Now static.Ken Raeburn1-123/+201
1993-06-18 * Makefile.in: Add elf32-{mips,m88k,generic}.Jim Kingdon1-0/+3338